Skip to content

Commit c19b234

Browse files
Merge pull request #211141 from maud-lv/patch-14
Add tip following user suggestion
2 parents db13081 + b62dfba commit c19b234

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ Azure Functions support running [in-process](../azure-functions/functions-dotnet
9696

9797
> [!TIP]
9898
> When you are updating multiple key-values in App Configuration, you normally don't want your application to reload configuration before all changes are made. You can register a *sentinel key* and update it only when all other configuration changes are completed. This helps to ensure the consistency of configuration in your application.
99+
>
100+
> You may also do following to minimize the risk of inconsistencies:
101+
>
102+
> * Design your application to be tolerable for transient configuration inconsistency
103+
> * Warm-up your application before bringing it online (serving requests)
104+
> * Carry default configuration in your application and use it when configuration validation fails
105+
> * Choose a configuration update strategy that minimizes the impact to your application, for example, a low traffic timing.
106+
99107

100108
### [In-process](#tab/in-process)
101109

@@ -237,4 +245,4 @@ Azure Functions support running [in-process](../azure-functions/functions-dotnet
237245
In this tutorial, you enabled your Azure Functions app to dynamically refresh configuration settings from App Configuration. To learn how to use an Azure managed identity to streamline the access to App Configuration, continue to the next tutorial.
238246

239247
> [!div class="nextstepaction"]
240-
> [Access App Configuration using managed identity](./howto-integrate-azure-managed-service-identity.md)
248+
> [Access App Configuration using managed identity](./howto-integrate-azure-managed-service-identity.md)

0 commit comments

Comments
 (0)