Skip to content

Commit a1ab527

Browse files
committed
Adding 1M size limit
1 parent d5db367 commit a1ab527

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+
With the Service Bus managed connector, there is a maximum message size of 1 MB even if using 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)