identity

How to use Azure Key Vault Secrets using Manage Identity

In this post, I shared how to use Azure Key Vault Secrets in Azure Function using Manage Idenity

One of the common concern of every application, either On-premises or Cloud, how to manage application keys and secrets? Keeping credential, secrets and other keys is an important task. Keeping sensitive information in code is not a good practice. Most people keep application keys and secrets in application config file (JSON or XML) and change those value according to environments. I followed the same practice with Azure Function, WebJob and Web App.

Read more...