Create a release pipeline in Azure Pipelines
Set up a continuous delivery (CD) pipeline that automates the process of deploying your application.
In this module, you'll:
- Learn what continuous delivery is, why it's important, and what tools you can use.
- Create a basic release pipeline that deploys a web application to Azure App Service.
- Examine pipeline analytics to understand the health and history of your releases.
Prerequisites
- An Azure subscription
- An Azure DevOps organization
- Visual Studio Code
- .NET Core 2.1
- Git
- A GitHub account