Skip to content

Commit 827b82a

Browse files
committed
Clarity edits
1 parent 0ee160c commit 827b82a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Respond to HTTP or HTTPS requests - Azure Logic Apps
3-
description: Respond to events in real time over HTTP or HTTPS by using Azure Logic Apps
2+
title: Respond to HTTP requests - Azure Logic Apps
3+
description: Respond to events in real time over HTTP by using Azure Logic Apps
44
services: logic-apps
55
ms.service: logic-apps
66
ms.suite: integration
@@ -14,9 +14,9 @@ ms.date: 09/06/2019
1414
tags: connectors
1515
---
1616

17-
# Respond to HTTP or HTTPS requests by using Azure Logic Apps
17+
# Respond to HTTP requests by using Azure Logic Apps
1818

19-
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 react and respond in real time to events that are sent over HTTP or HTTPS. For example, you can have your logic app:
19+
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 react and respond in real time to events that are sent over HTTP. For example, you can have your logic app:
2020

2121
* Respond to an HTTP request for data in an on-premises database.
2222
* Trigger a workflow when an external webhook event happens.
@@ -32,7 +32,7 @@ With [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the built-in R
3232

3333
## Add the Request trigger
3434

35-
This built-in trigger creates an endpoint that waits for and receives an incoming request over HTTP or HTTPS. When this event happens, the trigger fires and runs the logic app.
35+
This built-in trigger creates an endpoint that waits for and receives an incoming request over HTTP. When this event happens, the trigger fires and runs the logic app.
3636

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

0 commit comments

Comments
 (0)