Skip to content

Commit e8acb45

Browse files
author
unknown
committed
Update Table of Content to point to new file
1 parent ed1ee0a commit e8acb45

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@
118118
href: pull-key-value-devops-pipeline.md
119119
- name: Push using GitHub Actions
120120
href: push-kv-github-action.md
121+
- name: Create snapshots using Azure Pipelines
122+
href: create-snapshot-devops-pipeline.md
121123
- name: Build project using exported configuration
122124
href: integrate-ci-cd-pipeline.md
123125
- name: Deploy to Kubernetes using Helm

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create Snapshots in App Configuration with Azure Pipelines
3-
description: Learn to use Azure Pipelines to create a snapshot in App Configuration Store
3+
description: Learn to use Azure Pipelines to create a snapshot in an App Configuration Store
44
services: azure-app-configuration
55
author: MaryanneNjeri
66
ms.service: azure-app-configuration
@@ -65,10 +65,10 @@ 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 [here](/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, dependecies, & 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)
71-
1. Click **+** next to the Job to which you want to add a new task.
71+
1. Click **+** next to the job to which you want to add a new task.
7272
> [!div class="mx-imgBorder"]
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.

0 commit comments

Comments
 (0)