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.