We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a991f4 + 406022f commit 34397d4Copy full SHA for 34397d4
infra/core/host/container-apps.bicep
@@ -25,7 +25,7 @@ module containerAppsEnvironment 'container-apps-environment.bicep' = {
25
26
module containerRegistry 'container-registry.bicep' = {
27
name: '${name}-container-registry'
28
- scope: !empty(containerRegistryResourceGroupName) ? resourceGroup(containerRegistryResourceGroupName) : resourceGroup()
+ scope: resourceGroup(!empty(containerRegistryResourceGroupName) ? containerRegistryResourceGroupName : resourceGroup().name)
29
params: {
30
name: containerRegistryName
31
location: location
0 commit comments