Skip to content

Commit 8931c1b

Browse files
authored
Fix typo
1 parent ac16ecc commit 8931c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-app-configuration
1212
ms.workload: tbd
1313
ms.devlang: csharp
1414
ms.topic: tutorial
15-
ms.date: 11/17/2019
15+
ms.date: 09/14/2022
1616
ms.author: zhenlwa
1717
ms.custom: "devx-track-csharp, azure-functions"
1818
ms.tgt_pltfrm: Azure Functions
@@ -97,7 +97,7 @@ Azure Functions support running [in-process](../azure-functions/functions-dotnet
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.
9999
>
100-
> You may also do following to minimize the risk of inconsistencies:
100+
> You may also do the following to minimize the risk of inconsistencies:
101101
>
102102
> * Design your application to be tolerable for transient configuration inconsistency
103103
> * Warm-up your application before bringing it online (serving requests)

0 commit comments

Comments
 (0)