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.
1 parent 1a58493 commit 949f304Copy full SHA for 949f304
infra/core/host/container-apps.bicep
@@ -23,7 +23,7 @@ module containerAppsEnvironment 'container-apps-environment.bicep' = {
23
24
module containerRegistry 'container-registry.bicep' = {
25
name: '${name}-container-registry'
26
- scope: !empty(containerRegistryResourceGroupName) ? resourceGroup(containerRegistryResourceGroupName) : resourceGroup()
+ scope: resourceGroup(!empty(containerRegistryResourceGroupName) ? containerRegistryResourceGroupName : resourceGroup().name)
27
params: {
28
name: containerRegistryName
29
location: location
0 commit comments