December 2019
Intermediate to advanced
494 pages
11h 41m
English
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:

Read now
Unlock full access