Skip to content

Commit ef45367

Browse files
Merge pull request #212015 from maud-lv/ml-ac-typofix
Fix typo
2 parents f7e2edd + 83bdfd8 commit ef45367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ editor: ''
99
ms.assetid:
1010
ms.service: azure-app-configuration
1111
ms.topic: conceptual
12-
ms.date: 05/02/2019
12+
ms.date: 09/21/2022
1313
ms.author: malev
1414
ms.custom: "devx-track-csharp, mvc"
1515
---
@@ -55,7 +55,7 @@ configBuilder.AddAzureAppConfiguration(options => {
5555

5656
## References to external data
5757

58-
App Configuration is designed to store any configuration data that you would normally save in configuration files or environment variables. However, some types of data may better suited to reside in other sources. For example, store secrets in Key Vault, files in Azure Storage, membership information in Azure AD groups, or customer lists in a database.
58+
App Configuration is designed to store any configuration data that you would normally save in configuration files or environment variables. However, some types of data may be better suited to reside in other sources. For example, store secrets in Key Vault, files in Azure Storage, membership information in Azure AD groups, or customer lists in a database.
5959

6060
You can still take advantage of App Configuration by saving a reference to external data in a key-value. You can [use content type](./concept-key-value.md#use-content-type) to differentiate each data source. When your application reads a reference, it loads the actual data from the referenced source, assuming it has the necessary permission to the source. If you change the location of your external data, you only need to update the reference in App Configuration instead of updating and redeploying your entire application.
6161

0 commit comments

Comments
 (0)