Azure Functions and secure configuration with Azure Key Vault
Protecting Application Secrets Almost every application uses application secrets. These are often values that you use to connect to other services, like a connection string to Azure Storage, or an API key to connect with a 3rd party API. Where do you store these secrets securely? …