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 pipeline overview

Pipeline setups are usually required in all infrastructures. First, it will create an Event Grid with a topic and set up a container to observe a subscription/resource group (here you can find Event Grid sources). It then creates a storage queue account with three queues for an event store. You can see it in the diagram below.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy