single block blob throughput limit

containers to go 21 Reputation points
2022-11-10T23:00:50.483+00:00

I wanted to confirm that there are no specific throughput limits on writing a single block blob to an azure v2 standard storage account.

This article states that single block blob adheres to storage account ingress limit:
https://learn.microsoft.com/en-us/azure ... ty-targets

This article indicates the ingress limit is 60 Gbps for our azure region:

https://learn.microsoft.com/en-us/azure/storage/common/scalability-targets-standard-account?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json

Yet our Veeam appliance in Azure is consistenly only getting 60 MB/s. Also see old documentation referencing single blob limit of 60 MB/s so wanted to confirm that there is no present throughput limit on writing a single block blob to azure standard v2 sa container.

Also, I have confirmed that the VM is not constrained on VM or data disk througput or IOPS. I have service endpoint enabled on vNET.

any advice, greatly appreciated !!

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramya Harinarthini_MSFT 5,366 Reputation points Microsoft Employee Moderator
    2022-11-11T07:37:10.573+00:00

    Hi @containers to go

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    Throughput for a single blob depends on several factors, including, but not limited to: concurrency, request size, performance tier, speed of source for uploads, and destination for downloads. To take advantage of the performance enhancements of high-throughput block blobs, upload larger blobs or blocks. Specifically, call the Put Blob or Put Block operation with a blob or block size that is greater than 4 MiB for standard storage accounts.

    Please let us know if you have any further queries. I’m happy to assist you further.

    ---------------------------------------------------------------------------------------------------------------------------

    Please do not forget to Accept Answer and upvote wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

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.