Azure Data Engineer
Azure Data Engineer
⮚
On Prem vs cloud
⮚ Azure cloud, region, zone
⮚ Portal creation
⮚ Hierarchy
⮚ Subscriptions
⮚ Resource groups
⮚ Virtual network(vnet)
⮚ Storage accounts (LRS, GRS, ZRS, GZRS)
⮚ Key vaults
1. Azure data factory (Extract Transform Load)
⮚ Azure data factory service creation
⮚ Integration runtimes – gateway source to destination
✔ Azure IR
✔ Self-hosted IR
✔ SSIS IR
⮚ Linked services – connection string.
⮚ Data sets – represents data
⮚ Pipelines
⮚ Activities
✔ Lookup activity
✔ Get metadata activity.
✔ Filter activity
✔ If activity
✔ Foreach activity
✔ Copy activity
✔ Stored procedure activity
Scenario5: Load data from on premise sql server to Azure SQL DB in Azure Data Factory
Scenario6: Copy Data from on premise to Azure SQL DW with polybase _ with Bulk Insert
Scenario7: Copy Data from on-premise File System 2 ADLS Gen2 Install Self Hosted IR
Scenario8: Copying data from Salesforce to ADLS Gen2 using ForEach _ Copy in ADF V2
⮚ Azure SQL
✔ Introduction
✔ Creating first SQL database deployment
✔ Copying data from azure SQL to azure blob.
✔ Copy multiple tables in bulk with lookup and foreach activity in ADF.
✔ Use foreach loop activity to copy multiple tables.
✔ Incremental load and delta load from SQL to Blob storage.
⮚ Triggers
✔ Event based trigger.
✔ Scheduled trigger
✔ Thumbling window trigger
⮚ Azure data flows
⮚ Slowly changing dimensions type1 and type2