Skip to content

Commit 4824e55

Browse files
committed
Updating reasoning around throttling limits
1 parent 2e3af0d commit 4824e55

File tree

1 file changed

+2
-6
lines changed
  • articles/azure-app-configuration

1 file changed

+2
-6
lines changed

articles/azure-app-configuration/faq.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,9 @@ You can't downgrade a store from the Standard tier to the Free tier. You can cre
9595

9696
## Are there any limits on the number of requests made to App Configuration?
9797

98-
Configuration stores in the Free tier are limited to 1,000 requests per day.
98+
Configuration stores in the Free tier are limited to 1,000 requests per day. Configuration stores in the Standard tier may experience temporary throttling when the request rate exceeds 20,000 requests per hour. When a store reaches its limit, it will return HTTP status code 429 for all requests made until the time period expires.
9999

100-
In addition, all stores have limits on the number of requests made per minute and per hour. This is to prevent a single store from starving resources needed by other stores.
101-
102-
When a store reaches the limit, it will return HTTP status code 429 until the time period expires.
103-
104-
If your application consistently experiences HTTP status code 429, consider redesigning it to reduce the number of requests made. For more information, see [Reduce requests made to App Configuration](./howto-best-practices.md#reduce-requests-made-to-app-configuration)
100+
If your application regularly experiences HTTP status code 429, consider redesigning it to reduce the number of requests made. For more information, see [Reduce requests made to App Configuration](./howto-best-practices.md#reduce-requests-made-to-app-configuration)
105101

106102
## How can I receive announcements on new releases and other information related to App Configuration?
107103

0 commit comments

Comments
 (0)