Skip to content

Commit 0dd00a6

Browse files
authored
Merge pull request #97351 from spelluru/sbus4640954
added VNet and IP filter rules limit
2 parents 2126daf + 5d89f73 commit 0dd00a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/service-bus-messaging/service-bus-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
16-
ms.date: 09/01/2018
16+
ms.date: 11/27/2019
1717
ms.author: aschhab
1818

1919
---

includes/service-bus-quotas-table.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ The following table lists quota information specific to Azure Service Bus messag
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. |
3535
| Number of [SharedAccessAuthorizationRule](/dotnet/api/microsoft.servicebus.messaging.sharedaccessauthorizationrule) rules per namespace, queue, or topic |Entity, namespace |Subsequent requests for creation of additional rules are rejected, and an exception is received by the calling code. |Maximum number of rules: 12. <br /><br /> Rules that are configured on a Service Bus namespace apply to all queues and topics in that namespace. |
3636
| Number of messages per transaction | Transaction | Additional incoming messages are rejected, and an exception stating "Cannot send more than 100 messages in a single transaction" is received by the calling code. | 100 <br /><br /> For both **Send()** and **SendAsync()** operations. |
37+
| Number of virtual network and IP filter rules | Namespace | &nbsp; | 128 |
3738

3839
[Azure portal]: https://portal.azure.com

0 commit comments

Comments
 (0)