Search code examples
azureazureportalazure-rbac

Unable to Access Policies in Azure Portal while permissions have been extended to the User


I myself am the Global Administrator and Owner of the Resource Group and Key Vault, but I am unable to "Access Policies" in Azure Portal. I have even gone into to give myself further permissions but still it shows me the same screen. What should I do?

enter image description here

User Access snapshot

enter image description here

The Azure Subscription, Resource group and keyvault all have been assigned permissions but the same screen keeps on showing. I have logged in and out as well but to no avail.


Solution

  • From the Microsoft documentation:

    Azure Key Vault offers two authorization systems: Azure role-based access control (Azure RBAC), which operates on Azure's control and data planes, and the access policy model, which operates on the data plane alone.

    Your first screenshot indicates that your key vault is using role-based access control. If you want to use access policies, you need to switch the permission model:

    1. Open "Access configuration" under "Settings"
    2. Select "Vault access policy" as permission model
    3. Save the changes