PRAVEEN PDBR
PRAVEEN PDBR

Reputation: 583

Is it possible to create variables and keyvault variables in same variable group in azure DevOps

I have a requirement to create variables and key vault variables in the same variable group instead of multiple variable groups. Is there any way to configure variables and keyvault variables/secrets in the same variable group in azure devops. Please help me to how to do this if possible.

Upvotes: 3

Views: 586

Answers (1)

Andy Li-MSFT
Andy Li-MSFT

Reputation: 30442

No, currently there's a way to create variables and key vault variables in the same variable group instead of multiple variable groups.

We have to create a separate variable group and link an existing Azure key vault to map selective vault secrets to the variable group.

Please see Add & use variable groups and Link secrets from an Azure key vault for details.

Upvotes: 2

Related Questions