Now that we have our application code in Azure Repos, we can set up a build pipeline to perform the application build.
The Azure Voting App is a simple Python-based Docker app, so, in our case, the build operation should be generating a Docker image with the updated app code. We'll automate this process with an Azure pipeline. Let's set up a build pipeline:
- Launch a modern browser and log in to Azure DevOps.
- Open the Voting App project.
- Click on Pipelines and click New pipeline:
- On the New pipeline page, click on Use the visual designer:
- On the next page, you will see various support code sources for Azure ...