-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Maksim Murashka edited this page May 25, 2021
·
3 revisions
You can find FindMeWebApp app service in Azure Portal in FindMe resource group. There is only one resource of "App Service" type.

Application Settings
| Name | Value |
|---|---|
| MicrosoftAppId | FindMe Bot AAD App Id |
| MicrosoftAppPassword | FindMe Bot App Secret |
| FMAppId | FindMe AAD App Id |
| FMAppPassword | FindMe AAD App Secret |
| FMTenantId | Tenant Id |
| HostBaseUrl | Base url of the web app (https://xxx.azurewebsites.net) |
| FMAppConnectionName | OAuth connection string name from Bot registration settings |
| FMDisableChangeManager | Disable possibility of changing Manager from the Bot |
Connections strings
| Name | Value |
|---|---|
| FindMeDb | FindMe SQL database connection string |
You can find FindMeFunc function app service in Azure Portal in FindMe resource group. There is only one resource of "Function App" type.

Application Settings
| Name | Value |
|---|---|
| DindMeDbConnectionString | FindMe SQL database connection string |
| BotBaseUrl | Base url of the Bot web app (https://xxx.azurewebsites.net) |
| StatusReminderSchedule | NCRONTAB schedule expression for checking and sending status expiration notifications (default: every 5 mins) |
| ShiftsReminderSchedule | NCRONTAB schedule expression for sending weekly schedule update notifications (default: Monday 00:00) |