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
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,19 @@ This section covers how to use the Azure App Configuration Export task in an Azu
46
46
47
47
1. Navigate to the build pipeline page by clicking **Pipelines** > **Pipelines**. For build pipeline documentation, see [Create your first pipeline](/azure/devops/pipelines/create-first-pipeline?tabs=net%2Ctfs-2018-2%2Cbrowser).
48
48
- If you're creating a new build pipeline, on the last step of the process, on the **Review** tab, select **Show assistant** on the right side of the pipeline.
49
-

49
+
> [!div class="mx-imgBorder"]
50
+
> 
50
51
- If you're using an existing build pipeline, click the **Edit** button at the top-right.
51
-

52
+
> [!div class="mx-imgBorder"]
53
+
> 
52
54
1. Search for the **Azure App Configuration Export** Task.
53
-

55
+
> [!div class="mx-imgBorder"]
56
+
> 
54
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.
55
58
- Set the **Azure subscription** parameter to the name of the service connection you created in a previous step.
56
59
- Set the **App Configuration Endpoint** to the endpoint of your App Configuration store.
57
60
- Leave the default values for the remaining parameters.
58
-

61
+
> 
59
62
1. Save and queue a build. The build log displays any failures that occurred during the execution of the task.
60
63
61
64
## Use in releases
@@ -66,11 +69,14 @@ This section covers how to use the Azure App Configuration Export task in an Azu
66
69
1. Choose an existing release pipeline. If you don’t have one, click **New pipeline** to create a new one.
67
70
1. Select the **Edit** button in the top-right corner to edit the release pipeline.
68
71
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).
69
-

72
+
> [!div class="mx-imgBorder"]
73
+
> 
70
74
1. Click **+** next to the Job to which you want to add a new task.
71
-

75
+
> [!div class="mx-imgBorder"]
76
+
> 
72
77
1. Search for the **Azure App Configuration Export** Task.
73
-

78
+
> [!div class="mx-imgBorder"]
79
+
> 
74
80
1. To export your key-values from your App Configuration store, configure the necessary parameters within the task. Descriptions of the parameters are available in the **Parameters** section and in tooltips next to each parameter.
75
81
- Set the **Azure subscription** parameter to the name of the service connection you created in a previous step.
76
82
- Set the **App Configuration Endpoint** to the endpoint of your App Configuration store.
0 commit comments