Skip to content

Commit 2743f1f

Browse files
author
unknown
committed
Address PR comments
1 parent c2fa6cc commit 2743f1f

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

articles/azure-app-configuration/.openpublishing.redirection.appconfig.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
"redirections": [
33
{
44
"source_path_from_root": "/articles/azure-app-configuration/push-kv-devops-pipeline.md",
5-
"redirect_url": "/azure/azure-app-configuration/import-kv-devops-pipeline",
5+
"redirect_url": "/azure/azure-app-configuration/azure-pipeline-import-task",
66
"redirect_document_id": true
77
},
88
{
99
"source_path_from_root": "/articles/azure-app-configuration/pull-key-value-devops-pipeline.md",
10-
"redirect_url": "/azure/azure-app-configuration/export-key-value-devops-pipeline",
10+
"redirect_url": "/azure/azure-app-configuration/azure-pipeline-export-task",
11+
"redirect_document_id": true
12+
},
13+
{
14+
"source_path_from_root": "/articles/azure-app-configuration/create-snapshot-devops-pipeline.md",
15+
"redirect_url": "/azure/azure-app-configuration/azure-pipeline-snapshot-task",
1116
"redirect_document_id": true
1217
}
1318
]
File renamed without changes.
File renamed without changes.
File renamed without changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 05/30/2024
1212

1313
Files are one of the most common ways to store configuration data. To help you start quickly, App Configuration has tools to assist you in [importing your configuration files](./howto-import-export-data.md), so you don't have to type in your data manually. This operation is a one-time data migration if you plan to manage your data in App Configuration after importing them. In some other cases, for example, where you adopt [configuration as code](./howto-best-practices.md#configuration-as-code), you may continue managing your configuration data in files and importing them as part of your CI/CD process recurrently. You may find one of these two scenarios applies to you:
1414

15-
- You keep the configuration file in the format you had before. This format is helpful if you want to use the file as the fallback configuration for your application or the local configuration during development. When you import the configuration file, specify how you want the data transformed to App Configuration key-values. This option is the [**default file content profile**](#file-content-profile-default) in App Configuration importing tools such as portal, Azure CLI, Azure Pipeline Import task, GitHub Actions, etc.
15+
- You keep the configuration file in the format you had before. This format is helpful if you want to use the file as the fallback configuration for your application or the local configuration during development. When you import the configuration file, specify how you want the data transformed to App Configuration key-values and feature flags. This option is the [**default file content profile**](#file-content-profile-default) in App Configuration importing tools such as portal, Azure CLI, Azure Pipeline Import task, GitHub Actions, etc.
1616
- You keep the configuration file in the format that contains all App Configuration key-value properties. When you import the file, you don't need to specify any transformation rules because all properties of a key-value are already in the file. This option is called [**KVSet file content profile**](#file-content-profile-kvset) in App Configuration importing tools. It's helpful if you want to manage all your App Configuration data, including regular key-values, Key Vault references, and feature flags, in one file and import them in one shot.
1717

1818
The rest of this document discusses both file content profiles in detail and use Azure CLI as an example. The same concept applies to other App Configuration importing tools too.

0 commit comments

Comments
 (0)