Azure DevOps Release Pipeline (CD Pipeline)

Опубликовано: 20 Март 2025
на канале: Shiv Kumar
5,096
85

In this video, we take a looking at Azure DevOps Release Pipelines or CD Pipeline. The project used in this example is fairly complex which in turn makes the Release Pipeline, complex, so you get a good understanding of a lot of the Azure DevOps Release pipelines and the features offered.
The Release Pipeline developed in this video:
1. Uses an Azure App Service, so you can learn how to provision an App Service
2. Adjust the Build Pipeline in order to support the Release pipeline
3. Provision an Azure SQL Database server
4. Create a database as part of the Release pipeline
5. Create the database schema
6. Deploy the service to the Azure App Service