I don't see storage account in azure storage explorer, but I have RBAC setup

Lukáš Urban 0 Reputation points
2024-10-19T15:14:49.55+00:00

Hello,

I created a new user in Microsoft Entra ID named user1
I enabled public network access to storage account

Storage account > Security + Networking > Networking > Public network access: Enabled from all networks

I assigned Blob Data Owner role to user1

Storage account > Access Control (IAM) > Role assignments > user1 has Storage Blob Data Owner role (scope: this resource)

and when I open Azure File Explorer and authorize myself as user1 I don't see any storage container

storage

Why is that and what am I missing?

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
292 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,201 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 8,621 Reputation points Volunteer Moderator
    2024-10-19T19:40:34.58+00:00

    Hello Lukáš,

    It looks like you already have the right configuration however if it's not working you can validate with "View my access" option on the storage resource and verify that you have the storage blob data role required. https://learn.microsoft.com/en-us/azure/role-based-access-control/check-access.

    Additionally you can check the Storage Blob logs to identify any other issue on your access.(https://learn.microsoft.com/en-us/azure/storage/blobs/monitor-blob-storage?tabs=azure-portal#kusto-queries)

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    Cheers,

    Luis

    1 person found this answer helpful.

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.