Skip to content

Commit fa98f37

Browse files
authored
Merge pull request #179098 from spelluru/patch-65
Premium tier 1 MB -> 100 MB
2 parents d585d08 + 8eea3ca commit fa98f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/service-bus-quotas-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following table lists quota information specific to Azure Service Bus messag
2525
| Maximum size of any messaging entity name: namespace, subscription, or subscription rule |Entity |- |50 characters. |
2626
| Maximum size of a message ID | Entity |- | 128 |
2727
| Maximum size of a message session ID | Entity |- | 128 |
28-
| Message size for a queue, topic, or subscription entity |Entity |Incoming messages that exceed these quotas are rejected, and an exception is received by the calling code. | 256 KB for [Standard tier](../articles/service-bus-messaging/service-bus-premium-messaging.md)<br/> 1 MB for [Premium tier](../articles/service-bus-messaging/service-bus-premium-messaging.md). <br /><br />The message size includes the size of properties (system and user) and the size of payload. The size of system properties varies depending on your scenario. |
28+
| Message size for a queue, topic, or subscription entity |Entity |Incoming messages that exceed these quotas are rejected, and an exception is received by the calling code. | 256 KB for [Standard tier](../articles/service-bus-messaging/service-bus-premium-messaging.md)<br/> 100 MB for [Premium tier](../articles/service-bus-messaging/service-bus-premium-messaging.md). <br /><br />The message size includes the size of properties (system and user) and the size of payload. The size of system properties varies depending on your scenario. |
2929
| Message property size for a queue, topic, or subscription entity |Entity | The exception `SerializationException` is generated. | <p>Maximum message property size for each property is 32 KB.</p><p>Cumulative size of all properties can't exceed 64 KB. This limit applies to the entire header of the brokered message, which has both user properties and system properties, such as sequence number, label, and message ID.</p><p>Maximum number of header properties in property bag: **byte/int.MaxValue**.</p> |
3030
| Number of subscriptions per topic |Entity |Subsequent requests for creating additional subscriptions for the topic are rejected. As a result, if configured through the portal, an error message is shown. If called from the management API, an exception is received by the calling code. |2,000 per-topic for the Standard tier and Premium tier. |
3131
| Number of SQL filters per topic |Entity |Subsequent requests for creation of additional filters on the topic are rejected, and an exception is received by the calling code. |2,000 |

0 commit comments

Comments
 (0)