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/azure-pipeline-export-task.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ This section covers how to use the Azure App Configuration Export task in an Azu
54
54
1. Search for the **Azure App Configuration Export** Task.
55
55
> [!div class="mx-imgBorder"]
56
56
> 
57
-
1. To export the key-values from the App Configuration store, configure the necessary parameters for the task. Descriptions of the parameters are available in the **Parameters** section and in tooltips next to each parameter.
57
+
1. To export the key-values from the App Configuration store, configure the necessary parameters for the task. Descriptions of the parameters are available in the **Parameters** section and in tooltips next to each parameter.
58
58
- Set the **Azure subscription** parameter to the name of the service connection you created in a previous step.
59
59
- Set the **App Configuration Endpoint** to the endpoint of your App Configuration store.
60
60
- Leave the default values for the remaining parameters.
@@ -94,7 +94,7 @@ The following parameters are used by the Azure App Configuration Export task:
94
94
-**Key Filter**: The filter can be used to select what key-values are requested from Azure App Configuration. A value of * selects all key-values. For more information on, see [Query key-values](concept-key-value.md#query-key-values).
95
95
-**Label**: Specifies which label should be used when selecting key-values from the App Configuration store. If no label is provided, then key-values with the no label are retrieved. The following characters aren't allowed: , *.
96
96
-**Snapshot Name**: Specifies snapshot from which key-values should be retrieved in Azure App Configuration.
97
-
-**Trim Key Prefix**: Specifies one or more prefixes that should be trimmed from App Configuration keys before setting them as variables. A new-line character can be used to seperate multiple prefixes.
97
+
-**Trim Key Prefix**: Specifies one or more prefixes that should be trimmed from App Configuration keys before setting them as variables. A new-line character can be used to separate multiple prefixes.
98
98
-**Suppress Warning For Overridden Keys**: Default value is unchecked. Specifies whether to show warnings when existing keys are overridden. Enable this option when it's expected that the key-values downloaded from App Configuration have overlapping keys with what exists in pipeline variables.
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/azure-pipeline-import-task.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ This section covers how to use the Azure App Configuration Import task in an Azu
62
62
63
63
This section covers how to use the Azure App Configuration Import task in an Azure DevOps release pipeline.
64
64
65
-
1. Navigate to release pipeline page by selecting **Pipelines** > **Releases**. For more information about release pipelines, go to [Create your first relase pipeline](/azure/devops/pipelines/release).
65
+
1. Navigate to release pipeline page by selecting **Pipelines** > **Releases**. For more information about release pipelines, go to [Create your first release pipeline](/azure/devops/pipelines/release).
66
66
1. Choose an existing release pipeline. If you don’t have one, select **+ New** to create a new one.
67
67
1. Select the **Edit** button in the top-right corner to edit the release pipeline.
68
68
1. From the **Tasks** dropdown, choose the **Stage** to which you want to add the task. More information about stages can be found in [Add stages, dependencies, & conditions](/azure/devops/pipelines/release/environments).
0 commit comments