1. Make sure you are on the right account (read https://craigforrester.com/posts/azure-cli-basics-logging-in/)
2. Create sas token.
3. Make sure you are logged in with
azcopy login
4. now copy with for example the following command:
AZcopy copy "c:\App_Data\MyBlobs\*" "https://{{youraccount}}.blob.core.windows.net/vpp?{{your SAS TOKEN }}" --recursive
OR
az storage blob download-batch --account-name customerVPP --source vppnext --destination C:\Users\Downloads\vppnext
# List currently authenticated subscriptions
az account list
az login
az account list --query "[].{Name:name, IsDefault:isDefault}"
az account set --subscription "Visual Studio Enterprise"
az account list --query "[].{Name:name, User:user.name}"
az account list --query "[?contains(name, 'Visual')].{Name:name, User:user.name}"
az logout --username "user@example.com"
az vm list
az copy to pageblob type : --blob-type=PageBlob
--blob-type=BlockBlob (used in episerver)