1

I am also having the same problem as mentioned here Azure Files - System error 53

Although I'm afraid the answers provided have not helped.

My current setup all in west europe

  • File Share
  • VM 1 Windows 2012 - Can connect to File Share
  • VM 2 Windows 2012 - Cannot connect to File Share

I've run PortQRY which confirms that port 445 is outgoing and working.

Although I am still receiving this error enter image description here

This error occurred after a random shutdown, before which I could connect fine.

What other troubleshooting steps can I take to find out why this is not working?

Jack
  • 2,891
  • 11
  • 48
  • 65

1 Answers1

0

According to your description, it seems that no issue is on your network between VM and Azure FileShare.

You could refer to Mine's link, please check Cause 3.

"System Error 53 or System error 87" can also be received if NTLMv1 communication is enabled on the client. Having NTLMv1 enabled creates a less-secure client. Therefore, communication will be blocked for Azure Files. To verify whether this is the cause of the error, verify that the following registry subkey is set to a value of 3:+ HKLM\SYSTEM\CurrentControlSet\Control\Lsa > LmCompatibilityLevel.

I also met a similar question with you, you could check the link. The solution is to modify the registry

Shui shengbao
  • 18,746
  • 3
  • 27
  • 45