 You do not have permissions to create resource groups under subscription cf4db60b-9e1c-4576-b1a8-fec3689195d8.

md ullah 0 Reputation points
2026-09-03T08:52:55.6166667+00:00

Itried to tcreate ‘RESOURCE GROUP on Azure portal, but can’t. Gives the following massage

You do not have permissions to create resource groups under subscription cf4db60b-9e1c-4576-b1a8-fec3689195d8.

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

2 answers

Sort by: Most helpful
  1. Bence Weiszmann 1,555 Reputation points
    2026-09-03T09:12:43.3433333+00:00

    Dear @md ullah

    Please check Subscription --> Access control (IAM) --> View my access and make sure you have an appropriate role, such as Contributor or Owner. If you don't have the required permissions, please contact your Azure subscription administrator. For more information, see the Azure RBAC documentation. https://learn.microsoft.com/en-us/azure/role-based-access-control/overview

    Could you also let us know what Azure RBAC role you currently have on the subscription?

    Best regards,
    Bence

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-09-03T08:53:14.0533333+00:00

    This error indicates the signed-in account does not have permission to create a resource group in that subscription.

    Use this check and fix path:

    1. In Azure portal, go to Subscriptions.
    2. Select the affected subscription.
    3. Open Access control (IAM).
    4. Check whether the account has a role that allows writing resources at the subscription scope.
      • A common requirement is Contributor or Owner on the subscription.
    5. If the role is missing, ask a subscription administrator to assign the required role.
    6. After the role assignment is updated, wait a few minutes for permission changes to propagate, then try creating the resource group again.

    To create a resource group after permissions are fixed:

    1. Sign in to the Azure portal.
    2. Select Resource groups.
    3. Select Create.
    4. Choose the Subscription, enter a Resource group name, and select a Region.
    5. Select Review + Create, then Create.

    If the account is a guest user, the guest account must also be assigned a role at the correct scope. If the subscription was recently moved between tenants or directories, role assignments may need to be checked and reassigned.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer 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.