Reputation: 583
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
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