-1

I currently map a drive letter in Windows 10 to an Azure Files account using the provided http/SMB3 connection mapping and this works great. It doesn't however work on another pc running Windows 7.

I understand that Windows 7 does not support SMB3, but is there possibly another way around this? Is it even remotely possible to map a Windows 7 drive letter to an Azure Files account?

userSteve
  • 1,554
  • 1
  • 22
  • 34

1 Answers1

1

Azure requires external SMB traffic to be encrypted. SMB encryption is only available on 3.xx

Mark Rabinovich
  • 359
  • 1
  • 1