Skip to content

Commit d771808

Browse files
committed
small fix
1 parent de21da2 commit d771808

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ In this example, we'll use the following steps to create a Logic App that uses t
3535
1. On the Logic Apps Designer page, select **When a HTTP request is received**
3636
:::image type="content" source="./media/alerts-logic-apps/logic-apps-designer.png" alt-text="A screenshot showing the Logic Apps designer start page":::
3737
1. Select the **When a HTTP request is received** tile
38-
1. Paste the common alert schema into the **Request Body JSON Schema** field from the following JSON.
39-
```json
40-
{
38+
1. Paste the common alert schema into the **Request Body JSON Schema** field from the following JSON:
39+
```json
40+
{
4141
"type": "object",
4242
"properties": {
4343
"schemaId": {
@@ -101,7 +101,7 @@ In this example, we'll use the following steps to create a Logic App that uses t
101101
}
102102
}
103103
}
104-
```
104+
```
105105
7. Select the **+** icon to insert a new step.
106106
:::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":::
107107

@@ -127,7 +127,8 @@ For example:
127127
- Enter *has condition:* and select **monitorCondition** from the **Dynamic content** list.
128128

129129
1. Enter the email address to send the alert to in the **To** field.
130-
1. Select **Save**
130+
1. Select **Save**
131+
131132
:::image type="content" source="./media/alerts-logic-apps/configure-email.png" alt-text="A screenshot showing the parameters tab for the send email action.":::
132133

133134
You've created a Logic App that will send an email to the specified address, with details from the alert that triggered it.
@@ -168,14 +169,14 @@ To trigger your Logic app, create an action group, then create an alert that use
168169
1. Select a **Subscription**, **Resource group** and **Region**.
169170
1. Enter an **Actions group name** and **Display name**
170171
1. Select the **Actions** tab.
171-
:::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, using a logic app":::
172+
:::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":::
172173
1. In the **Actions** tab under **Action type**, select **Logic App**.
173174
1. In the **Logic App** section, select your logic app from the dropdown.
174175
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).
175176
1. Select **OK**.
176177
1. Enter a name in the **Name** field.
177178
1. Select **Review + create**, the **Create**.
178-
:::image type="content" source="./media/alerts-logic-apps/create-action-group-actions.png" alt-text="A screenshot showing the actions tab of a create action group page, using a logic app":::
179+
:::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":::
179180

180181
## Test your action group.
181182

0 commit comments

Comments
 (0)