Replies: 1 comment 6 replies
-
I assume you want to set parameter values that will be pick up via AZD? If yes then azd translates the names into yet another format for deployment https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.3#-consistent-predictable-parameter-naming |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to name my resources in snake case i.e.
resource_name
. However,ASPIRE006
prevents me from doing so:What's the reason for that restriction? The docs are not really helpful.
I want to set some parameters via environment variables on the CI. For that I would need to set
Parameters__resource-name
which I personally find harder to read than justParameters__Resource_Name
Beta Was this translation helpful? Give feedback.
All reactions