Skip to content

Commit 3e5832e

Browse files
committed
address comment: update
1 parent 8594bca commit 3e5832e

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
@@ -135,7 +135,7 @@ From the Azure portal, follow these steps:
135135
| Parameter | Description | Example |
136136
|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
137137
| Selection mode | Select whether to import key-values from the store, which is the default option, or from a snapshot. | *Default* |
138-
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Starts with "test" |
138+
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Starts with *test* |
139139
| 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* |
140140
| From label | Select at least one label to import values with the corresponding labels. **Select all** imports key-values with any label, and **(No label)** restricts the import to key-values with no label. | *prod* |
141141
| Exclude feature flag | If enabled, returns all key-values and excludes feature flags. | *false* |
@@ -291,7 +291,7 @@ From the [Azure portal](https://portal.azure.com), follow these steps:
291291
| File type | Select the type of file you're exporting between Yaml, Properties, or Json. | *JSON* |
292292
| File content profile | Select a content profile: Default or KVSet. The *Default* file content profile refers to the conventional configuration file scheme widely adopted by existing programming frameworks or systems, supports JSON, Yaml, or Properties file formats. The *KVSet* file content profile refers to a file schema that contains all properties of an App Configuration key-value, including key, value, label, content type, and tags. | *Default* |
293293
| 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* |
294-
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Start with "test" |
294+
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Starts with *test* |
295295
| 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* |
296296
| 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* |
297297
| 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:* |
@@ -365,7 +365,7 @@ From the Azure portal, follow these steps:
365365
| Parameter | Description | Example |
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* |
368-
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Start with "test" |
368+
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Starts with *test* |
369369
| 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* |
@@ -452,7 +452,7 @@ From the Azure portal, follow these steps:
452452
| Parameter | Description | Example |
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* |
455-
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Start with "test" |
455+
| Key filter | Optional. Used for filtering keys. If no keys specified, returns all keys by default. | Starts with *test* |
456456
| 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

0 commit comments

Comments
 (0)