Skip to content

Commit 4261697

Browse files
committed
Fixed sign ins and image name
1 parent 18c5b7d commit 4261697

File tree

2 files changed

+3
-3
lines changed

2 files 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
@@ -28,7 +28,7 @@ This article walks through a sample configuration that uses IoT Hub and Event Gr
2828

2929
You can quickly create a new IoT hub using the Azure Cloud Shell terminal in the portal.
3030

31-
1. Sign-in to the [Azure portal](https://portal.azure.com).
31+
1. Sign in to the [Azure portal](https://portal.azure.com).
3232

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

@@ -129,7 +129,7 @@ Actions are any steps that occur after the trigger starts the logic app workflow
129129

130130
1. Search for **Outlook**.
131131

132-
1. Based on your email provider, find and select the matching connector. This tutorial uses **Outlook.com**. The steps for other email providers are similar. Alternatively, use Office 365 Outlook to skip the sign in step.
132+
1. Based on your email provider, find and select the matching connector. This tutorial uses **Outlook.com**. The steps for other email providers are similar. Alternatively, use Office 365 Outlook to skip the sign-in step.
133133

134134
![Select email provider connector](./media/publish-iot-hub-events-to-logic-apps/outlook-step.png)
135135

@@ -145,7 +145,7 @@ Actions are any steps that occur after the trigger starts the logic app workflow
145145

146146
After selecting `eventType`, you'll see the email form output so far. Select the **Send and email (V2)** to edit the body of your email.
147147

148-
:::image type="content" source="./media/publish-iot-hub-events-to-logic-apps/send-an-email.png" alt-text="Screenshot of the condensed body output form." lightbox="./media/publish-iot-hub-events-to-logic-apps/send-an-email.png":::
148+
:::image type="content" source="./media/publish-iot-hub-events-to-logic-apps/send-email.png" alt-text="Screenshot of the condensed body output form." lightbox="./media/publish-iot-hub-events-to-logic-apps/send-email.png":::
149149

150150
* **Body**: Write the text for your email. Select JSON properties from the selector tool to include dynamic content based on event data. If you can't see the Dynamic content, select the **Add dynamic content** hyperlink under the **Body** text box. If it doesn't show you the fields you want, click *more* in the Dynamic content screen to include the fields from the previous action.
151151

0 commit comments

Comments
 (0)