Skip to content

Commit ef68869

Browse files
Merge pull request #288493 from MaryanneNjeri/user/maryanne/add_snapshot_yaml_reference_docs
Add link App Configuration snapshot yaml reference doc
2 parents 52eed07 + 93d5d14 commit ef68869

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

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

Lines changed: 17 additions & 5 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

@@ -102,5 +102,17 @@ If an unexpected error occurs, debug logs can be enabled by setting the pipeline
102102

103103
## Next step
104104

105+
For a complete reference of the parameters or to use this pipeline task in YAML pipelines, please refer to the following document.
106+
107+
> [!div class="nextstepaction"]
108+
> [Azure App Configuration Snapshot Task reference](/azure/devops/pipelines/tasks/reference/azure-app-configuration-snapshot-v1)
109+
110+
To learn how to export key-values from your App Configuration store and set them as Azure pipeline variables, continue to the following document.
111+
112+
> [!div class="nextstepaction"]
113+
> [Pull settings from App Configuration with Azure pipelines](./pull-key-value-devops-pipeline.md)
114+
115+
To learn how to import key-values from a configuration file into your App Configuration store, continue to the following document.
116+
105117
> [!div class="nextstepaction"]
106-
> [Pull settings from App Configuration with Azure pipelines](./pull-key-value-devops-pipeline.md)
118+
> [Push settings to App Configuration with Azure pipelines](./push-kv-devops-pipeline.md)

0 commit comments

Comments
 (0)