Share via

Lost permissions on my Azure subscription

Antoine 0 Reputation points
2026-06-04T21:59:04.4633333+00:00

Hi,

I have an Azure subscription where I have a few Virtual Machines running, it's a subscription with a single user and admin: myself.

However, a few days ago I lost all permissions out of nowhere. Now, I can only see one ressource (a VM) and nothing else. I don't even have permissions to create a support request.

The account I'm using is the right one, I can still see it as "Account admin" in the subscription properties.

I have tried various things to get the permissions/roles back, but all options are disabled so I can't do anything.

I feel like this is an issue that can only be fixed by Azure support.

Can someone here help ?

Thanks.

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.


1 answer

Sort by: Most helpful
  1. AI answer

    2026-06-04T21:59:22.63+00:00

    Losing access to most resources in a subscription while still seeing the account listed as Account Administrator indicates a permissions or directory/role issue that typically requires admin or Microsoft support intervention.

    Use the following checks and escalation path:

    1. Verify directory and sign-in
      1. In the Azure portal, select the account icon (top-right) and use Switch directory to ensure the correct Microsoft Entra directory (tenant) is selected.
      2. If multiple accounts are used in the browser, clear cookies/cache or use a private/incognito window and sign in again to avoid being automatically signed in as a different user.
    2. Check role assignments and RBAC errors
      1. Try to open any resource group or subscription-level blade.
      2. If an error like The client with object id does not have authorization to perform action ... (code: AuthorizationFailed) appears, it means the current user no longer has a role with write permissions at that scope.
      3. If another user in the tenant exists with sufficient rights (Owner, User Access Administrator, or classic Service Administrator/Co-Administrator), that user must reassign an appropriate role (for example, Owner) to the account at the subscription scope.
    3. Use classic administrator roles if available
      1. In Subscriptions → select the subscription → Properties, confirm who is listed as Service Administrator and Co-Administrator.
      2. The Service Administrator or any Co-Administrator has equivalent access to an Owner at subscription scope and can:
        • Reassign roles via Access control (IAM)
        • Add the affected account as Owner at the subscription scope.
    4. If no one can fix it from within the tenant
      1. If the only admin account (self) has effectively lost usable permissions and there is no other admin or owner who can restore access, the issue must be escalated to Microsoft support.
      2. Because the account currently cannot create a support request from the portal, use the public support entry points (for example, the Azure subscription/billing support channel) from outside the portal to open a ticket.
      3. Clearly state that:
        • The subscription still lists the account as Account Administrator.
        • RBAC permissions/Owner role appear to be removed or broken.
        • The account cannot create a support request from within the portal.
      4. Support may involve a data protection or back-end team to restore or reassign subscription ownership.

    If the tenant has a Global Administrator in Microsoft Entra ID (which might be the same account), that Global Administrator can also use the documented “elevate access” path to gain Owner on all subscriptions and then reassign roles as needed.


    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.