Skip to content

Commit d49f60c

Browse files
committed
Update comment
1 parent 6550960 commit d49f60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ module backend 'core/host/appservice.bicep' = if (deploymentTarget == 'appservic
385385
}
386386
}
387387

388-
// Azure container apps resources
388+
// Azure container apps resources (Only deployed if deploymentTarget is 'containerapps')
389389

390-
// identity for pulling images from ACR
390+
// User-assigned identity for pulling images from ACR
391391
module acaIdentity 'core/security/aca-identity.bicep' = if (deploymentTarget == 'containerapps') {
392392
name: 'aca-identity'
393393
scope: resourceGroup

0 commit comments

Comments
 (0)