Skip to content

Commit 5c69228

Browse files
authored
Correct Authorizations Overview resource limits
Initially put Authorization Providers limit to 1000, Authorizations limit to 50000, and Access Policies to 1000, but these are not the correct numbers. This commit fixes them to the given limits in the file.
1 parent 4d4548a commit 5c69228

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/authorizations-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ For public preview the following limitations exist:
4848

4949
- Authorizations feature is not supported in the following regions: swedencentral, australiacentral, australiacentral2, jioindiacentral.
5050
- Supported identity providers can be found in [this](https://github.com/Azure/APIManagement-Authorizations/blob/main/docs/identityproviders.md) GitHub repository.
51-
- Maximum configured number of authorization providers per API Management instance: 1000
52-
- Maximum configured number of authorizations per authorization provider: 50000
53-
- Maximum configured number of access policies per authorization: 1000
51+
- Maximum configured number of authorization providers per API Management instance: 1,000
52+
- Maximum configured number of authorizations per authorization provider: 10,000
53+
- Maximum configured number of access policies per authorization: 100
5454
- Maximum requests per minute per authorization: 100
5555
- Authorization code PKCE flow with code challenge isn't supported.
5656
- Authorizations feature isn't supported on self-hosted gateways.

0 commit comments

Comments
 (0)