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
410 stars 198 forks source link

`azure.yaml` schema change to support other languages (e.g. ruby) or to allow devs to build support for other languages #2388

Open savannahostrowski opened 1 year ago

savannahostrowski commented 1 year ago

Discussed in https://github.com/Azure/azure-dev/discussions/1637

Originally posted by **kurt-mueller-osumc** March 1, 2023 I have a Ruby on Rails project that I've been provisioning infrastructure (App Service, Container Registry) for via Azure Bicep. I'd like to be able to provision and deploy this application via `azd`. To that end, even if there are no official plans to build language support for ruby, as an end-user, I'd like the ability to have a way to configure this myself. Are there any plans to allow end-users to specify their own custom language in `azure.yaml`?
savannahostrowski commented 1 year ago

Somewhat related to #1645