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
393 stars 187 forks source link

Generate Command #426

Closed jongio closed 11 months ago

jongio commented 2 years ago

azd generate

Generates the IaC code ARM templates from bicep, k8s manifest from Tye, so the user can save it in GitOps repo or inspect it as needed.

jongio commented 11 months ago

This doesn't apply as we aren't using Tye with azd anymore and all the IaC is in the infra folder.