azure.yaml
schema change to support other languages (e.g. ruby) or to allow devs to build support for other languages
#1637
kurt-mueller-osumc
started this conversation in
Ideas
Replies: 1 comment
-
From other cases where language is not supported I've been able to use postprovision hooks. For example, for IT operational tasks using Powershell based functions. However, this does not use azd idioms like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
?Beta Was this translation helpful? Give feedback.
All reactions