Skip to content

Commit 2e3af0d

Browse files
committed
adding some cross-linking
1 parent 285397e commit 2e3af0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-app-configuration/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In addition, all stores have limits on the number of requests made per minute an
101101

102102
When a store reaches the limit, it will return HTTP status code 429 until the time period expires.
103103

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)
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)
105105

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If your application consistently experiences HTTP status code 429, consider rede
7373

7474
* Increase the refresh timeout, especially if your configuration values do not change frequently. Specify a new refresh timeout using the [`SetCacheExpiration` method](/dotnet/api/microsoft.extensions.configuration.azureappconfiguration.azureappconfigurationrefreshoptions.setcacheexpiration).
7575

76-
* Watch a single *sentinel key*, rather than watching individual keys. Refresh all configuration only if the sentinel key changes.
76+
* Watch a single *sentinel key*, rather than watching individual keys. Refresh all configuration only if the sentinel key changes. See [Use dynamic configuration in an ASP.NET Core app](enable-dynamic-configuration-aspnet-core.md) for an example.
7777

7878
## Next steps
7979

0 commit comments

Comments
 (0)