Missing resources, access denieds on own resources

Brendan Rempel 20 Reputation points
2025-08-12T00:07:29.0166667+00:00

Is something changing in the portal regarding permissions? I've been using the portal for years and suddenly problems are popping up regarding my account.

I have two subscriptions, one I use regularly and another as more of a backup. I have created a co-owner on the regular subscription using my email on Entra.

I realized that a bunch of my resources vanished and are not visible from both accounts. They are running. For example, I have a static web site and DNS, both are working. But neither are appearing in resources regardless of which email I use or directory I use. I don't know how to find them and I'm scared as this is my business website. I don't know how to fix a problem if one occurs or if it will suddenly become deleted.

Lastly, my other subscription (Visual Studio Enterprise) works as in I can load it, but I am unable to access permissions or billing information, getting access denieds. I'm the only user on it.

This is alarming to me. I have two factor auth on everything.

** is there a way for Azure Support to access my static website to see where it is configured? Who can I talk to to see what's happening?

Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 36,031 Reputation points MVP Volunteer Moderator
    2025-08-12T00:58:20.6566667+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    Check if you are in the right directory/tenant

    • In the Azure Portal, click your profile (top-right) -> "Switch directory".
    • Check all listed directories, not just the default.
    • Open “Subscriptions” in each directory and verify whether your subscriptions appear there.

    Use Azure CLI or PowerShell to search across tenants

    az account list --all --output table az resource list --output table

    If prompted, log in with az login --allow-no-subscriptions to see resources even if they are not tied to the current subscription.

    Check Activity Log at the subscription level

    • Even if the resources are missing in “All Resources”, open the Activity Log from the subscription blade and filter for the last 30 to 90 days.
    • Look for "Move resources", "Delete", or "Change owner" operations.

    Confirm your account’s actual role assignments

    • Go to Subscriptions > select subscription > IAM > View my access.
    • Do this for both subscriptions and any visible resource groups.

    Check with your domain registrar (for the static website and DNS)

    • If it is Azure DNS, the resource might still exist but be tied to a different subscription/tenant.
    • If someone moved it, the portal you are looking at will not show it.

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.


Your answer

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