Share via

Unable to create new resource group.

VIVEK BEHL 20 Reputation points
2026-03-14T04:17:01.6333333+00:00

I am student from a University in Australia and I am unable to create new resource group and message which is flashed is "You don't have permissions to create resource group under subscription ... ". Please help in resolving this.

Azure Role-based access control
Azure Role-based access control

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.

0 comments No comments

Answer accepted by question author
  1. Q&A Assist
    2026-03-14T04:17:14.8366667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error indicates that the signed-in account does not have a role with permission to create resource groups on that subscription.

    To resolve this, the subscription owner or administrator must grant appropriate Azure RBAC permissions at the correct scope:

    1. Ask the subscription admin (often the university IT/teacher) to sign in to the Azure portal.
    2. Go to Subscriptions → select the subscription shown in the error.
    3. Select Access control (IAM)AddAdd role assignment.
    4. Assign a role that includes Microsoft.Resources/subscriptions/resourceGroups/write, for example Contributor or a custom role with resource group write permissions, to the student account.
    5. Alternatively, they can assign a role at Resource group scope if they want to control which resource groups can be used.

    If the account is a guest in the university tenant, ensure that the guest user is explicitly assigned a role on the subscription or resource group; otherwise authorization will fail.

    If, after role assignment, the error persists, the admin should verify there are no ABAC conditions or custom roles restricting write actions, as described in the RBAC troubleshooting guidance.


    References:

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.