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 77303da commit 0196e73Copy full SHA for 0196e73
infra/main.bicep
@@ -303,7 +303,7 @@ module backend 'core/host/appservice.bicep' = {
303
// Optional login and document level access control system
304
AZURE_USE_AUTHENTICATION: useAuthentication
305
AZURE_ENFORCE_ACCESS_CONTROL: enforceAccessControl
306
- AZURE_ENABLE_GLOBAL_DOCUMENTS: enableGlobalDocuments
+ AZURE_ENABLE_GLOBAL_DOCUMENTS_ACCESS: enableGlobalDocuments
307
AZURE_ENABLE_UNAUTHENTICATED_ACCESS: enableUnauthenticatedAccess
308
AZURE_SERVER_APP_ID: serverAppId
309
AZURE_SERVER_APP_SECRET: serverAppSecret
0 commit comments