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: Tasks/AzureAppConfigurationExportV10/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Azure AppConfiguration
1
+
# Azure App Configuration Export
2
2
3
3
### Overview
4
4
5
-
This task is used to pull key-values from your [App configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create) and sets them as Azure pipeline variables, which can be consumed by subsequent tasks.
5
+
This task is used to export key-values from your [App configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create) and sets them as Azure pipeline variables, which can be consumed by subsequent tasks.
6
6
7
7
## Contact Information
8
8
@@ -23,7 +23,7 @@ The parameters of the task are described below. The parameters listed with a \*
23
23
24
24
***Azure Subscription**\*: Select the AzureRM Subscription. If none exists, then click on the **Manage** link, to navigate to the Services tab in the Administrators panel. In the tab click on **New Service Connection** and select **Azure Resource Manager** from the dropdown.
25
25
26
-
***App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be pulled from.
26
+
***App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be exported from.
27
27
28
28
***Selection Mode**\*: Provide the selection mode. Selection mode allows you to specify how key-values are to be selected from the configuration store. The default value is **Default**
29
29
-**Default**: Allows the use of key and label filter to specify key-values that will be selected from the store.
Copy file name to clipboardExpand all lines: Tasks/AzureAppConfigurationImportV10/README.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
@@ -1,8 +1,8 @@
1
-
# Azure AppConfiguration Push
1
+
# Azure App Configuration Import
2
2
3
3
### Overview
4
4
5
-
This task is used to push key-values from a configuration file to your[App Configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create).
5
+
This task is used to import key-values from a configuration file to your [App Configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create).
6
6
7
7
## Contact Information
8
8
@@ -23,7 +23,7 @@ The parameters of the task are described below. The parameters listed with a \*
23
23
24
24
***Azure Subscription**\*: Select the AzureRM Subscription. If none exists, then click on the **Manage** link, to navigate to the Services tab in the Administrators panel. In the tab click on **New Service Connection** and select **Azure Resource Manager** from the dropdown.
25
25
26
-
***App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be pushed.
26
+
***App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be imported to.
27
27
28
28
***Configuration File Path**\*: Provide the path to your configuration file.
29
29
@@ -43,21 +43,21 @@ The parameters of the task are described below. The parameters listed with a \*
43
43
44
44
***Depth**: Provide the depth that the .json and .yml files will be flattened to.
45
45
46
-
***Prefix**: Provide a string that will be appended to the beginning of each key pushed to App Configuration Store.
46
+
***Prefix**: Provide a string that will be appended to the beginning of each key imported to App Configuration Store.
47
47
48
48
***Label**: Provide a string that is added to each key-values as the label within the App Configuration Store.
49
49
50
50
***Content Type**: Provide a string that is added to each key-value as the content type within the App Configuration store.
51
51
52
-
***Exclude feature flags**: Specify whether or not any feature flags provided in the configuration file will be pushed to App Configuration.
52
+
***Exclude feature flags**: Specify whether or not any feature flags provided in the configuration file will be imported to App Configuration.
53
53
54
54
***Use the file path extension to determine the file format**: Specify whether or not to use the file path extension to determine the file format.
55
55
56
56
***Delete key-values that are not included in the configuration file**: The behavior of this option depends on the configuration file [content profile](https://learn.microsoft.com/azure/azure-app-configuration/concept-config-file). Default value is **Unchecked**.
57
-
-**Unchecked**: Pushes all key-values from the configuration file into the App Configuration store and leaves everything else in the App Configuration store intact
57
+
-**Unchecked**: Imports all key-values from the configuration file into the App Configuration store and leaves everything else in the App Configuration store intact
58
58
-**Checked**:
59
-
-**Default content profile**: Removes all key-values in the App Configuration store that match both the specified prefix and label before pushing new key-values from the configuration file
60
-
-**Kvset content profile**: Removes all key-values in the App Configuration store that are not included in the configuration file before pushing new key-values from the configuration file.
59
+
-**Default content profile**: Removes all key-values in the App Configuration store that match both the specified prefix and label before importing new key-values from the configuration file
60
+
-**Kvset content profile**: Removes all key-values in the App Configuration store that are not included in the configuration file before importing new key-values from the configuration file.
61
61
62
62
***Tags**: Specify one or more tags that should be added to a key-value. Tags should be of a valid JSON format.
0 commit comments