Skip to content

Commit 162f865

Browse files
committed
Reword
1 parent 2e3b816 commit 162f865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Excessive requests to App Configuration can result in throttling or overage char
8686

8787
* Use Azure Event Grid to receive notifications when configuration changes, rather than constantly polling for any changes. For more information, see [Use Event Grid for App Configuration data change notifications](./howto-app-configuration-event.md).
8888

89-
* Use a separate App configuration store, for example, for each geographic region. Each App Configuration store has its own request quota. This setup gives you the necessary scalability for large-scale applications and avoids the single point of failure.
89+
* Divert your requests to separate App configuration stores, for example, for each geographic region. Each App Configuration store has its own request quota. This setup gives you the necessary scalability for a large-scale application and avoids the single point of failure.
9090

9191
## Importing configuration data into App Configuration
9292

0 commit comments

Comments
 (0)