Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
386 stars 178 forks source link

ARM template IaC support #384

Open wbreza opened 2 years ago

wbreza commented 2 years ago

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

jongio commented 2 years ago

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.