Implement an orchestration automation solution

Alberto De Natale
6 min readSep 13, 2021

In this post, I will share my study notes that I took while preparing for the exam Azure AZ400 “Implement an orchestration automation solution”.

Combine release targets depending on release deliverable (e.g., Infrastructure, code, assets, etc.)

There can be different kinds of deliverables. Some examples are:

  • Infrastructure code — ARM Templates
  • Web, desktop, mobile application packages
  • Images or files
  • Database migration scripts

There can be different release targets:

  • Azure App Service
  • Azure Functions
  • Physical or virtual machine
  • Azure Kubernetes Service

Correctly orchestrating these targets and deliverables means that everything works in the correct order.

Design the release pipeline to ensure reliable order of dependency deployments

When we try to release artifacts using the classic editors, we are introduced to a screen that looks more or less like this:

--

--

Alberto De Natale

Alberto De Natale is a passionate tech-enthusiast software developer.