Key Vault
Safeguard and maintain control of keys and other secrets
-
Pros
- Encrypts keys and secrets
- HSM certified to FIPS 140-2 level 2
- Software protected keys option
- Automatically renew SSL certificates
- Versioned keys and secrets
- Integration with other Azure services
-
Cons
- Subscription-wide throughput limits
- Account-level access policies
Read our blog posts about Key Vault

Using Azure Key Vault for Encryption in C# - A Simple Tutorial
Do you need to encrypt a piece of data in your application? Do you want Azure Key Vault to secure the key? Well, using C# along with a couple of libraries from the Azure SDK, it couldn't be easier to get up and running. This blog explains how to do just that.