Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to transfer large folders to virtual machines on azure

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.

like image 326
sari Avatar asked Apr 03 '18 11:04

sari


1 Answers

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.

like image 178
kim Avatar answered Nov 15 '22 06:11

kim