How to read the file file from Map driver from our system to Azure?

Azure Practices 0 Reputation points
2023-03-03T09:31:30.3866667+00:00

Hi Team,

My requirement is to read a file from Map Network driver to Azure Blob storage.

I have created Blob storage but while I'm trying to connect with Map Network driver, it is getting below error. Kindly help me.

Thanks,

Azure Practical

User's image

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 47,506 Reputation points Microsoft Employee Moderator
    2023-03-10T15:32:57.93+00:00

    @Azure Practices Adding more information to the above response!

    Firstly are you trying to connect Azure File Share or Blob Storage?
    As per the screenshot I see you are trying to connect Azure File Share.

    Azure Files shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS. Azure Files shares can also be cached on Windows Servers with Azure File Sync for fast access near where the data is being used.

    This article provides detailed information and options to Mount SMB Azure file share on Windows

    The most easiest way to access Azure blob Storage through Azure Storage Explorer.

    There is a similar thread discussion in SO Forum " Link azure blob storage to computer," which provide more information on your scenario

    How can we mount azure blob storage as a network drive in windows?

    Additional information : In order to use an Azure file share via the public endpoint outside of the Azure region it is hosted in, such as on-premises or in a different Azure region, the OS must support SMB 3.x. Older versions of Windows that support only SMB 2.1 can't mount Azure file shares via the public endpoint.

    Note: If you face any issue in mounting the Azure File Share you can refer to the troubleshooting link provided by Sai.

     If you have any additional questions or need further clarification, please let me know.


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

    0 comments No comments

Your answer

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