Setting up Azure DevOps
To get the most out of Azure DevOps integration with ADF, you first need to create an account within Azure DevOps, link it with your Data Factory, and make sure everything is set up and ready to work. This recipe will take you through the steps on how to accomplish that.
Getting ready
Before we start, please ensure that you have an Azure subscription and are familiar with the basics of Azure resources such as the Azure portal, creating and deleting Azure resources, and creating pipelines in ADF.
How to do it...
In this recipe, you will learn how to create an Azure DevOps account, create a new project, connect a DevOps organization with Azure Active Directory, link it with your ADF, and set up a code repository:
- Navigate to https://azure.microsoft.com/en-us/products/devops/.
- You will see the following screen. Click on Start free to begin creating your Azure DevOps account:
Figure 9.1: Starting your free Azure DevOps...