Unable to map Azure File storage account

Roger Roger 7,181 Reputation points
2023-01-23T21:49:18.17+00:00

Hi All i am unable to map storage account as a mapped drive on Windows 10 VM. i have executed the below syntax on Powershell ISE and getting the error

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,538 questions
Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 47,471 Reputation points Microsoft Employee Moderator
    2023-01-24T02:44:58.0666667+00:00

    @Roger Roger Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    Based on the error message, issue may be related to SMB

    This article lists common problems that are related to Microsoft Azure Files when you connect from Windows clients. It also provides possible causes and resolutions for these problems. In addition to the troubleshooting steps in this article Troubleshoot Azure Files problems in Windows (SMB)

    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 cannot mount Azure file shares via the public endpoint. Mount SMB Azure file share on Windows

    Additional information : If you have a proxy or any other kind of NAT device in his Local Network, that would be blocking the connection from On-Prem to Azure for map the Azure File Share

    • Add the IP Address for the Storage Account or range (x.x.x.0/24) in the proxy or NAT device.
    • ipconfig /flushdns & ipconfig /registerdns (Elevated cmdline)
    • Control Panel -> Administrative Tools -> Local Security Policy
    • Under Security Settings -> Local Policies -> Security Options Set "Microsoft network client: Digitally sign communications: Disable (Enabled by default) Please let us know if you have any further queries. I’m happy to assist you further.   

    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

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.