Skip to content

Commit 6011e4a

Browse files
committed
address comment: update description
1 parent c6d87d3 commit 6011e4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ From the Azure portal, follow these steps:
139139
| At a specific time |Optional. Fill out this field to import 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* |
140140
| From label | Select one or more labels to import key-values with the chosen labels. | *prod* |
141141
| Exclude feature flag | If selected, feature flags will not be imported. | *unchecked* |
142-
| Add prefix | Optional. If specified, a prefix will be added to the key names of all imported key-values. | *prod* |
142+
| Add prefix | Optional. If specified, a prefix will be added to the key names of all imported key-values. | *TestApp:* |
143143
| 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 imported key-values. | *new* |
144144
| 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 imported key-values. Note that the content type of feature flags cannot be overridden. | *JSON (application/json)* |
145145
146146
1. Select **Apply** to proceed with the import.
147147
148-
You imported key-values from an App Configuration store as of January 28, 2021, at 12 AM, with key names starting with `test` and the label `prod`. The imported key-values were assigned the label `new` and the content type `application/json`.
148+
You imported key-values from an App Configuration store as of January 28, 2021, at 12 AM, with key names starting with `test` and the label `prod`. The key names were prefixed with `TestApp:`. All imported key-values were assigned the label `new` and the content type `application/json`.
149149
150150
#### [Azure CLI](#tab/azure-cli)
151151
@@ -219,7 +219,7 @@ From the Azure portal:
219219
220220
1. Select **Apply** to proceed with the import.
221221
222-
You imported all application settings from an App Service as key-values, and assigned them the label "prod" and the prefix "TestApp". All key-values that you imported have content type set as "JSON".
222+
You imported all application settings from an App Service as key-values, and assigned them the label `prod` and the prefix `TestApp:`. All key-values that you imported have content type set as `application/json`.
223223
224224
#### [Azure CLI](#tab/azure-cli)
225225
@@ -278,7 +278,7 @@ Follow the steps below to export configuration data from an app configuration st
278278
279279
From the [Azure portal](https://portal.azure.com), follow these steps:
280280
281-
1. Browse to your App Configuration store, and select **Import/export**.
281+
1. Navigate to your App Configuration store, and select **Import/export**.
282282
283283
:::image type="content" source="./media/import-export/export-file.png" alt-text="Screenshot of the Azure portal, exporting a file":::
284284
@@ -300,7 +300,7 @@ From the [Azure portal](https://portal.azure.com), follow these steps:
300300
301301
1. Select **Export** to finish the export.
302302
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.
303+
You exported key-values from an App Configuration store as of July 28, 2021, at 12 AM, with key names starting with `test` and 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
@@ -352,7 +352,7 @@ You can export values from one App Configuration store to another App Configurat
352352
353353
From the Azure portal, follow these steps:
354354
355-
1. Browse to the App Configuration store that contains the data you want to export, and select **Import/export** from the **Operations** menu.
355+
1. Navigate to your App Configuration store that contains the data you want to export, and select **Import/export** from the **Operations** menu.
356356
357357
:::image type="content" source="./media/import-export/export-app-configuration.png" alt-text="Screenshot of the Azure portal, exporting from an App Configuration store.":::
358358
@@ -438,7 +438,7 @@ Follow the steps below to export key-values to Azure App Service.
438438
439439
From the Azure portal, follow these steps:
440440
441-
1. Browse to your App Configuration store, and select **Import/export** from the **Operations** menu.
441+
1. Navigate to your App Configuration store, and select **Import/export** from the **Operations** menu.
442442
443443
:::image type="content" source="./media/import-export/export-app-service.png" alt-text="Screenshot of the Azure portal, exporting from App Service.":::
444444
@@ -472,7 +472,7 @@ From the Azure portal, follow these steps:
472472
473473
1. Select **Apply** to proceed with the export.
474474
475-
You've exported key-values that have the "prod" label from an App Service resource, at their state from 07/28/2021 12:00:00 AM, and have trimmed the prefix "TestApp". The key-values have been exported with a content type in JSON format.
475+
You've exported key-values that have the `prod` label from an App Service resource, at their state from July 28, 2021, at 12 AM, and have trimmed the prefix `TestApp:`. The key-values have been exported with a content type `application/json`.
476476
477477
If you checked the box to export key-values as references, the exported key-values are indicated as App Configuration references in the "Source" column of your App Service resource configuration settings.
478478

0 commit comments

Comments
 (0)