Creating the CD pipeline: the release

In Azure Pipelines, the element that allows deployment in the different stages or environments is called the release. We will now create a release definition that will deploy our build-generated artifacts to an Azure web app by following these steps:

  1. To create the release definition, we go to the Releases menu and click on New pipeline, as follows:
  1. As for the build, the first step of the configuration is to choose a template already configured. For this lab, we will choose the Azure App Service deployment template:
  1. Then, in the next window, the first stage is named, for example, CI as the continuous ...

Get Learning DevOps 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.