Forum Discussion
jdm23133
Jul 02, 2025Copper Contributor
Why can't my Function Access my Key Vault?
I am developing an automation for the first time with Azure Functions. In Azure, I have set up a Key Vault to store login credentials used in the Function. My account has the following roles: Contrib...
BrianVeldman
Jul 13, 2025Copper Contributor
You either use RBAC or access policies. RBAC is the recommended model, as it is newer and more flexible. Could you create a simple function to retrieve a secret from the Key Vault using RBAC? Also, how is your network access configured?