PreviousNext

Using Azure Key Vault to manage your secrets

by bill-s, 2021-01-16T19:39:32.719Z

Azure Key Vault service is a service on Azure. It's a vault for your secrets that is encrypted. It solves the following problems: Secrets Management - Azure Key Vault can be used to Securely store and tightly control access to tokens, passwords, certificates, API keys, and other secrets. Key Management - Azure Key Vault can also be used as a Key Management solution. Azure Key Vault makes it easy to create and control the encryption keys used to encrypt your data. Certificate Management - Azure Key Vault is also a service that lets you easily provision, manage, and deploy public and private Transport Layer Security/Secure Sockets Layer (TLS/SSL) certificates for use with Azure and your internal connected resources.

Read More