Skip to main content
In this lesson, you’ll learn how to build a robust orchestration automation solution using Azure DevOps. We’ll walk through the standard IT development lifecycle, define a release strategy, and explore how the DevOps CI/CD methodology shapes your approach to release management. By the end, you’ll have a solid foundation in YAML pipeline structure and release gates.
This guide assumes basic familiarity with Git, Azure DevOps, and CI/CD concepts. If you’re new to any of these, refer to the Azure DevOps documentation for a quick primer.

What You’ll Cover

The image illustrates a DevOps infinity loop with stages like code, build, test, release, deploy, monitor, and operate, alongside a list of steps for a release strategy, including exploring IT development cycles and getting familiar with CI/CD and YAML pipeline structure.
Let’s dive in!

Watch Video