Skip to content

Commit 8785da9

Browse files
committed
address comment: update description
1 parent 729d596 commit 8785da9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/azure-app-configuration/howto-import-export-data.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,12 @@ From the [Azure portal](https://portal.azure.com), follow these steps:
295295
| At a specific time | Optional. Fill out this field to export key-values from a specific point in time in the selected configuration store. If left empty, it defaults to the current point in time of the key-values. | *07/28/2022 12:00:00 AM* |
296296
| From label | Select the label to export key-values with the chosen label. If no label is selected, key-values with no label will be exported. Note that you can only select one label when exporting with the Default File content profile. To export key-values with more than one label, use the KVSet File content profile. | *prod* |
297297
| Remove prefix | Optional. If specified, the prefix will be removed from the key names of all exported key-values that contain it. | *TestApp:* |
298-
| Separator | The separator is the delimiter used for flattening JSON or YAML files into key-value. It will be ignored for property files and feature flags. Supported values include no-separator, period (.), comma (,), semicolon (\;), hyphen (-), underscore (_), double underscore (__), slash (/), and colon (\:). | *;* |
298+
| Separator | The separator is the delimiter used for flattening JSON or YAML files into key-value. It will be ignored for property files and feature flags. Supported values include no-separator, period (.), comma (,), semicolon (\;), hyphen (-), underscore (_), double underscore (__), slash (/), and colon (\:). | *:* |
299299
300300
301301
1. Select **Export** to finish the export.
302302
303-
You exported key-values that have the "prod" label from a configuration file, at their state from 07/28/2021 12:00:00 AM, and trimmed the prefix "TestApp". Values are separated by ";" in the file.
303+
You exported key-values from an App Configuration store as of July 28, 2021, at 12 AM, with the label `prod`, to a JSON file. The prefix `TestApp:` was trimmed from key names, if present, and the separator `:` was used to segment the key names and reconstruct the hierarchical JSON format.
304304
305305
### [Azure CLI](#tab/azure-cli)
306306
@@ -362,10 +362,10 @@ From the Azure portal, follow these steps:
362362
363363
| Parameter | Description | Example |
364364
|----------------|-------------------------------------------------------------------------------------------------|-----------------------|
365-
| Selection mode | Select whether to export key-values from their current state in the store, which is the default option, or from a snapshot. | *Default* |
366-
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Starts with *test* |
365+
| Selection mode | Select whether to export from regular key-values, which is the default option, or from a snapshot. | *Default* |
366+
| Key filter | Used to filter key-values based on the key name for export. If no keys are specified, all keys are eligible. | Starts with *test* |
367367
| At a specific time | Optional. Fill out this field to export key-values from a specific point in time in the selected configuration store. If left empty, it defaults to the current point in time of the key-values. | *07/28/2022 12:00:00 AM* |
368-
| From label | Select one or more labels to export key-values with the chosen labels. | *prod* |
368+
| From label | Select the label to export key-values with the chosen label. If no label is selected, key-values with no label will be exported. | *prod* |
369369
| Exclude feature flag | If selected, feature flags will not be exported. | *unchecked* |
370370
371371
1. Select destination store, fill out the form with the following parameters:
@@ -381,13 +381,13 @@ From the Azure portal, follow these steps:
381381
382382
| Parameter | Description | Example |
383383
|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
384-
| Remove prefix | Optional. This prefix will 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. | *TestApp* |
385-
| Override labels | Optional. By default, exported items use their current label. Check the box and enter a label to override these defaults with a custom label. | *new* |
386-
| Override content types | Optional. By default, exported items use their current content type. Check the box and the provided content type will be added to all exported key-values. | *JSON (application/json)* |
384+
| Remove prefix | Optional. If specified, the prefix will be removed from the key names of all exported key-values that contain it. | *TestApp* |
385+
| Override labels | Optional. By default, the original labels of the source key-values are preserved. To override them, check the box and enter a new label for exported key-values. | *new* |
386+
| Override content types | Optional. By default, the original content types of the source key-values are preserved. To override them, check the box and enter a new content type for exported key-values. Note that the content type of feature flags cannot be overridden. | *JSON (application/json)* |
387387
388388
1. Select **Apply** to proceed with the export.
389389
390-
You exported key-values and feature flags that have the label "prod" from an App Configuration store, at their state from 07/28/2022 12:00:00 AM, and trimmed the prefix "TestApp", then assigned them the label "new". All key-values that you exported have content type set as "JSON".
390+
You exported key-values and feature flags with key names starting with `test` and the label `prod` from an App Configuration store, at their state from July 28, 2022, at 12 AM. The exported key-values were trimmed the prefix `TestApp`, then assigned them the label `new` and the content type `application/json`.
391391
392392
#### [Azure CLI](#tab/azure-cli)
393393
@@ -450,10 +450,10 @@ From the Azure portal, follow these steps:
450450
451451
| Parameter | Description | Example |
452452
|----------------|-------------------------------------------------------------------------------------------------|-----------------------|
453-
| Selection mode | Select whether to export key-values from their current state in the store, which is the default option, or from a snapshot. | *Default* |
454-
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Starts with *test* |
455-
| At a specific time | Optional. Fill out this field to export key-values from a specific point in time in the selected configuration store. If left empty, it defaults to the current point in time of the key-values. | *07/28/2022 12:00:00 AM* |
456-
| From label | Select one or more labels to export key-values with the chosen labels. | *prod* |
453+
| Selection mode | Select whether to export from regular key-values, which is the default option, or from a snapshot. | *Default* |
454+
| Key filter | Used to filter key-values based on the key name for export. If no keys are specified, all keys are eligible. | Starts with *test* |
455+
| At a specific time | Optional. Fill out this field to export key-values from a specific point in time in the selected configuration store. If left empty, it defaults to the current point in time of the key-values. | *07/28/2022 12:00:00 AM* |
456+
| From label | Select the label to export key-values with the chosen label. If no label is selected, key-values with no label will be exported. | *prod* |
457457
458458
1. Select a destination store and fill out the form with the following parameters:
459459
@@ -468,7 +468,7 @@ From the Azure portal, follow these steps:
468468
469469
| Parameter | Description | Example |
470470
|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
471-
| Remove prefix | Optional. This prefix will be trimmed from each exported 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:* |
471+
| Remove prefix | Optional. If specified, the prefix will be removed from the key names of all exported key-values that contain it. | *TestApp:* |
472472
473473
1. Select **Apply** to proceed with the export.
474474

0 commit comments

Comments
 (0)