Configuring Azure DevOps
Let’s explore how to set up Azure DevOps for your organization, including configuring Azure Repos and creating build and release pipelines. By the end of this section, you’ll have a solid understanding of how to use Azure Pipelines to streamline your software delivery process and improve your overall software development workflow. Follow these steps:
- The first step is to go to https://dev.azure.com and create a new project. Note you will need an organization as well. And we will provide the name of the project called, SpringToysApp, and set the visibility to Public, as shown here:
Figure 12.1 – Create a project in Azure DevOps
Now, let’s configure the access from Azure DevOps to your Azure subscription. This way, we can deploy resources to the Azure environment. We will use a managed identity and create a service connection in Azure DevOps to achieve this.
- On the Azure DevOps initial...