Reader small image

You're reading from  Azure DevOps Server 2019 Cookbook, - Second Edition

Product typeBook
Published inMay 2019
PublisherPackt
ISBN-139781788839259
Edition2nd Edition
Tools
Concepts
Right arrow
Authors (2):
Tarun Arora
Tarun Arora
author image
Tarun Arora

Tarun Arora is obsessed with high-quality working software, continuous delivery, and Agile practices. He has worked on various industry-leading programs for fortune 500 companies in the financial and energy sectors. For many years, Tarun has been a Microsoft Most Valuable Professional in Visual Studio and Development Technologies. His core strengths are designing application architecture for cloud scale and everything DevOps. He was recognized as an MVP by Microsoft in 2014 for going over and above in supporting the product teams and community with his contributions. Tarun is an active open source community contributor, speaker, and Blogger. Follow Tarun on Twitter @arora_tarun for the latest and greatest updates in DevOps.
Read more about Tarun Arora

Utkarsh Shigihalli
Utkarsh Shigihalli
author image
Utkarsh Shigihalli

Utkarsh Shigihalli is passionate about technology and has a keen interest in developing tools and extensions. Currently working for Avanade in the United Kingdom, he has experience in the areas of Azure, DevOps, Agile, and Architecture. Over the years he has worked for many top companies as an architect, independent consultant, and as a DevOps coach in India, the United States, Netherlands, and United Kingdom. He has been awarded as Microsoft Most Valuable Professional five times. He regularly writes at Visual Studio Geeks and you can follow him on Twitter at @onlyutkarsh.
Read more about Utkarsh Shigihalli

View More author details
Right arrow

Publishing secrets to Azure Key Vault


Applications contain many secrets, such as connection strings, passwords, certificates, and tokens, which, if leaked to unauthorized users, can lead to a severe security breach. This can also result in serious damage to the reputation of the organization and can cause compliance issues.

Azure Key Vault allows you to manage your organization's secrets and certificates in a centralized repository. The secrets and keys are further protected by Hardware Security Modules (HSMs). It also provides versioning of secrets, full traceability, and efficient permission management with access policies.

Note

For more information on Azure Key Vault, visit https://docs.microsoft.com/en-us/azure/key-vault/key-vault-overview.

In this recipe, we will see how we can automatically publish secrets in our pipeline so that secret management is automated.

Getting ready

For this recipe, we are assuming you already have a key vault in the Azure portal. If you don't, please refer to the...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Azure DevOps Server 2019 Cookbook, - Second Edition
Published in: May 2019Publisher: PacktISBN-13: 9781788839259

Authors (2)

author image
Tarun Arora

Tarun Arora is obsessed with high-quality working software, continuous delivery, and Agile practices. He has worked on various industry-leading programs for fortune 500 companies in the financial and energy sectors. For many years, Tarun has been a Microsoft Most Valuable Professional in Visual Studio and Development Technologies. His core strengths are designing application architecture for cloud scale and everything DevOps. He was recognized as an MVP by Microsoft in 2014 for going over and above in supporting the product teams and community with his contributions. Tarun is an active open source community contributor, speaker, and Blogger. Follow Tarun on Twitter @arora_tarun for the latest and greatest updates in DevOps.
Read more about Tarun Arora

author image
Utkarsh Shigihalli

Utkarsh Shigihalli is passionate about technology and has a keen interest in developing tools and extensions. Currently working for Avanade in the United Kingdom, he has experience in the areas of Azure, DevOps, Agile, and Architecture. Over the years he has worked for many top companies as an architect, independent consultant, and as a DevOps coach in India, the United States, Netherlands, and United Kingdom. He has been awarded as Microsoft Most Valuable Professional five times. He regularly writes at Visual Studio Geeks and you can follow him on Twitter at @onlyutkarsh.
Read more about Utkarsh Shigihalli