• How to store Azure DevOps secrets in Azure Key Vault

    Often when creating an Azure DevOps continuous integration/deployment pipeline there’s a need to store and use app secrets, such as client keys. While you can store secrets within Azure DevOps variable groups, an alternative approach is to use Azure Key Vault instead. Want to secure your Azure DevOps application secrets in Key Vault? Find out…