diff --git a/docs/images/chathome_mobile.png b/docs/images/chathome_mobile.png new file mode 100644 index 0000000000..0a743eb93c Binary files /dev/null and b/docs/images/chathome_mobile.png differ diff --git a/docs/images/chatscreen.png b/docs/images/chatscreen.png index 3adaba802e..6445c9dfe6 100644 Binary files a/docs/images/chatscreen.png and b/docs/images/chatscreen.png differ diff --git a/docs/images/chatscreen_desktop.png b/docs/images/chatscreen_desktop.png new file mode 100644 index 0000000000..1c579264f7 Binary files /dev/null and b/docs/images/chatscreen_desktop.png differ diff --git a/docs/images/dev_settings_tablet.png b/docs/images/dev_settings_tablet.png new file mode 100644 index 0000000000..3b72168087 Binary files /dev/null and b/docs/images/dev_settings_tablet.png differ diff --git a/infra/main.bicep b/infra/main.bicep index d649903ac0..678ee3e2df 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -315,7 +315,7 @@ module backend 'core/host/appservice.bicep' = { // Optional login and document level access control system AZURE_USE_AUTHENTICATION: useAuthentication AZURE_ENFORCE_ACCESS_CONTROL: enforceAccessControl - AZURE_ENABLE_GLOBAL_DOCUMENTS_ACCESS: enableGlobalDocuments + AZURE_ENABLE_GLOBAL_DOCUMENT_ACCESS: enableGlobalDocuments AZURE_ENABLE_UNAUTHENTICATED_ACCESS: enableUnauthenticatedAccess AZURE_SERVER_APP_ID: serverAppId AZURE_SERVER_APP_SECRET: serverAppSecret