Azure / aca-landing-zone-accelerator

The Azure Container Apps landing zone accelerator is an open-source collection of architectural guidance and reference implementation to accelerate deployment of Azure Container Apps at scale.
https://aka.ms/aca-lza
MIT License
176 stars 90 forks source link

fix: var name logic key vault #47

Closed pankajagrawal16 closed 1 year ago

pankajagrawal16 commented 1 year ago

In scenarios where the name end up terminating with hyphen when its more than 24 for example kv-app-svc-pa-f6fsh-dev-weu, it terminated it to kv-app-svc-pa-f6fsh-dev-. The deployment errored out because of naming terminating with hyphen.

This change will attempt to avoid such scenario or atleast attempt to correct it once.