May 2019
Beginner to intermediate
456 pages
10h 37m
English
This recipe is an extension of the previous recipe; if you haven't already read the previous recipe, I recommend that you read it first.
In the previous recipe, we saw how to keep strings, such as passwords as pipeline variables and how to mark them as secure variables so that they are not visible in the logs or to anyone else editing the pipeline once saved. While it works really well, enterprises that are deploying to the cloud would love to centrally manage and maintain these secrets in Azure Key Vault.
Azure DevOps Server 2019 has native support for Azure Key Vault with variable groups. With variable groups ...
Read now
Unlock full access