How to mount blob container on Windows VM, any latest technique?

Jegadheesan Jayavel 41 Reputation points
2022-06-02T19:55:13.393+00:00

We created a Storage blob container and two VMs on a single resource group.

How to mount the blob container as shared network drive on Windows based VMs?

We could see some third party tools exist in the market.

Did Azure has any option to create blob container as network drive in windows? Any powershell scripts available?

Note: We are able to mount the File share as network but unable to mount Blob container on windows VM.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,014 questions
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
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
    2022-06-02T20:31:18.39+00:00

    @Jegadheesan Jayavel

    I understand you are wanting to mount blob storage on your vms to share files and folders.

    Blob storage was not designed to be a filesystem and I would recommend using Azure Files. That being said there are a few options that you can explore.

    Accessing Blob Storage through AzCopy or Azure Storage Explorer. You can also consider using SFTP for blob storage.

    Mounting as NFS 3.0 is available with Linux VMs. Although not officially supported, some users have been able to configure this to work with Windows VMs. You can check this video for steps on how some have performed this.

    Hope this helps! Let me know if you have further questions or issues.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Bjoern Peters 8,921 Reputation points
    2022-06-02T20:00:13.94+00:00
    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.