
How to add Azure Key Vault to an Azure Function
Hi All! Today we’ll see how to integrate Azure Key Vault in an Azure Function and use it as a configuration provider. As a rule of thumb, things like connection strings, API keys, all sorts of credentials, should never be stored in plain text in our sources. Nowadays, it’s all...
2022, Mar 19 — 2 minute read