Request for Solution Document – Mapping Azure Blob Storage as Network Drive in On-Premises Environment

Vinay V S 20 Reputation points
2025-07-22T10:00:55.55+00:00

Hi Team,

We are working with a SaaS provider who has hosted their application on the Azure cloud. We are exploring a solution to map Azure Blob Storage as a network drive within our on-premises network.

The mapped network drive will be accessed by multiple business users. We are looking for a solution document that outlines the feasibility of this implementation, along with detailed steps for setup and configuration.

Please let us know if such a solution can be implemented and share the relevant documentation if available.

Best regards,

Vinay

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
0 comments No comments
{count} votes

Accepted answer
  1. Alex Burlachenko 13,330 Reputation points Volunteer Moderator
    2025-07-22T11:01:27.35+00:00

    Vinay hi,

    first, u can’t natively map azure blob storage like a regular network drive. there’s a workaround )) u can use azure file sync or azure files to create an SMB share that acts like a network drive. it’s not exactly blob storage, but it’s close and way easier to handle.

    set up an azure file share. it’s basically a cloud folder that u can access like a local drive. sync it to ur on-premises server using azure file sync. this way, it’ll show up as a network drive for ur users. configure permissions so everyone who needs access can get it without a hassle.

    https://docs.microsoft.com/en-us/azure/storage/files/storage-files-introduction. it’s got all the deets u need ))

    if u really wanna stick with blob storage, u might need a third-party tool like storage explorer or something similar. but honestly, azure files is way more straightforward for what u’re trying to do.

    if u ever need to share files between cloud and on-prem, azure files is a solid pick. worth looking into ))

    as well check this link for blob storage specifics https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction. just in case u wanna explore all options )

    Best regards,

    Alex

    and "yes" if you would follow me at Q&A - personaly thx.
    P.S. If my answer help to you, please Accept my answer
    

    https://ctrlaltdel.blog/


0 additional answers

Sort by: Most 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.