Skip to content

Commit 994621a

Browse files
Merge pull request #231889 from xuehongg/mybranch1
Adding 1 MB size limit for managed service bus
2 parents f49cfc2 + 3de85c8 commit 994621a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/connectors/connectors-create-api-servicebus.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 09/30/2022
8+
ms.date: 03/23/2023
99
ms.custom: engagement-fy23
1010
tags: connectors
1111
---
@@ -83,6 +83,8 @@ When you create a Consumption logic app workflow, you can select the **Correlate
8383

8484
Large message support is available only for Standard workflows when you use the Service Bus built-in connector operations. For example, you can receive and large messages using the built-in triggers and actions respectively.
8585

86+
For the Service Bus managed connector, the maximum message size is limited to 1 MB, even when you use a premium tier Service Bus namespace.
87+
8688
### Increase timeout for receiving and sending messages
8789

8890
In Standard workflows that use the Service Bus built-in operations, you can increase the timeout for receiving and sending messages. For example, to increase the timeout for receiving a message, [change the following setting in the Azure Functions extension](../azure-functions/functions-bindings-service-bus.md#install-bundle):

0 commit comments

Comments
 (0)