Hello Rick Pack,
Thank you for posting your query here!
Block blobs are composed of blocks, each of which is identified by a block Id. Uploading a block is one operation and merging a set of blocks in order to form a blob is another. Each block can be up to 4000 MiB for Version 2019-12-12 and later and a block blob can include up to 50,000 blocks.
The maximum size of a block blob is therefore slightly more than 190.7 TiB (4000 MiB X 50,000 blocks).
However, if you are writing a block blob that is no more than 5000 MiB in size for Version 2019-12-12 and later, you can upload it in its entirety with a single write operation.
So, the maximum size of a block blob is slightly more than 190.7 TiB. However, “5000 MiB’ is the block blob limit that you can upload entirely with a single write operation (for latest version).
The following table describes the maximum permitted block and blob sizes, by service version:
For reference: https://learn.microsoft.com/en-us/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs#about-block-blobs
Also, if you have any feedback on the document that you may want to provide, please click on feedback section of the document and submit your experience.
Do let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.