Search⌘ K

Introduction

Explore how to automate deployment pipelines in Azure by building a CI/CD process with YAML and ARM templates. Understand the integration of Event Grid, storage queues, and Azure DevOps to streamline infrastructure management and deployment automation.

In this chapter, we will be doing the following:

  • Automate the deployment of our architecture
  • Create a pipeline based on YAML and ARM templates
  • Integrate pipelines and ARM templates to Azure DevOps

CI/CD

...