Skip to content

Commit da277a4

Browse files
committed
Fix the formatting
1 parent 665548d commit da277a4

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

articles/azure-app-configuration/faq.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ sections:
135135
136136
Finally, let's put it together. Assuming you updated the sentinel key twice within an hour, your App Configuration store will thus receive 7,000 (=6,000+500x2) total requests for that hour. Note that out of these requests, only about 1,000 (=500x2) requests use the available hourly quota for a Standard tier store. Update the numbers in this example to match your specific setup and design accordingly so you have a sufficient buffer against the hourly quota limit.
137137
138-
*Feature flags don't use the sentinel key for monitoring changes. It takes one request to monitor every 100 feature flags per refresh interval.
138+
*Feature flags don't use the sentinel key for monitoring changes and are monitored separately from configuration. It takes one request to monitor every 100 feature flags per refresh interval.
139+
139140
†Free tier stores don't have frequent, repeated requests excluded from their daily limit.
140141
141142
- question: My application receives HTTP status code 429 responses. Why?

0 commit comments

Comments
 (0)