Skip to content

Commit ffeb47c

Browse files
Merge pull request #298657 from ecfan/ip
Azure Logic Apps: Clarify IP requirements
2 parents 4b65e1f + 3293636 commit ffeb47c

File tree

2 files changed

+68
-56
lines changed

2 files changed

+68
-56
lines changed

articles/logic-apps/logic-apps-http-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ To access specifically the `body` property, you can use the [`@triggerBody()` ex
553553

554554
Sometimes you want to respond to certain requests that trigger your workflow by returning content to the caller. To construct the status code, header, and body for your response, use the Response action. This action can appear anywhere in your workflow, not just at the end of your workflow. If your workflow doesn't include a Response action, the endpoint responds *immediately* with the **202 Accepted** status.
555555

556-
For the original caller to successfully get the response, all the required steps for the response must finish within the [request timeout limit](logic-apps-limits-and-config.md#timeout-duration) unless the triggered workflow is called as a nested workflow. If no response is returned within this limit, the incoming request times out and receives the **408 Client timeout** response.
556+
For the original caller to successfully get the response, all the required steps for the response must finish within the [request time-out limit](logic-apps-limits-and-config.md#time-out-duration) unless the triggered workflow is called as a nested workflow. If no response is returned within this limit, the incoming request times out and receives the **408 Client timeout** response.
557557

558558
For nested workflows, the parent workflow continues to wait for a response until all the steps are completed, regardless of how much time is required.
559559

0 commit comments

Comments
 (0)