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 will provide you a guide on the following:
- Application Registration
- Azure Key Vault creation & setup (access policy)
- Sample code (console) using KeyVaultClient class

Leave a comment