How to request big network bandwidth for gen2 blob storage

Jianfei Wang 20 Reputation points Microsoft Employee
2026-08-03T07:25:28.9466667+00:00

currently, my single aml job to access gen2 blob can have 1GB/s speed, but sometimes its not stable, eg get 0.01GB/s speed and even failed.

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.


Answer accepted by question author
Praveen Bandaru 11,720 Reputation points Microsoft External Staff Moderator
2026-08-13T12:34:40.15+00:00

Hello Jianfei Wang

Thank you for your patience while we looked into the Azure Storage scalability guidance.

According to the Microsoft Azure Storage scalability and performance targets documentation, the default storage account egress limit of 200 Gbps is available only in the specific regions listed there. UK South is included, but UK West is not listed. That means storage accounts in UK West are covered by the default maximum egress limit of 50 Gbps, or about 6.25 GB/s of aggregate throughput.

Based on the performance figures you shared, where approximately 10 AML jobs running in parallel achieve a combined throughput of around 6 GB/s, the observed throughput looks to be close to the documented 50 Gbps storage account egress target for regions that are not eligible for the 200 Gbps limit.

At this time, based on the published Microsoft documentation, UK West is not among the regions that support the default 200 Gbps storage account egress target.

For reference, please see the official Microsoft documentation:

If you would like, we can also review the storage account metrics further to see whether any additional throughput optimizations may be available for your workload.

Please check the below screen shot:

User's image

Check the below reference document:

https://learn.microsoft.com/en-us/azure/storage/common/scalability-targets-standard-account#scale-targets-for-standard-storage-accounts-and-disk-access-resources


Hope the above answer helps! Please let us know do you have any further queries.

Please do consider to “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jerald Felix 18,600 Reputation points Volunteer Moderator
    2026-08-03T17:06:52.4766667+00:00

    Hello Jianfei Wang,

    Greetings! Thanks for raising this question in Q&A forum.

    The most likely reason is that Azure Data Lake Storage Gen2/Blob Storage bandwidth is not something that can be manually increased for a single job on request. Large fluctuations in throughput are usually related to workload patterns, storage account limits, network conditions, partition distribution, or temporary service-side throttling.

    1. Check the storage account metrics in Azure Monitor and review Ingress, Egress, SuccessE2ELatency, ServerLatency, and Throttling metrics during the periods when throughput drops.
    2. Verify whether multiple AML jobs or other workloads are accessing the same storage account at the same time and consuming available throughput.
    3. Confirm that the storage account type and redundancy option are appropriate for your performance requirements and that you are operating within documented scalability targets.
    4. If the issue is intermittent and throughput drops from around 1 GB/s to 0.01 GB/s with failures, collect the correlation IDs, timestamps, storage account name, and AML job details.
    5. Open a Microsoft Azure support ticket so the support team can review backend logs and validate whether service-side throttling, networking, or storage partitioning issues are involved.

    The next action is with the customer and Azure Support. After you provide the affected timestamps and diagnostics, the support team can perform a backend investigation and confirm whether there are any service-side limitations or anomalies impacting throughput.

    If this answer helps you kindly accept the answer which will help others who have similar questions.

    Best Regards,

    Jerald Felix.

    Was this answer helpful?

    0 comments No comments

Your answer

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