You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/connectors-native-reqres.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ title: Receive and respond to calls by using HTTPS
3
3
description: Handle inbound HTTPS requests from external services by using Azure Logic Apps
4
4
services: logic-apps
5
5
ms.suite: integration
6
-
ms.reviewers: klam, logicappspm
6
+
ms.reviewers: jonfan, logicappspm
7
7
ms.topic: conceptual
8
-
ms.date: 05/04/2020
8
+
ms.date: 05/06/2020
9
9
tags: connectors
10
10
---
11
11
12
12
# Receive and respond to inbound HTTPS requests in Azure Logic Apps
13
13
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:
15
15
16
16
* Receive and respond to an HTTPS request for data in an on-premises database.
17
17
* Trigger a workflow when an external webhook event happens.
@@ -46,11 +46,11 @@ The Request trigger supports [Azure Active Directory Open Authentication](../act
46
46
47
47
## Add Request trigger
48
48
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).
50
50
51
51
1. Sign in to the [Azure portal](https://portal.azure.com). Create a blank logic app.
52
52
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.
0 commit comments