Tag: Azure Key Vault
-
Integrate Azure Function with Azure Key Vault
In our previous blog (Integrate Azure Key Vault in your Application) , we’ve shared how to setup a key vault to secure sensitive information that will be used by our application. In this post, we will show you how to use Key Vault with Azure Function to store sensitive information like credentials. Specifically, Key Vault…
-
Integrate Azure Key Vault in your Application
Majority of the applications have sensitive information like credentials. The legacy framework usually holds this information in an unsecure config or table. Azure Key Vault provides a facility to host this sensitive information and a facility to manage the users/applications on how it can access the information otherwise known as principal. In this blog, I…
