Microsoft Azure Data Factory is a cloud service used to invoke (orchestrate) other Azure services in a controlled way using the concept of time slices. Data factories are predominately developed using hand crafted JSON, this provides the tool with instructions on what activities to perform. While still in preview, the introduction of Azure Data Factory V2 allows for an easier data integration experience using the api and not only JSON files.
Azure Data Factory is a tool with many levels of complexity and often understanding the technology doesn't come that naturally to data professionals already working with tools like SQL Server Integration Services and the SQL Server Agent. Azure Data Factory is neither of these things and sits separately in the Microsoft Data Platform stack as a service orchestration tool. It is not an ETL tool.
https://azure.microsoft.com/en-gb/services/data-factory/
This tag is to support our community of developers by sharing knowledge and through questions gain an understanding of Azure Data Factory's concepts. For example; Pipelines, Activities and Time Slices. These terms will help us design data factory flows that support our wider data solution architecture.
Controlling your Azure Data Factory will also become very important as we learn what JSON attributes are required, and where, for more complex time bound time data movements. Configuring those time slices isn't easy when validation hits data sets and activity properties at deployment time.
Finally, consider using PowerShell when working with Azure Data Factory. A rich set of cmdlets are available offering functionality not yet possible via the Azure Portal UI. See link below.
Getting these PowerShell scripts right will also feature in this tag once we operationalise our factory data flows.
Slowly but surely, Microsoft is developing the version 2 of Azure Data Factory which offers more possibilities for a better data integration experience and performance. The official documentation for this version can be seen here: https://learn.microsoft.com/en-us/azure/data-factory/