Docs
Reference

Azure DevOps variable group

Export secrets into one Azure DevOps variable group.

Export secrets into one Azure DevOps variable group.

The connection

WhatThis provider
VendorAzure DevOps
Keyazure-devops-variable-group
Availabilityavailable. You can connect it today.
Credential penv holdsazure-devops-pat
Values read backno
Activationimmediate

What it moves

DirectionWhat it does
exportWrites names and values from penv into the store.

Azure DevOps returns no value once it holds one, so penv can write here and cannot read back.

When a written value goes live

immediate. The running app sees a new value at once.

What happens to a name that exists

DirectionPolicies you can pick
exportcreate_only, overwrite, overwrite_and_prune

How syncs work says what each one does.

How you connect

You paste a credential you already hold. penv seals it and never shows it again.

FieldLabelKindRequiredWhat it is
tokenPersonal access tokensecret, masked here and sealedyesGive it Variable Groups → Read, create, & manage. PATs lapse on their own: an admin can cap their lifetime, an Entra-backed organization deactivates one unused for 90 days, and a removed user's token dies within the hour.

What the connection asks for

Fixed when you connect, and shared by every mapping on it.

FieldLabelKindRequiredAdvancedWhat it is
organizationOrganizationtextyesnoThe first path segment of your dev.azure.com URL.
projectProjecttextyesnoThe project whose library holds the variable group.

What a mapping asks for

Answered once per environment you map.

FieldLabelKindRequiredAdvancedWhat it is
groupIdVariable grouptextyesnoThe variableGroupId at the end of the group's URL under Pipelines → Library.

Permissions it needs

penv probes for these when it verifies the connection.

PermissionDirectionsBlockingWithout it
vso.variablegroups_readevery directionyesExport cannot read the group it has to write back whole.
vso.variablegroups_manageexportyesExport cannot write anything.