Skip to content

Commit f9bf4e1

Browse files
committed
Use consistent section title for reloading data
1 parent c174dd0 commit f9bf4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add the following key-value to your Azure App Configuration store. For more info
3737
> [!NOTE]
3838
> A *sentinel key* is a key that you update after you complete the change of all other keys. Your app monitors the sentinel key. When a change is detected, your app refreshes all configuration values. This approach helps to ensure the consistency of configuration in your app and reduces the overall number of requests made to your Azure App Configuration store, compared to monitoring all keys for changes.
3939
40-
## Update the application with refreshable configuration
40+
## Reload data from App Configuration
4141

4242
The following examples show how to use refreshable configuration values in console applications.
4343
The refresh behavior is configured by `refreshOptions` parameter when calling `load` function.

0 commit comments

Comments
 (0)