Skip to content

Commit f18f075

Browse files
Merge pull request #251569 from xuehongg/mybranch9
clarify request trigger size limit
2 parents c60b778 + fcfa12d commit f18f075

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 | 3,145,728 KB | None | This limit applies only to the content size for inbound requests received by the Request trigger. <br><br>For example, suppose the backend has 100 workers. Each worker has a limit of 31,457,280 bytes, which is the result from dividing 3,145,728,000 bytes by 100 workers. To avoid experiencing premature throttling, use a new HTTP client for each request, which helps evenly distribute the calls across all nodes. |
313313

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

0 commit comments

Comments
 (0)