Hello @Paul Richards ,
There are no restrictions for the zip file. I just tested locally by uploading .zip file of more than 7. GB and it went through successfully.
I used default block size of 4 MiB , you can try using:
You can also try using: azcopy - https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10
azcopy copy "C:\pathtolarge\file.zip" "https://mystorageaccount.blob.core.windows.net/mycontainer/largefile.zip" --block-size-mb 1024 --put-md5
Regards,
Shiva.