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 was 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.