Forum Discussion
Resources not visible in azure portal, but do exist
I just signed up for Azure. So I'm using a vanilla environment as setup by MS after registration.
I'm the only user (global admin) in my own tenant. Again haven't changed a thing from the default
Problem is when I try to create resources (regardless via portal or CLI or ARM) they are created. They exist, problem is they are not visible from the portal.
If I click on "all resources": there are no resources (no filters applied)
If I change the view to "simplified view" my resources suddenly appear.
They actually do exist as I can interact with them and show them via CLI (az resource list)
Somehow the portal denies their existence. Not only in regular views, but also in dropdowns options for ADF for instance. My storage/containers/blob exist, but they are not listed anywhere.
I am at an utter loss, to the point it makes more sense to just cancel the azure subscription as it is unworkable.
Any help/suggestions appreciated
7 Replies
- BrandonW305Copper Contributor
I'm seeing the same issue, simplified view does work (shows all of the resources), but any other views don't (even when I remove filters). They show some of the resources, but not any of the recently created ones.
- anotherme211Copper ContributorI'm having the same problem.
The resources are definitely created (by terraform), but sometimes I just can't find them in Portal, sometimes they are visible but when I click them it tells me resource not available, and sometimes they are just fine.
Have to say that Azure Portal is really a mess. - drk_reddyCopper Contributor
Were you able to see the resources using CLI? I doubting if resource were created!!.
Azure do takes sometimes to show the actual resources which are created recently.
please try to logout and login from portal .
- apodictusCopper Contributor
Yes they are created, I can use them, interact with them, just not see them in Azure portal.
So literally all resources in portal shows nothing, while az resource list shows all
It's the same for all services. So if would go to storage account, create a storage account, it is created, but I won't see it in the overview, but if I click the resources name from the provision log for instance I can access the storage account and use it, but it remains undetected in the overview of storage accounts. Also from adf for instance if I want to add the storage as a source,I can select my subscription, but the dropdown for storage will be empty as if none existing
- drk_reddyCopper Contributor