0
votes

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, [email protected](SecretUri=)

I get AccessToKeyVaultDenied Status in Azure Function, what permission should i provide for the function to fetch keys from vault.

1
Maybe you can try to give the 'Owner' Role assignment to your function app in keyvault Access Control and make sure you dont have a firewall&Virtual Network in keyvault.1_1

1 Answers

1
votes

You need to enable the Get secret permission on this policy.

There is the doc about granting your app access to Key Vault.