Blob storage max storage capacity VS ingress limit 

ajkuma 22,416 Reputation points Microsoft Employee
2020-05-14T13:03:10.75+00:00

Referring to information posted here:

https://learn.microsoft.com/en-us/azure/storage/common/scalability-targets-standard-account.

For a blob storage account, I'm not clear on what an ingress limit is.  It states that "the ingress limit refers to all data from requests that are sent to a storage account", but wouldn't that essentially be data you're sending in for storage?  If that were the case, the ingress limit shouldn't be lower than the maximum storage capacity.

Someone help clear this up for me?

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.]

Source : MSDN thread

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
    2020-05-14T13:03:51.343+00:00

    The ingress limit is a rate – it's expressed as gigabits per second. So it's the amount of data that you can send at one time, not the amount of data that they can send total.
    If they were to send more than 25 Gbps, then their account might be throttled.

    Source : MSDN thread

    0 comments No comments

0 additional answers

Sort by: Most helpful