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
171 stars 81 forks source link

fix: unique deployment name per region #109

Closed pankajagrawal16 closed 10 months ago

pankajagrawal16 commented 10 months ago

Deployment fails if the ALZ was already deployed in one region and attempt to deploy it in another region.

Since the deployment name conflicts and is not unique per region

thotheod commented 10 months ago

TBH we had in mind that we should use different Deployment name, and I think in that case we should not have any issue, but it's a good suggestion we will merge it. thanks!