Skip to content

Commit 9256223

Browse files
committed
Add reference to the best practice doc about configuration refresh
1 parent f9d5884 commit 9256223

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-azure-functions-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The Azure App Configuration .NET provider supports caching and dynamic refresh o
7878
```
7979
---
8080

81-
You call the `RegisterAll` method to instruct the App Configuration provider to reload the entire configuration whenever a change is detected in any of the selected key-values (those starting with `TestApp:` and having no label).
81+
You call the `RegisterAll` method to instruct the App Configuration provider to reload the entire configuration whenever it detects a change in any of the selected key-values (those starting with *TestApp:* and having no label). For more information about monitoring configuration changes, see [Best practices for configuration refresh](./howto-best-practices.md#configuration-refresh).
8282

8383
By default, the refresh interval is set to 30 seconds. You can customize this interval by calling the `AzureAppConfigurationRefreshOptions.SetRefreshInterval` method.
8484

articles/azure-app-configuration/quickstart-azure-functions-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the following key-value to the App Configuration store and leave **Label** a
3232
| -------------------------- | ----------------------------------- |
3333
| *TestApp:Settings:Message* | *Data from Azure App Configuration* |
3434

35-
## Create a Functions app
35+
## Create a Function App
3636

3737
Create an Azure Functions app using Visual Studio by selecting the **Azure Functions (C#)** template. This template guides you through configuring essential settings for your project. For detailed instructions, see [Develop Azure Functions using Visual Studio](../azure-functions/functions-develop-vs.md?pivots=isolated).
3838

0 commit comments

Comments
 (0)