Keyvault and Azure Functions

We want to manage secrets from within a portal developed azure function in c#. In the following we develop a function, which is able to save / update a secret into a keyvault This post was inspired by https://richardswinbank.net/adf/access_google_analytics_with_azure_data_factory Prerequisits We first create a resource group (here keyvaulttest) and within this 3 resources– a keyvault […]

Keyvault and Azure Functions Read More »