Skip to content

Commit e7dafb3

Browse files
Merge pull request #217818 from rwike77/patch-20
Reviewed
2 parents 3be175b + 68a0e65 commit e7dafb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 09/17/2021
12+
ms.date: 11/09/2022
1313
ms.author: ryanwi
1414
ms.reviewer: arcrowe
1515
#Customer intent: As a developer, I want to understand the throttling and service limits I might hit so that I can test my app without interruption.
@@ -64,4 +64,4 @@ Throttling behavior can depend on the type and number of requests. For example,
6464
When you exceed a throttling limit, you receive the HTTP status code `429 Too many requests` and your request fails. The response includes a `Retry-After` header value, which specifies the number of seconds your application should wait (or sleep) before sending the next request. Retry the request. If you send a request before the retry value has elapsed, your request isn't processed and a new retry value is returned. If the request fails again with a 429 error code, you are still being throttled. Continue to use the recommended `Retry-After` delay and retry the request until it succeeds.
6565

6666
## Next steps
67-
Learn how to [setup a test environment](test-setup-environment.md).
67+
Learn how to [setup a test environment](test-setup-environment.md).

0 commit comments

Comments
 (0)