6

I want to transfer a large folder (24,4GB) to the virtual machine on Azure. The virtual machine has windows 10 OS. Could anyone suggest ways to transfer files? thanks.

sari
  • 59
  • 1
  • 6

1 Answers1

7

You can use a Azure Storage File share to mount it locally and on the remote virtual machine. Use it as you would use any other network folder and transfer your files through it.

See this link for more information on how to set it up.

kim
  • 3,385
  • 2
  • 15
  • 21
  • Worked like a charm! The only thing that wasn't immediately clear to me was that a File Share is a component of an Azure Storage Account resource. After you create the file share, manual connection is very easy; just hit the "Connect" button in the Azure portal and copy/paste the given commands. – Gyromite Nov 13 '19 at 16:43