How to map a Azure Blob Storage account as a network drive?

Robert W. Looper 56 Reputation points
2023-05-02T13:30:18.9933333+00:00

I have created a Azure Storage Blob, which I want to map to specific User Accounts as a Network Dirve, but I am unsure how to accomplish this. Can anyone help?

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Michael Durkan 12,236 Reputation points MVP
    2023-05-02T13:50:16.9266667+00:00

    Hi

    you can do this natively from Linux Systems using NFS :

    https://learn.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support-how-to

    For Windows-based systems, there is no native way to do this without creating an Azure File Share in the storage account, however you could use a 3rd party tool such as Cloudberry to access the Storage Account directly:

    https://dev.to/shankarsurya035/mount-azure-blob-storage-container-as-drive-on-windows--37h8

    Hope this helps,

    Thanks

    Michael Durkan

    • If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!
    0 comments No comments

  2. Sander van de Velde | MVP 36,761 Reputation points MVP Volunteer Moderator
    2023-05-02T17:40:36.0866667+00:00

    Hello

    Azure storage accounts support Blob storage, File storage, Queues, and files.

    I'm not aware of network drive support for the Blob storage.

    In contrast, the File storage is designed for this feature!

    Just create a File share under File storage in your storage account, you only need to supply the name of that share.

    From there, open the new file share and click 'Connect' in the menu.

    There you will see a description of how to consume this fileshare in various Operating systems, including scripts to set this up:

    User's image

    Notice there are several references to the security requirements.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.


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.