microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
356 stars 27 forks source link

Feature Request: Allow container app names to have length > 32 #1103

Open DSpirit opened 4 months ago

DSpirit commented 4 months ago

Working in a corporate environment, we have strict naming conventions for Azure resources. When naming container apps, the limitation of 32 characters is not feasible in some production workloads. Example: contoso-proj-order-processor-weu-dev

---- has already 36 characters. **Describe the solution you'd like**. I would have expected at least 64 characters if not 128, this would catch like more than 99% percent of the current issues. **Describe alternatives you've considered**. We have already tried different naming conventions, but for some specific services even omitting all unneccessary environments, organization and project information is not enough (e.g. build-purchase-order-processing-customer-x) **Additional context**. I didn't find anything related here so I hope there will be an update soon :)
vienleidl commented 2 months ago

And underscore "_" should be allowed.

philipbTC commented 1 month ago

+1 on this issue. Very limiting & I've hit this issue in two separate orgs now