From the course: Azure DevOps: Continuous Delivery with YAML Pipelines

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Pipeline patterns

Pipeline patterns - Azure Tutorial

From the course: Azure DevOps: Continuous Delivery with YAML Pipelines

Start my 1-month free trial

Pipeline patterns

- [Instructor] As we've seen, YAML pipelines include some pretty powerful capabilities that make it a very useful tool for automating tasks that we want to make sure are run consistently. I'd like to share some patterns that I've come across that implement some fairly interesting workflows. These include working with a starter template in the portal and then we'll see how we can work with containers and Kubernetes, and we'll also look at how we can publish a document library using DocFX. We'll also take a look at how we can use scripts in the pipelines to do some complex workflow, like onboarding new application teams where we want to build out a landing zone of sorts that the application team can use when they start working in the cloud. We'll start by working with scripts in the pipeline. The pipeline syntax allows us to run Bash or PowerShell and run scripts or inline commands. If you're creating complex scripts, you…

Contents