Skip to content

Commit 487557d

Browse files
committed
editor changes
1 parent d397e79 commit 487557d

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

articles/azure-monitor/alerts/alerts-logic-apps.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ In this example, we'll use the following steps to create a Logic App that uses t
3131
1. Create a new Logic app. Set **Logic App name** , select **Consumption Plan type**.
3232
1. Select **Review + create**, then select **Create**.
3333
1. Select **Go to resource** when the deployment is complete.
34-
:::image type="content" source="./media/alerts-logic-apps/create-logic-app.png" alt-text="A screenshot showing the create logic app page":::
34+
:::image type="content" source="./media/alerts-logic-apps/create-logic-app.png" alt-text="A screenshot showing the create logic app page.":::
3535
1. On the Logic Apps Designer page, select **When a HTTP request is received**.
36-
:::image type="content" source="./media/alerts-logic-apps/logic-apps-designer.png" alt-text="A screenshot showing the Logic Apps designer start page":::
36+
:::image type="content" source="./media/alerts-logic-apps/logic-apps-designer.png" alt-text="A screenshot showing the Logic Apps designer start page.":::
3737

3838
1. Paste the common alert schema into the **Request Body JSON Schema** field from the following JSON:
3939
```json
@@ -104,15 +104,15 @@ In this example, we'll use the following steps to create a Logic App that uses t
104104
```
105105

106106
1. Select the **+** icon to insert a new step.
107-
:::image type="content" source="./media/alerts-logic-apps/configure-http-request-received.png" alt-text="A screenshot showing the parameters for the when http request received step":::
107+
:::image type="content" source="./media/alerts-logic-apps/configure-http-request-received.png" alt-text="A screenshot showing the parameters for the when http request received step.":::
108108

109109
1. Send an email or post a Teams message.
110110

111111
## [Send an email](#tab/send-email)
112112

113113
1. In the search field, search for *outlook*.
114114
1. Select **Office 365 Outlook**.
115-
:::image type="content" source="./media/alerts-logic-apps/choose-operation-outlook.png" alt-text="A screenshot showing add action page of the logic apps designer with Office 365 Outlook selected":::
115+
:::image type="content" source="./media/alerts-logic-apps/choose-operation-outlook.png" alt-text="A screenshot showing add action page of the logic apps designer with Office 365 Outlook selected.":::
116116
1. Select **Send an email (V2)** from the list of actions.
117117
1. Sign into Office 365 when prompted to create a connection.
118118
1. Create the email **Body** by entering static text and including content taken from the alert payload by choosing fields from the **Dynamic content** list.
@@ -141,7 +141,7 @@ The next step is to create an action group to trigger your Logic App.
141141
1. In the search field, search for *Microsoft Teams*.
142142

143143
1. Select **Microsoft Teams**
144-
:::image type="content" source="./media/alerts-logic-apps/choose-operation-teams.png" alt-text="A screenshot showing add action page of the logic apps designer with Microsoft Teams selected":::
144+
:::image type="content" source="./media/alerts-logic-apps/choose-operation-teams.png" alt-text="A screenshot showing add action page of the logic apps designer with Microsoft Teams selected.":::
145145
1. Select **Post a message in a chat or channel** from the list of actions.
146146
1. Sign into Teams when prompted to create a connection.
147147
1. Select *User* from the **Post as** dropdown.
@@ -172,26 +172,28 @@ To trigger your Logic app, create an action group, then create an alert that use
172172
1. Select a **Subscription**, **Resource group** and **Region**.
173173
1. Enter an **Actions group name** and **Display name**.
174174
1. Select the **Actions** tab.
175-
:::image type="content" source="./media/alerts-logic-apps/create-action-group.png" alt-text="A screenshot showing the actions tab of a create action group page":::
175+
:::image type="content" source="./media/alerts-logic-apps/create-action-group.png" alt-text="A screenshot showing the actions tab of a create action group page.":::
176176
1. In the **Actions** tab under **Action type**, select **Logic App**.
177177
1. In the **Logic App** section, select your logic app from the dropdown.
178178
1. Set **Enable common alert schema** to *Yes*. If you select *No*, the alert type will determine which alert schema is used. For more information about alert schemas, see [Context specific alert schemas](./alerts-non-common-schema-definitions.md).
179179
1. Select **OK**.
180180
1. Enter a name in the **Name** field.
181181
1. Select **Review + create**, the **Create**.
182-
:::image type="content" source="./media/alerts-logic-apps/create-action-group-actions.png" alt-text="A screenshot showing the Logic Apps blade of a create action group, actions tab":::
182+
:::image type="content" source="./media/alerts-logic-apps/create-action-group-actions.png" alt-text="A screenshot showing the Logic Apps blade of a create action group, actions tab.":::
183183

184184
## Test your action group
185185

186186
1. Select your action group.
187187
1. In the **Logic App** section, select **Test action group(preview)**.
188-
:::image type="content" source="./media/alerts-logic-apps/test-action-group1.png" alt-text="A screenshot showing an action group details page with test action group highlighted":::
188+
:::image type="content" source="./media/alerts-logic-apps/test-action-group1.png" alt-text="A screenshot showing an action group details page with test action group highlighted.":::
189189
1. Select a **Sample alert type** from the dropdown.
190-
1. Select **Test**.
191-
:::image type="content" source="./media/alerts-logic-apps/test-action-group2.png" alt-text="A screenshot showing an action group details test page":::
190+
1. Select **Test**.
191+
192+
:::image type="content" source="./media/alerts-logic-apps/test-action-group2.png" alt-text="A screenshot showing an action group details test page.":::
193+
194+
The following email will be sent to the specified account:
192195

193-
The following email will be sent to the specified account:
194-
:::image type="content" source="./media/alerts-logic-apps/sample-output-email.png" alt-text="A screenshot showing an sample email sent by the test page":::
196+
:::image type="content" source="./media/alerts-logic-apps/sample-output-email.png" alt-text="A screenshot showing an sample email sent by the test page.":::
195197

196198

197199
## Create a rule using your action group
@@ -204,7 +206,7 @@ To trigger your Logic app, create an action group, then create an alert that use
204206
1. Finish the creation of your rule.
205207
:::image type="content" source="./media/alerts-logic-apps/select-action-groups.png" alt-text="A screenshot showing the actions tab of the create rules page and the select action groups blade.":::
206208

207-
## Next Steps
209+
## Next steps
208210

209211
* [Learn more about action groups](./action-groups.md).
210212
* [Learn more about the common alert schema](./alerts-common-schema.md).
Binary file not shown.
-141 Bytes
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)