runiac icon indicating copy to clipboard operation
runiac copied to clipboard

Support step output variables in ARM templates

Open mbpolan opened this issue 4 years ago • 0 comments

This is a take-away item from #3. A nice feature for the ARM runner would be to support a similar concept of propagated step variables like in the Terraform runner.

We can probably implement this by leveraging the template output feature via Azure CLI. The current implementation in #3 creates individual deployment metadata for each step, so we can most likely implement some logic to parse the outputs from previous steps and expose them as variables to later step ARM templates.

mbpolan avatar Feb 13 '21 01:02 mbpolan