CLI download-batch stops downloading
Brian Pedersen
31
Reputation points
We use the az storage blob download-batch
on a regular basis, for downloading around 21k files from a StorageV2 blob container, using a pattern to match a specific folder, ie. --pattern "FOLDERNAME/*"
.
It has always been terribly slow, but now it has stopped working.
It downloads a few thousand files, and then stops. It does not terminate, it just stops.
I am running the azure-cli
version 2.37.0
on a MacBook
.
Sign in to answer