From the course: Microsoft Azure DevOps Engineer Expert (AZ-400) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Learn about the application deployment process - Azure Tutorial
From the course: Microsoft Azure DevOps Engineer Expert (AZ-400) Cert Prep by Microsoft Press
Learn about the application deployment process
You may recall that in YAML pipelines, we have a single file where we declare all the jobs and stages that make up our continuous integration and continuous delivery pipeline. But in the case of using classic pipelines, we must create a built pipeline for the activities that make up the continuous integration phase and a release pipeline for the activities that make up the delivery and deployment phases. A release pipeline usually starts with an artifact. You can deploy artifacts from many sources with a release pipeline in Azure DevOps, such as source code management systems like GitHub or Team Foundation Version Control. Continuous integration systems such as Azure DevOps Build Pipelines or Jenkins, Azure Artifact feeds for Maven, NPM, Nugget, Python and Universal Packages, Container repositories such as Azure Container Registry or Docker Hub or other sources by skipping the step where you link an artifact at the beginning of…
Contents
-
-
-
-
-
-
-
-
(Locked)
Learning objectives1m 45s
-
(Locked)
Learn about the application deployment process6m 49s
-
(Locked)
Lab A: Set up a release pipeline20m 3s
-
(Locked)
Lab B: Set dependencies, approvals, and gates11m 44s
-
Understand infrastructure as code6m 29s
-
(Locked)
Lab C: Deploy ARM templates19m 42s
-
(Locked)
Learn about configuration management3m 50s
-
(Locked)
Lab D: Use custom script extension10m 3s
-
(Locked)
Lab E: Configure desired state configuration11m 52s
-
(Locked)
Lab F: Set up automation state configuration9m 57s
-
(Locked)
Learn about Azure app configuration1m 37s
-
(Locked)
Lab G: Learn about Azure app configuration3m 47s
-
(Locked)
-
-
-
-
-