Mapping a Azure File Share in Windows Server 2019 Datacenter

Hudson Carvalho 1 Reputation point
2021-06-22T13:06:12.237+00:00

When i try to mapping a Azure File Share in a Windows Server 2019, i get a error:

108109-image.png

When i try in a Windows 10 or Windows Server 2016, i can access the path and mapping.

108176-image.png
108184-image.png

  • Hosts communicate with each other.
  • Test port 445 = OK

Anyone can help me solve this?

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,424 questions
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Sumarigo-MSFT 47,471 Reputation points Microsoft Employee Moderator
    2021-06-22T13:36:55.587+00:00

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

    Can you please cross verify in port 445 is enabled in windows server 2019
    108222-image.png

    If Port 445 is blocked see here

    Windows Server 2019 is supported in Azure File Share. For more information refer to this article: https://learn.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows

    108110-image.png

    I would recommend to please try again and let me know the status,

    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: https://learn.microsoft.com/en-us/azure/storage/files/storage-troubleshoot-windows-file-connection-problems

    Additional information: Azure Files only allows connections using SMB 3.0 (with encryption support) from outside the region or datacenter. SMB 3.0 protocol has introduced many security features including channel encryption which is very secure to use over internet. However its possible that port 445 has been blocked due to historical reasons of vulnerabilities found in lower SMB versions. In ideal case, the port should be blocked for only for SMB 1.0 traffic and SMB 1.0 should be turned off on all clients.

    If you have ever been blocked using Azure Files due to your ISP's port 445, you can setup a Point to Site VPN to your Azure Files.

    You can mount the file share on your local machine by using the SMB 3.0 protocol, or you can use tools like Storage Explorer to access files in your file share. From your application, you can use storage client libraries, REST APIs, PowerShell, or Azure CLI to access your files in the Azure file share.

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

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

    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

  2. Hudson Carvalho 1 Reputation point
    2021-06-22T14:27:37.13+00:00

    Hi @Sumarigo-MSFT

    Thank you for your reply.

    The port 445 is unblocked:

    108241-image.png

    My VM with Windows Server 2019, WS 2016, and the File Storage are located in Azure in same signature.

    I Have tried using SMB3.0 in Internet Options > Advanced but the error is the same.

    PS.: Sorry for my bad english.

    0 comments No comments

  3. Hudson Carvalho 1 Reputation point
    2021-06-23T17:44:09.26+00:00

    I Have a new status for this problem:

    I Discover that's my problem is correlacted to Service SRMSVC. He doesnt start any way.

    Help me solve this.

    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.