Azure Blob Storage Access Using Azure AD and SAS Keys

Abdul 2,650 Reputation points Microsoft External Staff Moderator
2024-08-01T05:13:30.4233333+00:00

How can I resolve issues with Azure Blob Storage access when using Azure AD authentication and is it possible to browse files via a browser URL?

 "PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community."

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

1 answer

Sort by: Most helpful
  1. Abdul 2,650 Reputation points Microsoft External Staff Moderator
    2024-08-01T05:15:22.7333333+00:00

    Greetings!

    When encountering issues accessing Azure Blob Storage with Azure AD authentication, it's important to understand the Azure AD authentication process. Ensure that Azure AD is properly configured for your storage account, retrieve the Azure AD token using the appropriate method, and use the token to authenticate and access your Azure Blob Storage.

    For browsing files via a browser URL, directly using RBAC roles as a parameter is not supported. However, you can use a Shared Access Signature (SAS) key to securely download files from the browser. SAS keys grant limited access to your storage resources without exposing your account key.

    For more detailed guidance on both Azure AD authentication and using SAS keys, refer to the following Azure documentation links:

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

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

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.