Skip to content

Commit 6a8ae13

Browse files
author
unknown
committed
Fix indentation and add image border
1 parent f755f9f commit 6a8ae13

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

articles/azure-app-configuration/azure-pipeline-export-task.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,19 @@ This section covers how to use the Azure App Configuration Export task in an Azu
4646

4747
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).
4848
- 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-
![Screenshot shows the Show assistant button for a new pipeline.](./media/new-pipeline-show-assistant.png)
49+
> [!div class="mx-imgBorder"]
50+
> ![Screenshot shows the Show assistant button for a new pipeline.](./media/new-pipeline-show-assistant.png)
5051
- If you're using an existing build pipeline, click the **Edit** button at the top-right.
51-
![Screenshot shows the Edit button for an existing pipeline.](./media/existing-pipeline-show-assistant.png)
52+
> [!div class="mx-imgBorder"]
53+
> ![Screenshot shows the Edit button for an existing pipeline.](./media/existing-pipeline-show-assistant.png)
5254
1. Search for the **Azure App Configuration Export** Task.
53-
![Screenshot shows the Add Task dialog with Azure App Configuration Export in the search box.](./media/add-azure-app-configuration-export-task.png)
55+
> [!div class="mx-imgBorder"]
56+
> ![Screenshot shows the Add Task dialog with Azure App Configuration Export in the search box.](./media/add-azure-app-configuration-export-task.png)
5457
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.
5558
- Set the **Azure subscription** parameter to the name of the service connection you created in a previous step.
5659
- Set the **App Configuration Endpoint** to the endpoint of your App Configuration store.
5760
- Leave the default values for the remaining parameters.
58-
![Screenshot shows the app configuration task parameters.](./media/azure-app-configuration-export-parameters.png)
61+
> ![Screenshot shows the app configuration task parameters.](./media/azure-app-configuration-export-parameters.png)
5962
1. Save and queue a build. The build log displays any failures that occurred during the execution of the task.
6063

6164
## Use in releases
@@ -66,11 +69,14 @@ This section covers how to use the Azure App Configuration Export task in an Azu
6669
1. Choose an existing release pipeline. If you don’t have one, click **New pipeline** to create a new one.
6770
1. Select the **Edit** button in the top-right corner to edit the release pipeline.
6871
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-
![Screenshot shows the selected stage in the Tasks dropdown.](./media/pipeline-stage-tasks.png)
72+
> [!div class="mx-imgBorder"]
73+
> ![Screenshot shows the selected stage in the Tasks dropdown.](./media/pipeline-stage-tasks.png)
7074
1. Click **+** next to the Job to which you want to add a new task.
71-
![Screenshot shows the plus button next to the job.](./media/add-task-to-job.png)
75+
> [!div class="mx-imgBorder"]
76+
> ![Screenshot shows the plus button next to the job.](./media/add-task-to-job.png)
7277
1. Search for the **Azure App Configuration Export** Task.
73-
![Screenshot shows the Add Task dialog with Azure App Configuration Export in the search box.](./media/add-azure-app-configuration-export-task.png)
78+
> [!div class="mx-imgBorder"]
79+
> ![Screenshot shows the Add Task dialog with Azure App Configuration Export in the search box.](./media/add-azure-app-configuration-export-task.png)
7480
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.
7581
- Set the **Azure subscription** parameter to the name of the service connection you created in a previous step.
7682
- Set the **App Configuration Endpoint** to the endpoint of your App Configuration store.

articles/azure-app-configuration/concept-config-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ az appconfig kv import --profile appconfig/kvset --name <your store name> --sour
119119
> The KVSet file content profile is currently supported in
120120
> - Azure CLI version 2.30.0 or later
121121
> - [Azure App Configuration Import Task](./azure-pipeline-import-task.md) version 10.0.0 or later
122+
> - Azure Portal
122123
123124
The following table shows all the imported data in your App Configuration store.
124125

0 commit comments

Comments
 (0)