Skip to content

Commit e088a79

Browse files
committed
Added alert about JSON request body
1 parent 2a8ed89 commit e088a79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ A trigger is a specific event that starts your logic app. For this tutorial, the
112112
"metadataVersion": "1"
113113
}]
114114
```
115+
116+
> [!IMPORTANT]
117+
> Be sure to paste the JSON snippet into the box provided by **Use sample payload to generate schema** link and not directly into the **Request Body JSON Schema** box. The sample payload link provides a way to generate the JSON content based on the JSON snippet. The final JSON that ends up in the request body is different than the JSON snippet.
115118
116119
This event publishes when a device is connected to an IoT hub.
117120

0 commit comments

Comments
 (0)