Azure Template Parameters and Variables Are Confusing

What I’m trying to do Initially, I was trying to use a variable in a variable group I assigned to a stage in a template as follows: The variable group contains a variable called Environment. Unfortunately the macro syntax variable, $(Environment), here doesn’t expand to insert the value into the template. Neither does the template …

Read more