Share via

I cannot access a resource group

Charles Kendrick 0 Reputation points
2026-05-27T11:44:03.3466667+00:00

What would cause me to lose access to a resource group? I can see the app and resource name in my bill, but when I click on them I get a message that I don't have access. There are 6 static web apps in the group.

Microsoft Security | Microsoft Entra | Microsoft Entra ID

1 answer

Sort by: Most helpful
  1. AI answer

    2026-05-27T11:44:21.87+00:00

    Loss of access to a resource group that still appears on the bill is typically caused by a change in permissions or role assignments, not by deletion of the resources.

    Common causes in this scenario:

    1. Role assignment removed or changed
      • The account might have been removed from a role assignment (for example, Contributor or Reader) on the subscription, resource group, or specific resources.
      • If only Reader access remains, many management features are disabled. For web apps and similar resources, Reader access prevents actions like viewing deployments, logs, or configuration, and some blades in the portal appear disabled.
      • Solution: An administrator must assign a role with write permissions (such as Contributor) on the resource group or subscription.
    2. Insufficient scope of access
      • Access might exist only at the app (resource) level but not at the resource group or App Service plan level. Some features (pricing tier, scaling, quotas, TLS/SSL, alerts, Application Insights, etc.) require write access at the App Service plan or resource group scope.
      • Solution: Ensure a built-in role with write permissions is assigned at the App Service plan or resource group level, not just on individual resources.
    3. Different account signed in
      • If multiple Microsoft accounts are used (work and personal), the browser may be signed in with an account that does not have access, even though billing still shows the resources.
      • Solution: Sign out of all Microsoft accounts in the browser, clear site data if needed, and sign back in with the account that owns or has been granted access to the subscription/resource group.
    4. Access controlled via groups or entitlement management
      • Access may be granted through Microsoft Entra groups or access packages. If group membership or access package assignments changed, effective access to the resource group can be lost.
      • Solution: Have an Entra administrator verify group membership, dynamic group rules, and any entitlement management policies that grant access to the subscription or resource group.

    If access is needed again, an administrator with sufficient privileges on the subscription or resource group must reassign an appropriate Azure built-in role (for example, Contributor) at the correct scope.


    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.