From the course: Azure DevOps for Beginners
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Add a release pipeline - Azure Tutorial
From the course: Azure DevOps for Beginners
Add a release pipeline
- [Instructor] We've successfully created this pipeline and tested it. It is combination of building the items for our application and also deploying to the Azure app services. In many instances, you want to separate these. You want to have a build pipeline and a release pipeline. So let's see how you would do that. Go to Pipelines. We're going to add another pipeline. The way you do that would be click here. Then instead of choosing this item, this template, which builds package tests and deploys, I choose this one, build and test only. So I've done that already. It's identical, except it's missing the deploy piece. That's called Simple Web App Build Only, and I've tested it and that is working. Now I'll go over to Releases. And here you would create a new release pipeline, and you need to set up two things, a stage and an artifact. So for the stage, I want to do an Azure App Service Deployment. So I click here and choose Apply. I'll call this Production. Then you have to set up an…
Contents
-
-
-
-
-
-
(Locked)
What are Azure pipelines?5m 34s
-
(Locked)
Continuous integration with build pipelines3m 29s
-
(Locked)
The pipeline components5m 8s
-
(Locked)
Explore the pipeline section of the DevOps portal2m 25s
-
(Locked)
Explore the example web project2m 4s
-
(Locked)
Add a service connection to Azure Resource Manager55s
-
(Locked)
Explore the pipeline templates2m 37s
-
(Locked)
Add a build pipeline3m 7s
-
(Locked)
Manually run and troubleshoot a pipeline2m 38s
-
(Locked)
Update the repo to trigger the build1m 37s
-
(Locked)
Add a release pipeline2m 10s
-
(Locked)
Use custom variables in the pipeline1m 26s
-
(Locked)
-
-
-