Skip to content

Commit 99d766f

Browse files
committed
address comment: import --> export
1 parent e7217a5 commit 99d766f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,12 @@ From the Azure portal, follow these steps:
366366
|----------------|-------------------------------------------------------------------------------------------------|-----------------------|
367367
| 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* |
368368
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Start with "test" |
369-
| At a specific time | Optional. Fill out to import key-values from a specific point in time. This is the point in time of the key-values in the selected configuration store. Format: "YYYY-MM-DDThh:mm:ssZ". This field defaults to the current point in time of the key-values when left empty. | *07/28/2022 12:00:00 AM* |
369+
| At a specific time | Optional. Fill out to export key-values from a specific point in time. This is the point in time of the key-values in the selected configuration store. Format: "YYYY-MM-DDThh:mm:ssZ". This field defaults to the current point in time of the key-values when left empty. | *07/28/2022 12:00:00 AM* |
370370
| From label | Select an existing label to restrict your export to key-values with a specific label. If you don't select a label, by default only key-values with the "No Label" label will be exported. See note below. | *prod* |
371371
| Exclude feature flag | If enabled, excludes feature flags when exporting configuration data. | *false* |
372372
373373
1. Select destination store, fill out the form with the following parameters:
374-
| Parameter | Description | Example |
374+
| Parameter | Description | Example |
375375
|----------------|-------------------------------------------------------------------------------------------------|-----------------------|
376376
| Subscription | Your current subscription is selected by default. | *my-subscription* |
377377
| Resource group | Select a resource group that contains the App Configuration store where you want to export the configuration. Your current resource group is selected by default. | *my-resource-group* |
@@ -380,7 +380,7 @@ From the Azure portal, follow these steps:
380380
381381
1. Fill out the next part of the form:
382382
383-
| Parameter | Description | Example |
383+
| Parameter | Description | Example |
384384
|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
385385
| 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* |
386386
| Override labels | Optional. By default, imported items use their current label. Check the box and enter a label to override these defaults with a custom label. | *new* |
@@ -453,7 +453,7 @@ From the Azure portal, follow these steps:
453453
|----------------|-------------------------------------------------------------------------------------------------|-----------------------|
454454
| 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* |
455455
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Start with "test" |
456-
| At a specific time | Optional. Fill out to import key-values from a specific point in time. This is the point in time of the key-values in the selected configuration store. Format: "YYYY-MM-DDThh:mm:ssZ". This field defaults to the current point in time of the key-values when left empty. | *07/28/2022 12:00:00 AM* |
456+
| At a specific time | Optional. Fill out to export key-values from a specific point in time. This is the point in time of the key-values in the selected configuration store. Format: "YYYY-MM-DDThh:mm:ssZ". This field defaults to the current point in time of the key-values when left empty. | *07/28/2022 12:00:00 AM* |
457457
| From label | Select an existing label to restrict your export to key-values with a specific label. If you don't select a label, by default only key-values with the "No Label" label will be exported. See note below. | *prod* |
458458
459459
1. Select a destination store and fill out the form with the following parameters:

0 commit comments

Comments
 (0)