Azure / appservice-landing-zone-accelerator

The Azure App Service landing zone accelerator is an open-source collection of architectural guidance and reference implementation to accelerate deployment of Azure App Service at scale.
https://build.microsoft.com/en-US/sessions/58f92fab-3298-444d-b215-6b93219cd5d7?source=sessions
MIT License
207 stars 109 forks source link

The 'location' property is not allowed for XX at resource group scope #139

Closed ahmedsza closed 1 year ago

ahmedsza commented 1 year ago

I am trying to run this using the instructions but get this error {"code": "InvalidDeployment", "message": "The 'location' property is not allowed for 'XXXXX' at resource group scope

Any ideas?

I did set the "ResourceGroupLocation": { "value": "West Europe"

in the parameters file

ahmedsza commented 1 year ago

This is for the multitenant secure version using bicep

thotheod commented 1 year ago

Hi @ahmedsza. Can you please give more details on what the issue is? Did you add any new parameter in the main.parameter.jsonc file? I can't find any ResourceGroupLocation parameter there.

Did you follow deployment instructions as described here?

ahmedsza commented 1 year ago

Thanks @thotheod . I honestly don't know what happened. I cloned the repo again in a clean dir - and ran it again - and all is good. So this can be closed.