Passing Parameters to Linked ARM Templates
Recently, my workmate Vic wrote some great posts regarding to Azure Linked Templates. This is, a supplementary post to his ones, to show how to share parameters across the linked templates.
Scripts and templates used in this post can be found at: https://github.com/devkimchi/Linked-ARM-Templates-Sample
parametersLink
and parameters
Properties
We have a master template, master-deployment.json
, and it looks like:
Each nested template has a parameter called environment
that has the same value as the one in the master template.… [Keep reading] “Passing Parameters to Linked ARM Templates”