What is the data limit of Block Blobs? The articles say Block Blobs support 190.7TiB of data, while the video says up to 4.7TB; why using different units and which is the right number?

Zakery Mizell 0 Reputation points
2024-11-28T17:15:29.82+00:00
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,002 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Keshavulu Dasari 2,420 Reputation points Microsoft Vendor
    2024-11-28T20:15:01.75+00:00

    Hi Zakery Mizell,
    Welcome to Microsoft Q&A Forum, thank you for posting your query here!
    The discrepancy between the data limits for Block Blobs in Azure Blob Storage arises from different versions of the service and the units used.

    1. Article (190.7 TiB):
      • The article mentions that Block Blobs can support up to 190.7 TiB. This is based on the maximum block size of 4000 MiB and the maximum number of blocks per blob, which is 50,0001. This calculation is: [ 4000 \text{ MiB/block} \times 50,000 \text{ blocks} = 200,000,000 \text{ MiB} \approx. 190.7 \text{ TiB} ]
      Video (4.7 TB):
      • The video states that Block Blobs can be up to 4.7 TB. This likely refers to an older version of the service where the maximum block size was 100 MiB2. The calculation for this is: [ 100 \text{ MiB/block} \times 50,000 \text{ blocks} = 5,000,000 \text{ MiB} \approx 4.7 \text{ TB} ]

    The correct and current limit for Block Blobs in Azure Blob Storage is **190.7 TiB,**The video likely references an outdated limit, which is why there is a difference.
    For more information:
    https://learn.microsoft.com/en-us/azure/storage/blobs/scalability-targets
    https://learn.microsoft.com/en-us/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs

    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. 


    If you have any other questions or are still running into more issues, let me know in the "comments" and I would be happy to help you


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.