From the course: Azure DevOps for Beginners

Unlock this course with a free trial

Join today to access over 25,000 courses taught by industry experts.

Explore the pipeline section of the DevOps portal

Explore the pipeline section of the DevOps portal - Azure Tutorial

From the course: Azure DevOps for Beginners

Explore the pipeline section of the DevOps portal

- [Instructor] We'll take a quick look at the parts of the Azure Pipeline. So, click on Pipelines. There are many sub-pages in here. The ones we're looking at in this video, Pipelines, Environments and Releases. So, it's a bit confusing here. It says Pipelines as the Azure DevOps section, and then, immediately below that is the Pipelines sub-page. This is where you find your build pipelines. Your Release pipelines are here. So, you can create a build pipeline, and when it's complete, it will trigger a Release pipeline to run. What about environments? An environment is a collection of resources that can be targeted by deployments from the pipeline. For example, a cluster of virtual machines. Typical examples of environment names are dev, test and qa, or staging and production. You find your build pipelines in here. I'm in the demo project and there's only one build pipeline in here. It hasn't run yet. So I can click on the blue button to manually run the pipeline. This also has…

Contents