Azure
Getting secrets from Key Vault in a PowerShell based Azure Function
I’m currently working on a project where I need to deploy and Azure Function, that gets a secret from Key Vault using it’s Managed Identity, and uses that secret to authenticate to an API. In a drawing, this is what I needed to do: Not a big thing,