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 6550960 commit d49f60cCopy full SHA for d49f60c
infra/main.bicep
@@ -385,9 +385,9 @@ module backend 'core/host/appservice.bicep' = if (deploymentTarget == 'appservic
385
}
386
387
388
-// Azure container apps resources
+// Azure container apps resources (Only deployed if deploymentTarget is 'containerapps')
389
390
-// identity for pulling images from ACR
+// User-assigned identity for pulling images from ACR
391
module acaIdentity 'core/security/aca-identity.bicep' = if (deploymentTarget == 'containerapps') {
392
name: 'aca-identity'
393
scope: resourceGroup
0 commit comments