Skip to content

Commit 3f7fb54

Browse files
authored
Merge pull request #95929 from ecfan/patch-4
Add clarifying info about HTTP limits
2 parents b2fee5b + ae5628f commit 3f7fb54

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,16 @@ Azure Logic Apps supports write operations, including inserts and updates, throu
134134

135135
## HTTP limits
136136

137-
Here are the limits for a single HTTP
138-
request or synchronous connector call:
137+
Here are the limits for a single outgoing or incoming HTTP call:
139138

140139
#### Timeout
141140

142141
Some connector operations make asynchronous calls or listen for webhook requests, so the timeout for these operations might be longer than these limits. For more information, see the technical details for the specific connector and also [Workflow triggers and actions](../logic-apps/logic-apps-workflow-actions-triggers.md#http-action).
143142

144143
| Name | Multi-tenant limit | Integration service environment limit | Notes |
145144
|------|--------------------|---------------------------------------|-------|
146-
| Outgoing request | 120 seconds | 240 seconds | For longer running operations, use an [asynchronous polling pattern](../logic-apps/logic-apps-create-api-app.md#async-pattern) or an [until loop](../logic-apps/logic-apps-workflow-actions-triggers.md#until-action). |
147-
| Synchronous response | 120 seconds | 240 seconds | For the original request to get the response, all steps in the response must finish within the limit unless you call another logic app as a nested workflow. For more information, see [Call, trigger, or nest logic apps](../logic-apps/logic-apps-http-endpoint.md). |
145+
| Outbound request | 120 seconds <br>(2 minutes) | 240 seconds <br>(4 minutes) | Examples of outbound requests include calls made by HTTP triggers. <p><p>**Tip**: For longer running operations, use an [asynchronous polling pattern](../logic-apps/logic-apps-create-api-app.md#async-pattern) or an [until loop](../logic-apps/logic-apps-workflow-actions-triggers.md#until-action). |
146+
| Inbound request | 120 seconds <br>(2 minutes) | 240 seconds <br>(4 minutes) | Examples of inbound requests include calls received by request triggers and webhook triggers. <p><p>**Note**: For the original caller to get the response, all steps in the response must finish within the limit unless you call another logic app as a nested workflow. For more information, see [Call, trigger, or nest logic apps](../logic-apps/logic-apps-http-endpoint.md). |
148147
|||||
149148

150149
#### Message size

0 commit comments

Comments
 (0)