Skip to content

Commit bdfe98e

Browse files
committed
Service Bus - freshness, Acrolynx, Learn Linter
1 parent 2f3e082 commit bdfe98e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Compare Azure Storage queues and Service Bus queues
33
description: Analyzes differences and similarities between two types of queues offered by Azure.
44
ms.topic: article
5-
ms.date: 11/27/2023
5+
ms.date: 12/11/2024
66
---
77

88
# Storage queues and Service Bus queues - compared and contrasted
@@ -122,10 +122,10 @@ 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 SKU or Standard SKU with partitioning)|
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)|
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 |
128-
| Maximum number of queues |Unlimited |10,000 (Standard SKU)<br/>1000 / Messaging Unit (Premium SKU)<br/>(per service namespace) |
128+
| Maximum number of queues |Unlimited |10,000 (Standard tier)<br/>1000 / Messaging Unit (Premium tier)<br/>(per service namespace) |
129129
| Maximum number of concurrent clients |Unlimited |5,000 |
130130

131131
### Additional information

0 commit comments

Comments
 (0)