Skip to content

Commit d39f4f6

Browse files
committed
Freshness check
1 parent 6a4594f commit d39f4f6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/azure-app-configuration/concept-config-file.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Tooling support for using configuration files with Azure App Config
44
author: zhenlan
55
ms.author: zhenlwa
66
ms.service: azure-app-configuration
7-
ms.topic: conceptual
8-
ms.date: 10/28/2022
7+
ms.topic: concept
8+
ms.date: 05/30/2024
99
---
1010

1111
# Azure App Configuration support for configuration files
@@ -102,9 +102,11 @@ The following example is a file based upon the KVSet file content profile, named
102102

103103
> [!TIP]
104104
> If you followed the example in the previous section and have the data in your App Configuration store, you can export it to a file using the CLI command:
105+
105106
> ```azurecli-interactive
106107
> az appconfig kv export --profile appconfig/kvset --label * --name <your store name> --destination file --path appconfigdata.json --format json
107108
> ```
109+
108110
> After the file is exported, update the `Beta` feature flag `enabled` property to `true` and change the `Logging:LogLevel:Default` to `Debug`.
109111
110112
Run the following CLI command with the parameter "**--profile appconfig/kvset**" to import the file to your App Configuration store. You don't need to specify any data transformation rules such as separator, label, or content type like you did in the default file content profile section because all information is already in the file.

articles/azure-app-configuration/quickstart-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure App Configuration
44
description: Learn how to create an Azure App Configuration store using Bicep.
55
author: maud-lv
66
ms.author: malev
7-
ms.date: 05/06/2022
7+
ms.date: 05/30/2024
88
ms.service: azure-app-configuration
99
ms.topic: quickstart
1010
ms.custom: subject-armqs, mode-arm, devx-track-bicep

0 commit comments

Comments
 (0)