Azure CLI Deployment Example Error
andrewDoing opened this issue · 0 comments
andrewDoing commented
Running az deployment group create --subscription <subscription-id> --resource-group <resource-group> --template-file infra/main.bicep
with my sub and a new rg name fails with the following error:
The target scope "subscription" does not match the deployment scope "resourceGroup".
Instead, I'm using the azd provision
example, which seems to be working.