Copy data from Azure Storage to a local disk using the Azcopy tool

|
| By Navneet Kashyap

Step.1 Download Azcopy from Microsoft according to your OS type
https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10
These files are compressed as a zip file, so extract them at a location
Like D:\azcopy_windows_amd64_10.16.2\

Run AzCopy
Sample command:-
azcopy

Step.2 Open the storage container from the Azure portal
Azure Storage
Step.3 Generate the SAS token and URL that will be used to download using the Azcopy tool.
azcopy2
Now, it will generate a token along with the URL required as mentioned in the below screenshot.
azcopy3
Step.4 now use the Azcopy tool with the URL provided above and the destination directory where you need data to be downloaded.
azcopy4

Leave a Reply

Your email address will not be published. Required fields are marked *