Deploying Azure Data Factory pipelines using the Azure portal and ARM templates
In this recipe, we'll integrate the pipeline we created in the previous recipe with source control, and we'll learn how to deploy the pipeline to the test and production environment manually using the Azure portal and ARM templates.
Getting ready
To get started, you will need to do the following:
- Open the Azure portal at https://portal.azure.com and log in to your Azure account.
- Create an Azure DevOps organization and project. We'll use this project to source control the Data Factory pipeline. Refer to the following link on how to create an organization and a project in Azure DevOps: https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/create-organization?view=azure-devops.
How to do it…
Let's start integrating the data factory with source control. There are two source control options available with Azure Data Factory – Azure...