Skip to content

Commit c8b1471

Browse files
committed
IoT EG GA
1 parent 2afa860 commit c8b1471

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

articles/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

articles/event-grid/publish-iot-hub-events-to-logic-apps.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ First, create a logic app and add an Event grid trigger that monitors the resour
5454
A trigger is a specific event that starts your logic app. For this tutorial, the trigger that sets off the workflow is receiving a request over HTTP.
5555

5656
1. In the connectors and triggers search bar, type **HTTP**.
57-
2. Select **Request - When a HTTP request is received** as the trigger.
57+
2. Select **Request - When an HTTP request is received** as the trigger.
5858

5959
![Select HTTP request trigger](./media/publish-iot-hub-events-to-logic-apps/http-request-trigger.png)
6060

@@ -64,8 +64,8 @@ A trigger is a specific event that starts your logic app. For this tutorial, the
6464

6565
4. Paste the following sample JSON code into the text box, then select **Done**:
6666

67-
```json
68-
[{
67+
```json
68+
[{
6969
"id": "56afc886-767b-d359-d59e-0da7877166b2",
7070
"topic": "/SUBSCRIPTIONS/<subscription ID>/RESOURCEGROUPS/<resource group name>/PROVIDERS/MICROSOFT.DEVICES/IOTHUBS/<hub name>",
7171
"subject": "devices/LogicAppTestDevice",
@@ -107,8 +107,8 @@ A trigger is a specific event that starts your logic app. For this tutorial, the
107107
},
108108
"dataVersion": "1",
109109
"metadataVersion": "1"
110-
}]
111-
```
110+
}]
111+
```
112112

113113
5. You may receive a pop-up notification that says, **Remember to include a Content-Type header set to application/json in your request.** You can safely ignore this suggestion, and move on to the next section.
114114

0 commit comments

Comments
 (0)