Reputation: 59
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.
Upvotes: 6
Views: 3535
Reputation: 3421
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.
Upvotes: 7