Setting up a build pipeline

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:

  1. Launch a modern browser and log in to Azure DevOps.
  2. Open the Voting App project.
  3. Click on Pipelines and click New pipeline:

  1. On the New pipeline page, click on Use the visual designer:
  1. On the next page, you will see various support code sources for Azure ...

Get Migrating Applications to the Cloud with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.