AzCopy
AzCopy is a command-line tool that is used for copying data to and from Azure Storage Blob, File, and Table services, or to and from objects within the same storage account, and even between different storage accounts.
AzCopy is available in two flavors:
- AzCopy on Windows
- AzCopy on Linux
Note
- You can download AzCopy for Windows from the following link: http://az837173.vo.msecnd.net/azcopy-6-3-0/MicrosoftAzureStorageTools.msi
- You can download AzCopy for Linux from the following link: https://azcopy.azureedge.net/azcopy-6-0-0-netcorepreview/azcopy_6.0.0_netcorepreview_all.tar.gz
- AzCopy on Linux works for macOS too.
The installation of AzCopy is very straightforward, and once it is installed you have to navigate to its installation path to be able to run its commands. Working with AzCopy is very easy and the data move process can be executed smoothly.
Uploading a folder to Azure Blob
To upload a folder to Azure Blob, you need to run the following command:
AzCopy /source:C:\FolderX\ /Dest:<BlobServiceEndpoint...