Skip to content

Commit 9c3d3dd

Browse files
Merge pull request #234672 from MaryanneNjeri/maryanne/add_minimum_agent
Added minimum agent version required for push and pull task
2 parents 681435e + d8f942b commit 9c3d3dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-app-configuration/pull-key-value-devops-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ The [Azure App Configuration](https://marketplace.visualstudio.com/items?itemNam
1616
## Prerequisites
1717

1818
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
19-
- App Configuration store - create one for free in the [Azure portal](https://portal.azure.com).
19+
- App Configuration store - [create one for free](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store)
2020
- Azure DevOps project - [create one for free](https://go.microsoft.com/fwlink/?LinkId=2014881)
2121
- Azure App Configuration task - download for free from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=AzureAppConfiguration.azure-app-configuration-task#:~:text=Navigate%20to%20the%20Tasks%20tab,the%20Azure%20App%20Configuration%20instance.).
22-
- [Node 16](https://nodejs.org/en/blog/release/v16.16.0/) - for users running the task on self-hosted agents.
22+
- [Azure Pipelines agent version 2.206.1](https://github.com/microsoft/azure-pipelines-agent/releases/tag/v2.206.1) or later and [Node version 16](https://nodejs.org/en/blog/release/v16.16.0/) or later for running the task on self-hosted agents.
2323

2424
## Create a service connection
2525

articles/azure-app-configuration/push-kv-devops-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ The [Azure App Configuration Push](https://marketplace.visualstudio.com/items?it
1616
## Prerequisites
1717

1818
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
19-
- App Configuration resource - create one for free in the [Azure portal](https://portal.azure.com).
19+
- App Configuration store - [create one for free](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store)
2020
- Azure DevOps project - [create one for free](https://go.microsoft.com/fwlink/?LinkId=2014881)
2121
- Azure App Configuration Push task - download for free from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=AzureAppConfiguration.azure-app-configuration-task-push).
22-
- [Node 16](https://nodejs.org/en/blog/release/v16.16.0/) - for users running the task on self-hosted agents.
22+
- [Azure Pipelines agent version 2.206.1](https://github.com/microsoft/azure-pipelines-agent/releases/tag/v2.206.1) or later and [Node version 16](https://nodejs.org/en/blog/release/v16.16.0/) or later for running the task on self-hosted agents.
2323

2424
## Create a service connection
2525

0 commit comments

Comments
 (0)