Skip to content

Commit 9286570

Browse files
committed
clarify request trigger size limit
1 parent cf791ed commit 9286570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/logic-apps/logic-apps-limits-and-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: rohithah, laveeshb, rarayudu, azla
77
ms.topic: reference
8-
ms.date: 08/29/2023
8+
ms.date: 09/14/2023
99
---
1010

1111
# Limits and configuration reference for Azure Logic Apps
@@ -305,11 +305,11 @@ By default, the HTTP action and APIConnection actions follow the [standard async
305305

306306
<a name="content-storage-size-limits"></a>
307307

308-
### Content storage limits
308+
### Request trigger size limits
309309

310310
| Name | Multi-tenant | Single-tenant | Notes |
311311
|------|--------------|---------------|-------|
312-
| Request trigger (inbound) - Content storage limit per 5-minute rolling interval per workflow | 3145728 KB | None | This limit applies only to the storage content size for inbound requests received by the Request trigger. |
312+
| Request trigger (inbound) - Content size limit per 5-minute rolling interval per workflow | 3145728 KB | None | This limit applies only to the content size for inbound requests received by the Request trigger. If there are 100 workers in the backend, each worker will have a limit of 3145728000/100 = 31457280 bytes. Using new HTTP client for each request will help distribute the calls evenly on all nodes to avoid running into throttling prematurely. |
313313

314314
<a name="message-size-limits"></a>
315315

0 commit comments

Comments
 (0)