Relative Content

Tag Archive for azure-keyvault

Getting AccessToKeyVaultDenied error in azure portal for function app, even though managed identity has roles KeyVaultReader and KeyVaultSecretsUser

I have set up a Function app in azure. I have created a key vault in the same region. I set the function app to use system managed identity. I granted the KeyVaultReader and KeyVaultSecretsUser roles to the function app’s managed identity. (The Key vault is configured to use RBAC). When I define an application setting which should be able to use a Key Vault Reference, my supposition is that I should see an absence of errors in the listing on the Azure portal.