Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Is there support for an azure key vault configuration provider? #60

@darewreck54

Description

@darewreck54

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions