AzureRecipes

Introduction

Reuse common deployment steps in a CD pipeline for multiple stages by using a template.

Important to know

The pipeline is built on instantiation (i.e. when startet to run) by flattening all template references to one single pipeline file. This can be checked by downloading logs on a particular run, which can be very helpful for debugging:

These are common pitfalls:

Resources

References