Skip to content

Commit ce4e774

Browse files
authored
Update test-throttle-service-limits.md
Correcting throttling limits, reference doc PR: microsoftgraph/microsoft-graph-docs-contrib#8603
1 parent a854192 commit ce4e774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/test-throttle-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following table lists Azure AD throttling limits to consider when running te
5353
| Limit type | Resource unit quota | Write quota |
5454
|-------------------|----------------|----------------|
5555
| application+tenant pair | S: 3500, M:5000, L:8000 per 10 seconds | 3000 per 2 minutes and 30 seconds |
56-
| application | 150,000 per 20 seconds | 70,000 per 5 minutes |
56+
| application | 150,000 per 20 seconds | 35,000 per 5 minutes |
5757
| tenant | Not Applicable | 18,000 per 5 minutes |
5858

5959
The application + tenant pair limit varies based on the number of users in the tenant requests are run against. The tenant sizes are defined as follows: S - under 50 users, M - between 50 and 500 users, and L - above 500 users.

0 commit comments

Comments
 (0)