Chapter 9: Managing Deployment Processes with Azure DevOps
Azure DevOps provides a wide range of development collaboration, continuous integration (CI), and continuous delivery (CD) tools. Azure Repos helps you to collaborate on code development using free public and private Git repositories, pull requests, and code reviews. Azure Pipelines helps you implement a build, test, and development pipeline for any app.
In this chapter, you will learn how to set up the CI and CD of your data analytics solutions in Azure Data Factory (ADF) using Azure DevOps. We will start by setting up an Azure DevOps account, creating an organization and projects within that, and then linking it to your ADF. Then, we'll go deeper into how to publish changes from Git to ADF and deploy new features using Azure Repos. Finally, you will learn how to get ready and set up the CI/CD processes of Data Factory pipelines using Azure Pipelines.
We will cover the following list of recipes in this chapter:
...