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...
jdm23133
Jul 03, 2025Copper Contributor
When I navigate to 'Access Policies' within my vault, it says 'Access policies not available' and tells me to go back to the 'Access control (IAM)' page. Is there a way to get past this message and set up Access Policies when I already have RBAC?
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?