Links to Read:
- Introduction to Azure Storage
- What is Azure SQL Database
- What is Azure Synapse Analytics
- What is Azure Cosmos DB
- What is Azure Data Lake Storage Gen 2
- Copy Activity (ADF)
- Linked Services (ADF)
- Datasets (ADF)
- Pipelines (ADF)
- Validation Activity (ADF)
- Get Metadeta (ADF)
- If Condition (ADF)
- Web Activity (ADF)
- Delete Activity (ADF)
- Quickstart – Create data factory (ADF)
- Create Storage Account (ADF)
- Create Storage Account with Azure Data Lake Storage Gen2 (ADF)
- Quickstart – Create database (ADF)
Common Questions
1. Explain Azure Data Lake Gen2 vs Blob Storage
Azure Data Lake Gen 2 |
Azure Blob Storage |
Actual hierarchy folder structure |
“Logical” hierarchy folder structure |
1. ADF Parameters vs Variables
Parameters | Variables |
External values passed into pipelines, datasets or linked services. Values cannot be changed | Internal values set inside a pipeline. Value can be changed inside the pipeline using Set Variable or Append Variable Activity |