Folders/Data is not loading in Microsoft Azure storage explorer

Soundarya Arjunan 0 Reputation points
2024-06-05T13:31:17.49+00:00

We have installed the Microsoft Azure storage explorer - Version 1.33.0 in a virtual machine. It got successfully installed however, when we tried to establish the connection using file share, the folder/data is not loading.

It kept on loading for a minute and throw a error as time out.

Kindly provide any solution or suggestion for this issue, Will help us much.

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
237 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nehruji R 3,806 Reputation points Microsoft Vendor
    2024-06-06T06:20:25.09+00:00

    Hello Soundarya Arjunan,

    Greetings! Welcome to Microsoft Q&A Platform.

    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

    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. And then ensure you have configured the file level access Configure directory and file-level permissions over SMB

    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 "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments