Skip to content

Commit 8e7988e

Browse files
authored
Update rest-error-codes.md
1 parent a573746 commit 8e7988e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/key-vault/general/rest-error-codes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ In addition, most access policies do not require the use of the "Authorized appl
151151

152152
## HTTP 429: Too Many Requests
153153

154-
Throttling occurs when the number of requests exceeds the stated maximum for the timeframe. If throttling occurs, the Key Vault's response will be HTTP 429. There are stated maximums for types of requests made. For instance: the creation of an HSM 2048-bit key is 5 requests per 10 seconds, but all other HSM transactions have a 1000 request/10 seconds limit. Therefore it is important to understand which types of calls are being made when determining the cause of throttling.
155-
In general, requests to the Key Vault are limited to 2000 requests/10 seconds. Exceptions are Key Operations, as documented in [Key Vault service limits](service-limits.md)
154+
Throttling occurs when the number of requests exceeds the stated maximum for the timeframe. If throttling occurs, the Key Vault's response will be HTTP 429. There are stated maximums for types of requests made. For instance: the creation of an HSM 2048-bit key is 10 requests per 10 seconds, but all other HSM transactions have a 2,000 requests/10 seconds limit. Therefore it is important to understand which types of calls are being made when determining the cause of throttling.
155+
In general, requests to the Key Vault are limited to 4,000 requests/10 seconds. Exceptions are Key Operations, as documented in [Key Vault service limits](service-limits.md)
156156

157157
### Troubleshooting 429
158158
Throttling is worked around using these techniques:

0 commit comments

Comments
 (0)