Skip to content

Commit 0196e73

Browse files
Fix output variable for global document access (#1645)
1 parent 77303da commit 0196e73

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
@@ -303,7 +303,7 @@ module backend 'core/host/appservice.bicep' = {
303303
// Optional login and document level access control system
304304
AZURE_USE_AUTHENTICATION: useAuthentication
305305
AZURE_ENFORCE_ACCESS_CONTROL: enforceAccessControl
306-
AZURE_ENABLE_GLOBAL_DOCUMENTS: enableGlobalDocuments
306+
AZURE_ENABLE_GLOBAL_DOCUMENTS_ACCESS: enableGlobalDocuments
307307
AZURE_ENABLE_UNAUTHENTICATED_ACCESS: enableUnauthenticatedAccess
308308
AZURE_SERVER_APP_ID: serverAppId
309309
AZURE_SERVER_APP_SECRET: serverAppSecret

0 commit comments

Comments
 (0)