Skip to content

Commit ae30645

Browse files
author
unknown
committed
Fix acrolinx score
1 parent 055ea4f commit ae30645

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Assign the proper App Configuration role assignment to the credentials being use
3030

3131
1. Go to your target App Configuration store.
3232
1. In the left menu, select **Access control (IAM)**.
33-
1. In the right pane, selecte **Add role assignment**.
33+
1. In the right pane, select **Add role assignment**.
3434

3535
:::image type="content" border="true" source="./media/azure-app-configuration-role-assignment/add-role-assignment-button.png" alt-text="Screenshot shows the Add role assignments button.":::
3636
1. For the **Role**, select **App Configuration Data Owner**. This role allows the task to read from and write to the App Configuration store.
@@ -56,13 +56,13 @@ In this section, learn how to use the Azure App Configuration snapshot task in a
5656
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"]
5858
> ![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.
59+
1. Save and queue a build. The build log displays any failures that occurred during the execution of the task.
6060

6161
## Use in releases
6262

6363
In this section, learn how to use the Azure App Configuration snapshot task in an Azure DevOps release pipeline.
6464

65-
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).
65+
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.
6868
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).
@@ -73,7 +73,7 @@ In this section, learn how to use the Azure App Configuration snapshot task in a
7373
> ![Screenshot shows the plus button next to the job.](./media/add-task-to-job.png)
7474
1. In the **Add tasks** dialog, type **Azure App Configuration snapshot** into the search box and select it.
7575
1. Configure the necessary parameters within the task to create a snapshot within your App Configuration store. Explanations of the parameters are available in the **Parameters** section below, and in tooltips next to each parameter.
76-
1. Save and queue a release. The release log will display any failures encountered during the execution of the task.
76+
1. Save and queue a release. The release log displays any failures encountered during the execution of the task.
7777

7878
## Parameters
7979

0 commit comments

Comments
 (0)