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
| 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* |
139
139
| 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* |
140
140
| 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* |
141
141
| 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:
291
291
| File type | Select the type of file you're exporting between Yaml, Properties, or Json. | *JSON* |
292
292
| 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* |
293
293
| 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* |
295
295
| 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* |
296
296
| 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* |
297
297
| 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:
| 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* |
369
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* |
370
370
| 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* |
371
371
| Exclude feature flag | If enabled, excludes feature flags when exporting configuration data. | *false* |
@@ -452,7 +452,7 @@ From the Azure portal, follow these steps:
| 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* |
456
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* |
457
457
| 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* |
0 commit comments