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
182 stars 101 forks source link

Case sensitivity issue while comparing #154

Open Dost2010 opened 3 months ago

Dost2010 commented 3 months ago

There is case sensitive comparison in terraform script. However not all part of the resource id is case sensitive.

image

Reference: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/frequently-asked-questions

It is recommended to convert both side of comparison to single case .

kpantos commented 2 days ago

@ibersanoMS can you take a look at this please?