You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--separator`| Optional. The separator is the delimiter for flattening the key-values to Json/YAML. It's required for exporting hierarchical structure and will be ignored for property files and feature flags. Select one of the following options: `.`, `,`, `:`, `;`, `/`, `-`, `_`, `—`. |`;`|
88
+
|`--separator`| Optional. The separator is the delimiter for flattening the key-values to JSON/YAML. It's required for exporting hierarchical structure and will be ignored for property files and feature flags. Select one of the following options: `.`, `,`, `:`, `;`, `/`, `-`, `_`, `—`. |`;`|
89
89
|`--prefix`| Optional. A key prefix is the beginning part of a key. Prefixes can be used to manage groups of key-values in a configuration store. This prefix will be appended to the front of the "key" property of each imported key-value. |`TestApp:`|
90
90
|`--label`| Optional. Enter a label that will be assigned to your imported key-values. |`prod`|
91
91
|`--content-type`| Optional. Enter `appconfig/kvset` or `application/json` to state that the imported content consists of a Key Vault reference or a JSON file. |`application/json`|
@@ -265,7 +265,7 @@ Export writes configuration data stored in App Configuration to another destinat
265
265
266
266
This guide shows how to export App Configuration data:
267
267
268
-
- [to a configuration file in Json, YAML or Properties](#export-data-to-a-configuration-file)
268
+
- [to a configuration file in JSON, YAML or Properties](#export-data-to-a-configuration-file)
269
269
- [to an App Configuration store](#export-data-to-an-app-configuration-store)
270
270
- [to an Azure App Service resource](#export-data-to-azure-app-service)
271
271
@@ -323,7 +323,7 @@ From the Azure CLI, follow the steps below. If you don't have the Azure CLI inst
| `--separator` | Optional. The separator is the delimiter for flattening the key-values to Json/YAML. It's required for exporting hierarchical structure and will be ignored for property files and feature flags. Select one of the following options: `.`, `,`, `:`, `;`, `/`, `-`, `_`, `—`. | `;` |
326
+
| `--separator` | Optional. The separator is the delimiter for flattening the key-values to JSON/YAML. It's required for exporting hierarchical structure and will be ignored for property files and feature flags. Select one of the following options: `.`, `,`, `:`, `;`, `/`, `-`, `_`, `—`. | `;` |
327
327
| `--prefix` | Optional. Prefix to be trimmed from each key-value's "key" property. A key prefix is the beginning part of a key. Prefixes can be used to manage groups of key-values in a configuration store. Prefix will be ignored for feature flags. | `TestApp:` |
328
328
329
329
Example: export all key-values and feature flags with label "prod" to a JSON file.
0 commit comments