Publishing changes to ADF
Collaboration on code development involves using Git. In this recipe, you will learn how to create an ADF pipeline in Azure DevOps Git and publish changes from your master branch to ADF.
Getting ready
Before we start, please ensure that you have an Azure license and are familiar with the basics of Azure resources such as the Azure portal, creating and deleting Azure resources, and creating pipelines in ADF. Also, you will need an Azure DevOps project created and linked to your ADF.
How to do it...
We are going to create a new ADF pipeline in the master branch of Azure DevOps Git and publish the changes to Data Factory:
- Create a new ADF pipeline with the Wait activity in master branch. Please refer to Chapter 2, Orchestration and Control Flow, for guidelines on how to do that. Click Save all. Your changes will be saved in the master branch of Azure DevOps Git:
- Now switch...