An open API service indexing awesome lists of open source software.

https://github.com/erossini/keyvaultexample


https://github.com/erossini/keyvaultexample

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Key Vault Example
The Key Vault can be used to store anything you want securely and can be recalled online to be used in your application. While there are firewall rules to lock the service down, that will not be covered here. To learn what can be stored in Key Vault, [read this article](https://www.puresourcecode.com/dotnet/azure/save-and-retrieve-secret-from-azure-keyvault/).

What I wanted was a way to store things like a connection string securely away from my web application. So in this article, I will be covering the secrets section here, but the same process works for Key Vault Certificates and Keys.