Skip to content

Commit c96f022

Browse files
author
unknown
committed
Address PR comments
1 parent c22651a commit c96f022

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,14 @@ The following parameters are used by the App Configuration snapshot task:
101101
If an unexpected error occurs, debug logs can be enabled by setting the pipeline variable `system.debug` to `true`.
102102

103103
## Next step
104+
For a complete reference of the parameters or to use this pipeline task in YAML pipelines, please refer to the following document.
104105

105-
> [!div class="nextstepaction"]
106-
> [Use Azure App Configuration Snapshot Task in YAML Pipelines](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/azure-app-configuration-snapshot-v1?view=azure-pipelines)
106+
[Azure App Configuration Snapshot Task reference](/azure/devops/pipelines/tasks/reference/azure-app-configuration-snapshot-v1)
107107

108-
> [!div class="nextstepaction"]
109-
> [Pull settings from App Configuration with Azure pipelines](./pull-key-value-devops-pipeline.md)
108+
To learn how to export key-values from your App Configuration store and set them as Azure pipeline variables, continue to the following document.
109+
110+
[Pull settings from App Configuration with Azure pipelines](./pull-key-value-devops-pipeline.md)
111+
112+
To learn how to import key-values from a configuration file into your App Configuration store, continue to the following document.
113+
114+
[Push settings to App Configuration with Azure pipelines](./push-kv-devops-pipeline.md)

0 commit comments

Comments
 (0)