Azure storage explorer Issue

Sultan Ahemad Ansari 0 Reputation points
2024-02-11T15:37:27.6733333+00:00

Hi, I am newbie to Azure.
I am using student subscriptions.
I need to upload few folders in my container. I have downloaded azure storage explorer and connected with my student account id,
but I am unable to see my containers here.
can anyone please help me,
U can see its connected azure but cannot see any containers storage I Have created multiple containers User's image

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
240 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,058 questions
{count} votes

2 answers

Sort by: Most helpful
  1. JimmySalian-2011 42,071 Reputation points
    2024-02-11T18:49:17.9633333+00:00

    Hi, Did you assign any policies or provided access to any account? If not you will need to assign a policy and provide access, also check this page for detailed information. https://video2.skills-academy.com/en-us/azure/storage/blobs/blob-containers-portal https://video2.skills-academy.com/en-us/azure/storage/storage-explorer/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows

    Hope this helps. JS

    == Please Accept the answer if the information helped you. This will help us and others in the community as well.

    0 comments No comments

  2. Nehruji R 4,131 Reputation points Microsoft Vendor
    2024-02-12T08:03:32.9533333+00:00

    Hello Sultan Ahemad Ansari,

    Greetings! Welcome to Microsoft Q&A Forum.

    Apologies for your inconvenience. If you are unable to load your storage account contents in Storage Explorer, there could be several reasons why this is happening. Here are some things you can check to troubleshoot the issue:

    1. Check if you have the latest version of Storage Explorer installed. Make sure that you have the latest version of Storage Explorer installed on your machine. You can download the latest version from here
    2. Try clearing the cache in Storage Explorer. You can clear the cache by going to the Help menu and selecting "Clear Cache".

    User's image

    Sometimes, re-authenticating your account can help. Try the following:

    Azure Storage has two layers of access: management and data. Subscriptions and storage accounts are accessed through the management layer. Containers, blobs, and other data resources are accessed through the data layer. For example, if you want to get a list of your storage accounts from Azure, you send a request to the management endpoint. If you want a list of blob containers in an account, you send a request to the appropriate service endpoint.

    Azure roles can grant you permissions for management or data layer access. The Reader role, for example, grants read-only access to management layer resources.

    As the Reader role provides no data layer permissions and isn't necessary for accessing the data layer.

    Storage Explorer makes it easy to access your resources by gathering the necessary information to connect to your Azure resources. For example, to display your blob containers, Storage Explorer sends a "list containers" request to the blob service endpoint. To get that endpoint, Storage Explorer searches the list of subscriptions and storage accounts you have access to. To find your subscriptions and storage accounts, Storage Explorer also needs access to the management layer.

    If you don't have a role that grants any management layer permissions, Storage Explorer can't get the information it needs to connect to the data layer.

    235637-image.png

    This is due to user might have insufficient permissions. Please make sure that you have A data access role, such as Storage Blob Data Reader or Storage Blob Data Contributor and the Azure Resource Manager Reader role, at a minimum. Information about how to assign these roles can be found here.

    You can find more information in the Azure Storage Explorer troubleshooting guide. If you are still facing issues, please provide some screenshots and details on how you are authenticating to Storage Explorer, and we would be happy to help.

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments