azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

ARM template IaC support

Open wbreza opened this issue 4 years ago • 1 comments

Pluggable support for legacy customer to continue to use their ARM templates vs forcing them to upgrade to bicep.

wbreza avatar Oct 21 '21 23:10 wbreza

Although untested, this should just work today by overriding env vars to point to the file.

I would like to implement a discovery API that looks at what is in the provisioning folder and auto figuring out what they want to do. For example, if I find a bicep file, then probably the whole thing is bicep. If I find ARM files, then arm, etc.

jongio avatar Oct 22 '21 15:10 jongio