'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.
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Andy Li-MSFT |
