easy-init: allow for longer container app names#4434
Conversation
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
ellismg
left a comment
There was a problem hiding this comment.
Works for me! I think eliding the ca- prefix here is also a good idea because it means the hostname for the container doesn't have the ca- prefix.
In the generated bicep for easy-init, remove resource token and
ca-from the container app name.This makes it inline with Aspire's generation experience. Overall, the new naming scheme improves DX: developers have matching service names with corresponding app/image name.
Fixes #4433