Skip to content

Commit 2b7e4aa

Browse files
committed
Address feedback
1 parent 745ccd4 commit 2b7e4aa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ sections:
134134
135135
- question: How do I estimate the number of requests my application may send to App Configuration?
136136
answer: |
137-
Let's take an example and assume you have an application with 1,000 configuration settings. Your application loads all those settings from App Configuration upon startup. After that, it checks for a sentinel key for configuration changes every 30 seconds. You might host your application in Kubernetes, App Service, or VMs, and thus there are 50 instances of your application running simultaneously.
137+
Let's take an example and assume you have an application with 1,000 configuration settings. Your application loads all those settings from App Configuration upon startup. After that, it checks for a sentinel key for configuration changes every 30 seconds. Whether you are running on Kubernetes, App Service, or VMs, let's assume you have 50 instances of your application running simultaneously.
138138
139139
Firstly, let's estimate the requests for configuration monitoring. Each instance of your application will send one request for the sentinel key to App Configuration every 30 seconds, so it will send 120 (=3600/30) requests in an hour. Given you have 50 instances of your application, your application sends 6,000 (=120x50) total requests every hour for configuration monitoring.
140140

0 commit comments

Comments
 (0)