You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
I'm trying to figure out how to load the values from key vault at startup for an azure function. These values would be connection string for the azure storage accounts or even the service bus.
There is a stackoverflow that gives an overview how this can be achieved in .net, but it's its not clear if this is supported in java or how you would achieve the same thing. Basically, a way where you have a method load up and then you can extract the values and update the configuration properties which are bound to the Azure function triggers.
Hi
I was wondering if there is equivalent configuration provider to azure key vault similar to what is supported by .net.
https://docs.microsoft.com/en-us/aspnet/core/security/key-vault-configuration?view=aspnetcore-2.1
I'm trying to figure out how to load the values from key vault at startup for an azure function. These values would be connection string for the azure storage accounts or even the service bus.
There is a stackoverflow that gives an overview how this can be achieved in .net, but it's its not clear if this is supported in java or how you would achieve the same thing. Basically, a way where you have a method load up and then you can extract the values and update the configuration properties which are bound to the Azure function triggers.
https://stackoverflow.com/questions/52655284/how-to-retrieve-azure-functions-secrets-from-key-vault
Thanks,
Derek
The text was updated successfully, but these errors were encountered: