An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
The error indicates the signed-in account does not have Azure RBAC permissions at the subscription or resource group scope to create resources. A Global Administrator role in Microsoft Entra ID does not by itself grant Azure resource permissions.
Use this path to restore access:
- Sign in to the Azure portal with an account that is a Global Administrator.
- Go to Microsoft Entra ID > Properties.
- Under Access management for Azure resources, set the toggle to Yes.
- This adds User Access Administrator in Azure RBAC at the root scope (
/).
- This adds User Access Administrator in Azure RBAC at the root scope (
- In the Azure portal, open Subscriptions and select the affected subscription.
- Open Access control (IAM).
- Assign the Owner role to the required account at the subscription scope.
- To assign Azure roles, the account performing the assignment must have
Microsoft.Authorization/roleAssignments/write, such as Role Based Access Control Administrator or User Access Administrator.
- To assign Azure roles, the account performing the assignment must have
- Wait a few minutes for role assignment propagation, then try creating the resource group again.
To create the resource group after permissions are fixed:
- Sign in to the Azure portal.
- Select Resource groups.
- Select Create.
- Choose the Subscription, enter a Resource group name, and select a Region.
- Select Review + Create, then Create.
If the portal shows AuthorizationFailed, that confirms the current account still lacks write permission at the selected scope. In that case, verify the account is assigned a role with write permission on the subscription or resource group scope.
References: