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:
- To create the release definition, we go to the Releases menu and click on New pipeline, as follows:
- 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:
- Then, in the next window, the first stage is named, for example, CI as the continuous ...