Skip to content

Commit 269285e

Browse files
author
unknown
committed
Address PR comments
1 parent a6e91f6 commit 269285e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-app-configuration/create-snapshot-devops-pipeline.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ In this section, learn how to use the Azure App Configuration snapshot task in a
5252
> ![Screenshot shows the Edit button for an existing pipeline.](./media/existing-pipeline-show-assistant.png)
5353
1. Search for the **Azure App Configuration snapshot** Task.
5454
> [!div class="mx-imgBorder"]
55-
> ![Screenshot shows the to Add Task dialog with Azure App Configuration snapshot in search box.](./media/add-azure-app-configuration-snapshot-task.png)
56-
1. Configure the necessary parameters for the task to create a snapshot in an App Configuration store. Explanation of the parameters are available in the **Parameters** section below and in tooltips next to each parameter.
55+
> ![Screenshot shows the Add Task dialog with Azure App Configuration snapshot in search box.](./media/add-azure-app-configuration-snapshot-task.png)
56+
1. Configure the necessary parameters for the task to create a snapshot in an App Configuration store. Explanations of the parameters are available in the **Parameters** section below and in tooltips next to each parameter.
5757
> [!div class="mx-imgBorder"]
58-
> ![Screenshot shows the app configuration snapshot task parameters](./media/azure-app-configuration-snapshot-parameters.png)
59-
1. Save and queue a build. The build log will display any failures that occured during the execution of the task.
58+
> ![Screenshot shows the app configuration snapshot task parameters.](./media/azure-app-configuration-snapshot-parameters.png)
59+
1. Save and queue a build. The build log will display any failures that occurred during the execution of the task.
6060

6161
## Use in releases
6262

@@ -65,7 +65,7 @@ In this section, learn how to use the Azure App Configuration snapshot task in a
6565
1. Navigate to the release pipeline page by selecting, **Pipelines** > **Releases**. For more information about release pipelines go to [Create your first pipeline](/azure/devops/pipelines/release).
6666
1. Choose an existing release pipeline. If you don’t have one, select **+ New** to create a new one.
6767
1. Select the **Edit** button in the top-right corner to edit the release pipeline.
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, dependecies, & conditions](/azure/devops/pipelines/release/environments).
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).
6969
> [!div class="mx-imgBorder"]
7070
> ![Screenshot shows the selected stage in the Tasks dropdown.](./media/pipeline-stage-tasks.png)
7171
1. Click **+** next to the job to which you want to add a new task.

0 commit comments

Comments
 (0)