Azure DevOps Release Pipeline (CD Pipeline)

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

Shiv thanks for the video. I wish there were many Sundays in a week to listen to your tutorials. I'm looking forward to seeing Projects videos where you demystify architecture without using dependency injection and interfaces and still achieving extensibility and maintanability :)

VinuP
Автор

Hi Shiv thanks for the videos on Azure DevOps. Now i am able to create build and release pipelines :) .Need to explore more on it.

SureshKumar-dzgg
Автор

As always excellent. Would be nice in future we get something like sonarqube configuration and how you use it. 😃

saurabhchauhan
Автор

Thanks for this- it’s more current than the Microsoft training that I just took. Is there a way to store the release definition in a code repo similar to the build definition as a YAML file?

hubiquitous
Автор

Could you please somehow update the title to show that this video is about CD/Deployment? Novice viewers may not know that "release pipeline" means continuous deployment. Regards, Vishnu.

vishnupv
Автор

How do you created a DACPAC File?. In my case I have created a BacPac file for local SQl server and export the database to Azure SQL server. I do bot konw where to create the DACPAC file on DEvops

jaicejaicer
Автор

Very well explained. Sir Please tell me how can I deploy my code in Godaddy Server (Remote Location Server) . I used to connect to Remote Desktop /mstsc, and with the help of public ip, username and password. Thank you in advance.

Gimmiyimmy