Skip to content

Commit 18c5b7d

Browse files
committed
Minor edits
1 parent 51be8b9 commit 18c5b7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can quickly create a new IoT hub using the Azure Cloud Shell terminal in the
3232

3333
1. On the upper right of the page, select the Cloud Shell button.
3434

35-
![Cloud Shell button](./media/publish-iot-hub-events-to-logic-apps/portal-cloud-shell.png)
35+
:::image type="content" source="./media/publish-iot-hub-events-to-logic-apps/portal-cloud-shell.png" alt-text="Screenshot of how to open the Azure Cloud Shell from the Azure portal." lightbox="./media/publish-iot-hub-events-to-logic-apps/portal-cloud-shell.png":::
3636

3737
1. Run the following command to create a new resource group:
3838

@@ -114,7 +114,7 @@ A trigger is a specific event that starts your logic app. For this tutorial, the
114114
```
115115

116116
> [!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.
117+
> Be sure to paste the JSON snippet into the box provided by the **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.
118118
119119
This event publishes when a device is connected to an IoT hub.
120120

@@ -232,7 +232,7 @@ Test your logic app by quickly simulating a device connection using the Azure CL
232232
233233
1. When the simulation completes, you'll receive an email notifying you of a "DeviceDisconnected" event.
234234
235-
![Example alert mail](./media/publish-iot-hub-events-to-logic-apps/alert-mail.png)
235+
:::image type="content" source="./media/publish-iot-hub-events-to-logic-apps/alert-mail.png" alt-text="Screenshot of the email you should receive." lightbox="./media/publish-iot-hub-events-to-logic-apps/alert-mail.png":::
236236
237237
## Clean up resources
238238

0 commit comments

Comments
 (0)