You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
{
41
41
"type": "object",
42
42
"properties": {
43
43
"schemaId": {
@@ -101,7 +101,7 @@ In this example, we'll use the following steps to create a Logic App that uses t
101
101
}
102
102
}
103
103
}
104
-
```
104
+
```
105
105
7. Select the **+** icon to insert a new step.
106
106
:::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
107
@@ -127,7 +127,8 @@ For example:
127
127
- Enter *has condition:* and select **monitorCondition** from the **Dynamic content** list.
128
128
129
129
1. Enter the email address to send the alert to in the **To** field.
130
-
1. Select **Save**
130
+
1. Select **Save**
131
+
131
132
:::image type="content" source="./media/alerts-logic-apps/configure-email.png" alt-text="A screenshot showing the parameters tab for the send email action.":::
132
133
133
134
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
168
169
1. Select a **Subscription**, **Resource group** and **Region**.
169
170
1. Enter an **Actions group name** and **Display name**
170
171
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":::
172
173
1. In the **Actions** tab under **Action type**, select **Logic App**.
173
174
1. In the **Logic App** section, select your logic app from the dropdown.
174
175
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).
175
176
1. Select **OK**.
176
177
1. Enter a name in the **Name** field.
177
178
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":::
0 commit comments