Unable to login to Azure storage explorer

ajay 0 Reputation points
2024-07-16T09:48:56.37+00:00

I am trying to log in to the azure data storage explorer. It is throwing an error.

Please help with this error.error

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,600 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Manu Philip 17,271 Reputation points MVP
    2024-07-16T10:07:57.2866667+00:00

    Hi Ajay,

    This error occurs if the redirect URI (reply URL) configured in the application (code) and the Microsoft Entra app registration don't match.

    To fix the issue following steps will help !

    1. Copy the application ID from the error message
    2. Go to the Azure portal > Navigate to Microsoft Entra ID, select App registrations, locate the application registration by using the application ID, and then open the app registration page.
    3. On the app registration page, select Authentication. In the Platform configurations section, select Add URI to add the redirect URI displayed in the error message to Microsoft Entra ID.
    4. Save the changes and wait three to five minutes for the changes to take effect, and then send the login request again. You should now be able to sign in to the application. If you don't see the Microsoft Entra login page, try clearing the password cache from your browser or use InPrivate browsing.
    0 comments No comments

  2. ajay 0 Reputation points
    2024-07-16T10:22:07.4266667+00:00

    Manu thanks for your quick response.

    I am following the steps, you have mentioned above but I am not able to locate the application using app id showing in the error.error1


  3. Nehruji R 4,376 Reputation points Microsoft Vendor
    2024-07-16T12:42:32.75+00:00

    Hello ajay,

    Greetings! Welcome to Microsoft Q&A Platform.

    I understand that you’re encountering an issue with signing in to Azure Storage Explorer and consider checking the below following factors to resolve 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".
    3. Check that you are using the correct credentials to sign in to Azure Storage Explorer. Make sure that you are using the same credentials that you use to sign in to the Azure portal.
    4. Check that your Azure subscription is active and that you have the proper permissions to access it. You can do this by logging in to the Azure portal and checking the status of your subscription. Refer article

    Additional information: This may happen due to permission issues as mentioned here- https://learn.microsoft.com/en-us/azure/storage/common/storage-explorer-troubleshooting?tabs=Windows#why-do-i-need-a-management-layer-role-to-see-my-resources-in-storage-explorer "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." There are several Azure built-in roles that can provide the permissions needed to use Storage Explorer- https://learn.microsoft.com/en-us/azure/storage/common/storage-explorer-troubleshooting?tabs=Windows#recommended-azure-built-in-roles You specifically may need the reader role to list storage accounts- https://learn.microsoft.com/en-us/azure/storage/common/storage-explorer-troubleshooting?tabs=Windows#read-listget-storage-accounts-permissions-issue

    For more information refer to this article: https://learn.microsoft.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows, https://learn.microsoft.com/en-us/troubleshoot/azure/azure-storage/storage-explorer-troubleshooting?tabs=Windows#error-self-signed-certificate-in-certificate-chain-and-similar-errors

    Sign in to Storage Explorer: https://learn.microsoft.com/en-us/azure/storage/common/storage-explorer-sign-in

    Hope this answer helps! Please let us know if you have any further queries. I’m happy to assist you further.     


    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