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
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/howto-import-export-data.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,13 +139,13 @@ From the Azure portal, follow these steps:
139
139
| 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* |
140
140
| From label | Select one or more labels to import key-values with the chosen labels. | *prod* |
141
141
| 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:* |
143
143
| 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* |
144
144
| 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)* |
145
145
146
146
1. Select **Apply** to proceed with the import.
147
147
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`.
149
149
150
150
#### [Azure CLI](#tab/azure-cli)
151
151
@@ -219,7 +219,7 @@ From the Azure portal:
219
219
220
220
1. Select **Apply** to proceed with the import.
221
221
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`.
223
223
224
224
#### [Azure CLI](#tab/azure-cli)
225
225
@@ -278,7 +278,7 @@ Follow the steps below to export configuration data from an app configuration st
278
278
279
279
From the [Azure portal](https://portal.azure.com), follow these steps:
280
280
281
-
1. Browse to your App Configuration store, and select **Import/export**.
281
+
1. Navigate to your App Configuration store, and select **Import/export**.
282
282
283
283
:::image type="content" source="./media/import-export/export-file.png" alt-text="Screenshot of the Azure portal, exporting a file":::
284
284
@@ -300,7 +300,7 @@ From the [Azure portal](https://portal.azure.com), follow these steps:
300
300
301
301
1. Select **Export** to finish the export.
302
302
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.
304
304
305
305
### [Azure CLI](#tab/azure-cli)
306
306
@@ -352,7 +352,7 @@ You can export values from one App Configuration store to another App Configurat
352
352
353
353
From the Azure portal, follow these steps:
354
354
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.
356
356
357
357
:::image type="content" source="./media/import-export/export-app-configuration.png" alt-text="Screenshot of the Azure portal, exporting from an App Configuration store.":::
358
358
@@ -438,7 +438,7 @@ Follow the steps below to export key-values to Azure App Service.
438
438
439
439
From the Azure portal, follow these steps:
440
440
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.
442
442
443
443
:::image type="content" source="./media/import-export/export-app-service.png" alt-text="Screenshot of the Azure portal, exporting from App Service.":::
444
444
@@ -472,7 +472,7 @@ From the Azure portal, follow these steps:
472
472
473
473
1. Select **Apply** to proceed with the export.
474
474
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`.
476
476
477
477
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.
0 commit comments