How to limit upload speed in Azure Storage Explorer?

Prakash M, Bhanu 211 Reputation points
2021-07-15T12:51:03.007+00:00

How to limit upload speed in Azure Storage Explorer?

We have the option to use --cap-mbps to limit upload speed while using AzCopy command.

Is there any option like this while using Azure Storage Explorer tool?

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
229 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
716 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,415 questions
{count} votes

Accepted answer
  1. Sumarigo-MSFT 43,406 Reputation points Microsoft Employee
    2021-07-23T10:25:14.587+00:00

    @Prakash M, Bhanu This feature is available under settings in Azure Storage Explorer
    117978-image.png

    If you are looking for something more specific you can post here. All the feedback you share in these forums
    will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.

    Additional information: For now you can use the AzCopy v10, there's a parameter that lets you directly specify a cap on the amount of bandwidth it uses. E.g. --cap-mbps 200 will limit it to a max of 200 Mbps.

    ![116363-image.png]

    Using Azcopy , you can investigate what it tells you. E.g. network error rate, CPU contention etc.

    Instructions on running AzCopy benchmarks are here: https://learn.microsoft.com/en-us/azure/storage/common/storage-ref-azcopy-bench
    AzCopy can be downloaded here: https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10

    Hope this helps!
    Kindly let us know if the above helps or you need further assistance on this issue.


    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.

    3 people found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 13,921 Reputation points MVP
    2021-07-15T13:05:52.993+00:00

    Hi @Prakash M, Bhanu

    There is no option in storage explorer to limit upload speed.

    Azure Storage Explorer is a GUI application developed by Microsoft to simplify access to data stored in Azure storage accounts. Storage Explorer is a native cross-platform tool that enables users to connect to their Azure Storage Accounts, Azure Cosmos DB, and Azure Data Lake.
    https://learn.microsoft.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&tabs=windows

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

    0 comments No comments

  2. Prakash M, Bhanu 211 Reputation points
    2021-07-15T13:07:43.537+00:00

    What is the default speed it will take while upload the blob?


  3. Prakash M, Bhanu 211 Reputation points
    2021-09-07T08:35:35.597+00:00

    Thanks a lot @Sumarigo-MSFT

    0 comments No comments