Skip to content

Commit 21c16be

Browse files
Update tier-limits.md
1 parent 1e00801 commit 21c16be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/includes/tier-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following table shows limits that are different for Basic, Standard, and Pre
1212

1313
| Quota name | Basic | Standard | Premium | Notes |
1414
| --- | --- | --- | --- | --- |
15-
| Queue or topic size | 1, 2, 3, 4 GB or 5 GB<br/><br/>80 GB, if partitioning is enabled. | 80 GB</p> | 80 GB | Defined upon creation/updation of the queue or topic. <p>Total size of all entities in a namespace can't exceed the namespace size limit documented in the next row.</p><p>Subsequent incoming messages are rejected, and the calling code receives an exception.</p> <p>Currently, a large message (size \> 1 MB) sent to a queue is counted twice. And, a large message (size \> 1 MB) sent to a topic is counted X + 1 times, where X is the number of subscriptions to the topic. </p>|
15+
| Queue or topic size | 1, 2, 3, 4 GB or 5 GB<br/><br/>80 GB, if partitioning is enabled. | Queue or topic size | 1, 2, 3, 4 GB or 5 GB<br/><br/>80 GB, if partitioning is enabled. | 80 GB | Defined upon creation/updation of the queue or topic. <p>Total size of all entities in a namespace can't exceed the namespace size limit documented in the next row.</p><p>Subsequent incoming messages are rejected, and the calling code receives an exception.</p> <p>Currently, a large message (size \> 1 MB) sent to a queue is counted twice. And, a large message (size \> 1 MB) sent to a topic is counted X + 1 times, where X is the number of subscriptions to the topic. </p>|
1616
| Namespace size | 400 GB | 400 GB | 1 TB per [messaging unit (MU)](../service-bus-premium-messaging.md).| Total size of all entities in a namespace can't exceed this limit. |
1717
| Number of topics or queues per namespace | 10,000 | 10,000 | 1,000 per messaging unit (MU). | Subsequent requests for creation of a new topic or queue on the namespace are rejected. As a result, if configured through the Azure portal, an error message is generated. If called from the management API, the calling code receives an exception. |
1818
| Number of [partitioned topics or queues](/azure/service-bus-messaging/service-bus-partitioning) per namespace | 100 | 100 | N/A | Each partitioned queue or topic counts toward the quota of 1,000 entities per namespace. <p>Subsequent requests for creation of a new partitioned topic or queue in the namespace are rejected. As a result, if configured through the Azure portal, an error message is generated. If called from the management API, the exception **QuotaExceededException** is received by the calling code.</p> <p>If you want to have more partitioned entities in a basic or a standard tier namespace, create additional namespaces. </p>|

0 commit comments

Comments
 (0)