Developing CI/CD pipelines
In this section, we will learn how to create and deploy the two CI/CD pipelines we mentioned previously. We will create these CI/CD pipelines using Azure DevOps. Azure DevOps is a collection of developer services for planning, collaborating, developing, and deploying code. Although Azure DevOps supports a variety of developer services, for this exercise, we will primarily focus on Azure Repos and Azure Pipelines.
I know we are eager to proceed with creating the pipelines, but there is a fair bit of preparation required before we can get started. The process starts with creating the Azure DevOps organization, which can be done in a few simple steps. However, to use the free tier of Azure Pipelines, you need to fill in a free parallelism request form for your newly created Azure DevOps organization. The approval process may take 2-3 days to complete.
Creating an Azure DevOps organization
Follow these steps to create an Azure DevOps organization:
...