Skip to content

Commit 335b48d

Browse files
Merge pull request #114184 from ecfan/get-parameters
Add updates for how to accept values through GET parameters
2 parents 2d65c10 + 4a387fa commit 335b48d

12 files changed

+129
-55
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Receive and respond to calls by using HTTPS
33
description: Handle inbound HTTPS requests from external services by using Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewers: klam, logicappspm
6+
ms.reviewers: jonfan, logicappspm
77
ms.topic: conceptual
8-
ms.date: 05/04/2020
8+
ms.date: 05/06/2020
99
tags: connectors
1010
---
1111

1212
# Receive and respond to inbound HTTPS requests in Azure Logic Apps
1313

14-
With [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the built-in Request trigger or Response action, you can create automated tasks and workflows that receive and respond to incoming HTTPS requests. For example, you can have your logic app:
14+
With [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the built-in Request trigger and Response action, you can create automated tasks and workflows that receive and respond to incoming HTTPS requests. For example, you can have your logic app:
1515

1616
* Receive and respond to an HTTPS request for data in an on-premises database.
1717
* Trigger a workflow when an external webhook event happens.
@@ -46,11 +46,11 @@ The Request trigger supports [Azure Active Directory Open Authentication](../act
4646

4747
## Add Request trigger
4848

49-
This built-in trigger creates a manually callable HTTPS endpoint that can receive *only* incoming HTTPS requests. When this event happens, the trigger fires and runs the logic app.
49+
This built-in trigger creates a manually callable HTTPS endpoint that can receive *only* incoming HTTPS requests. When this event happens, the trigger fires and runs the logic app. For more information about the trigger's underlying JSON definition and how to call this trigger, see the [Request trigger type](../logic-apps/logic-apps-workflow-actions-triggers.md#request-trigger) and [Call, trigger, or nest workflows with HTTPS endpoints in Azure Logic Apps](../logic-apps/logic-apps-http-endpoint.md).
5050

5151
1. Sign in to the [Azure portal](https://portal.azure.com). Create a blank logic app.
5252

53-
1. After Logic App Designer opens, in the search box, enter "http request" as your filter. From the triggers list, select the **When an HTTP request is received** trigger, which is the first step in your logic app workflow.
53+
1. After Logic App Designer opens, in the search box, enter `http request` as your filter. From the triggers list, select the **When an HTTP request is received** trigger, which is the first step in your logic app workflow.
5454

5555
![Select Request trigger](./media/connectors-native-reqres/select-request-trigger.png)
5656

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

Lines changed: 124 additions & 50 deletions
Large diffs are not rendered by default.
6.08 KB
Loading
18.5 KB
Loading
-7.34 KB
Loading
12 Bytes
Loading
0 Bytes
Loading
1.85 KB
Loading
30.5 KB
Loading

0 commit comments

Comments
 (0)