Introduction

Learn how to set up a Continuous Delivery process with pipelines and an ARM template using Azure DevOps.

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

...