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.
1 Answer
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.