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 826e5c7 commit 5ff30e1Copy full SHA for 5ff30e1
infra/main.bicep
@@ -1129,7 +1129,7 @@ module storageRoleContributorSearchService 'core/security/role.bicep' = if (useI
1129
}
1130
1131
1132
-// Necessary for the Container Apps backend to store tokens in the container
+// Necessary for the Container Apps backend to store authentication tokens in the blob storage container
1133
module storageRoleContributorBackend 'core/security/role.bicep' = if (deploymentTarget == 'containerapps' && !empty(clientAppId)) {
1134
scope: storageResourceGroup
1135
name: 'storage-role-contributor-aca-backend'
0 commit comments