Skip to content

Configuration

Maksim Murashka edited this page May 25, 2021 · 3 revisions

App Service settings

You can find FindMeWebApp app service in Azure Portal in FindMe resource group. There is only one resource of "App Service" type.

Screenshot

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

Function App settings

You can find FindMeFunc function app service in Azure Portal in FindMe resource group. There is only one resource of "Function App" type.

Screenshot

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)

Clone this wiki locally