Skip to content

Commit 5ff30e1

Browse files
pamelafoxCopilot
andauthored
Update infra/main.bicep
Co-authored-by: Copilot <[email protected]>
1 parent 826e5c7 commit 5ff30e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ module storageRoleContributorSearchService 'core/security/role.bicep' = if (useI
11291129
}
11301130
}
11311131

1132-
// Necessary for the Container Apps backend to store tokens in the container
1132+
// Necessary for the Container Apps backend to store authentication tokens in the blob storage container
11331133
module storageRoleContributorBackend 'core/security/role.bicep' = if (deploymentTarget == 'containerapps' && !empty(clientAppId)) {
11341134
scope: storageResourceGroup
11351135
name: 'storage-role-contributor-aca-backend'

0 commit comments

Comments
 (0)