My requirement is to use the Secret keys which are stored in Azure Key vault, use the application configuration setting of Azure Function to get the Key, eg.@Microsoft.KeyVault(SecretUri=)
I get AccessToKeyVaultDenied Status in Azure Function, what permission should i provide for the function to fetch keys from vault.
You need to enable the Get
secret permission on this policy.
There is the doc about granting your app access to Key Vault.