Skip to content

Commit ad3aeea

Browse files
authored
Update max queue storage size
Queue storage documentation says it supports millions of messages up to the capacity of a storage account. Storage account documentation says the capacity of storage accounts is 5 PiB. Yet, this comparison documentation says the max queue storage size is 500 TB. Trusting the other documentations are accurate, I believe this documentation needs to update the value from 500 TB to 5 PiB. Alternatively, if 500 TB is still the accurate value, more explanation is needed to describe the reasoning.
1 parent 50ae7eb commit ad3aeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This section compares Storage queues and Service Bus queues from the perspective
122122

123123
| Comparison Criteria | Storage queues | Service Bus queues |
124124
| --- | --- | --- |
125-
| Maximum queue size |500 TB<br/><br/>(limited to a [single storage account capacity](../storage/common/storage-introduction.md#queue-storage)) |1 GB to 80 GB<br/><br/>(Premium or Standard tier with partitioning)|
125+
| Maximum queue size |5 PiB<br/><br/>(limited to a [single storage account capacity](../storage/common/storage-introduction.md#queue-storage)) |1 GB to 80 GB<br/><br/>(Premium or Standard tier with partitioning)|
126126
| Maximum message size |64 KB<br/><br/>(48 KB when using Base 64 encoding)<br/><br/>Azure supports large messages by combining queues and blobs – at which point you can enqueue up to 200 GB for a single item. |256 KB, 1 MB or 100 MB<br/><br/>(including both header and body, maximum header size: 64 KB).<br/><br/>Depends on the [service tier](service-bus-premium-messaging.md). |
127127
| Maximum message TTL |Infinite (api-version 2017-07-27 or later) |TimeSpan.MaxValue |
128128
| Maximum number of queues |Unlimited |10,000 (Standard tier)<br/>1000 / Messaging Unit (Premium tier)<br/>(per service namespace) |

0 commit comments

Comments
 (0)