How to Configure Your Teams Connector Using Web.config

The following advanced configuration settings are available in appSettings section of web.config file.

Key Name Value Type Description
GraphApiMessagesPageSize Positive integer The page size value to use in all Microsoft Graph API calls that enumerate channel messages.
GraphApiGetUsersPageSize Positive integer The page size value to use in all Microsoft Graph API calls that enumerate Azure AD users.

GraphApiGetGroupsPageSize

Positive integer The page size value to use in all Microsoft Graph API calls that enumerate Azure AD groups.

GraphApiDefaultPageSize

Positive integer

The page size value to use in all other Microsoft Graph API calls.

MaxRetriesValue Positive integer

Overwrites max value of retries per Graph API request

  • Value should be between 0 and 10

  • Default: 3