Azure Data Engineering
-
Copy Multiple Files Using Lookup & ForEach activity
Automate the process of copying multiple files or folders using Azure Data Factory’s Lookup and ForEach activities. This task streamlines data movement with efficient automation.
-
Dynamic File Copying in Azure Data Factory Using Parameterised Datasets
In this task, you’ll learn to copy multiple files dynamically by leveraging parameterised datasets in Azure Data Factory, demonstrating automated data movement with flexible file…
-
Copying Data from Azure SQL to ADLS Using Azure Data Factory
In this task, you’ll transfer a single file from an SQL database to Azure Data Lake Storage (ADLS) using Azure Data Factory, demonstrating how to…
-
Copy Single File from Blob to ADLS
In this task, you’ll learn how to transfer a single file from Azure Blob Storage to Azure Data Lake Storage (ADLS) using Azure Data Factory,…
-
ADF Vs Logic App
ADF & Logic App work together effectively, with ADF handling the heavy data processing and Logic Apps managing the workflow and notification side.
-
Azure Logic Apps
Azure Logic Apps enable automation of workflows, integrating systems, services, and applications seamlessly in the cloud.
-
Azure Key Vault
Azure Key Vault securely manages and safeguards encryption keys, secrets, and certificates for cloud applications and services.
-
Dataset Parameterisation with Lookup & ForEach
Azure Data Factory (ADF) enables dynamic data pipelines using dataset parameterisation, Lookup, and ForEach activities. This allows you to iterate over multiple sources and sinks…
-
ADF Copy Activity
Copy Activity in Azure Data Factory is used to copy data from a source to a destination. It is the primary activity for moving data…