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:-
Step.2 Open the storage container from the Azure portal
Step.3 Generate the SAS token and URL that will be used to download using the Azcopy tool.
Now, it will generate a token along with the URL required as mentioned in the below screenshot.
Step.4 now use the Azcopy tool with the URL provided above and the destination directory where you need data to be downloaded.