Skip to content

Commit 1930d7c

Browse files
authored
Merge pull request #101350 from DixitArora-MSFT/patch-36
Remove Basic
2 parents 03f881a + 32b2917 commit 1930d7c

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
@@ -28,7 +28,7 @@ The following table lists quota information specific to Azure Service Bus messag
2828
| Maximum size of a message [session ID](/dotnet/api/microsoft.azure.servicebus.message.sessionid) | Entity |- | 128 |
2929
| 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. |Maximum message size: 256 KB for [Standard tier](../articles/service-bus-messaging/service-bus-premium-messaging.md), 1 MB for [Premium tier](../articles/service-bus-messaging/service-bus-premium-messaging.md). <br /><br />Due to system overhead, this limit is less than these values.<br /><br />Maximum header size: 64 KB.<br /><br />Maximum number of header properties in property bag: **byte/int.MaxValue**.<br /><br />Maximum size of property in property bag: No explicit limit. Limited by maximum header size. |
3030
| Message property size for a queue, topic, or subscription entity |Entity | The exception **SerializationException** is generated. |Maximum message property size for each property is 32,000. Cumulative size of all properties can't exceed 64,000. This limit applies to the entire header of the [BrokeredMessage](/dotnet/api/microsoft.servicebus.messaging.brokeredmessage), which has both user properties and system properties, such as [SequenceNumber](/dotnet/api/microsoft.servicebus.messaging.brokeredmessage.sequencenumber), [Label](/dotnet/api/microsoft.servicebus.messaging.brokeredmessage.label), and [MessageId](/dotnet/api/microsoft.servicebus.messaging.brokeredmessage.messageid). |
31-
| 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 Basic or Standard tier. |
31+
| 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. |
3232
| 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 |
3333
| Number of correlation 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. |100,000 |
3434
| Size of SQL filters or actions |Namespace |Subsequent requests for creation of additional filters are rejected, and an exception is received by the calling code. |Maximum length of filter condition string: 1,024 (1 K).<br /><br />Maximum length of rule action string: 1,024 (1 K).<br /><br />Maximum number of expressions per rule action: 32. |

0 commit comments

Comments
 (0)