Creating the Azure DevOps pipeline
Azure DevOps is a suite of products that helps organizations with their projects and DevOps practices. You can sign up for free at https://azure.microsoft.com/en-us/services/devops/?nav=min. If you already have access to an organization, use that for this chapter. To follow along with this chapter, you will need to complete a few prerequisites steps. So, let's go through them first.
Prerequisites
As I mentioned earlier, you need an Azure DevOps organization, so create one if you do not have access to it already (use the steps at https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/create-organization?view=azure-devops to create an organization and a project within that if you are not familiar with this process already). Make sure you have the project administrator role in the project you intend to use for this chapter.
Next, you need to have a service connection between Azure DevOps and the Azure environment where you...