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
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-logic-apps.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ This example creates a logic app that uses the [common alerts schema](./alerts-c
106
106
}
107
107
```
108
108
109
-
:::image type="content" source="./media/alerts-logic-apps/configure-http-request-received.png" alt-text="Screenshot that shows the Parameters tab for the When a HTTP request is received pane.":::
109
+
:::image type="content" source="./media/alerts-logic-apps/configure-http-request-received.png" alt-text="Screenshot that shows the Parameters tab for the When an HTTP request is received pane.":::
110
110
111
111
1. (Optional). You can customize the alert notification by extracting information about the affected resource on which the alert fired, for example, the resource's tags. You can then include those resource tags in the alert payload and use the information in your logical expressions for sending the notifications. To do this step, we will:
112
112
- Create a variable for the affected resource IDs.
@@ -131,15 +131,18 @@ This example creates a logic app that uses the [common alerts schema](./alerts-c
To find your resource type's api version, select the **JSON view** link on the top right-hand side of the resource overview page.
138
+
The **Resource JSON** page is displayed with the **ResourceID** and **API version** at the top of the page.
136
139
137
140
The dynamic content now includes tags from the affected resource. You can use those tags when you configure your notifications as described in the following steps.
138
141
139
142
1. Send an email or post a Teams message.
140
143
1. Select **+** > **Add an action** to insert a new step.
141
144
142
-
:::image type="content" source="./media/alerts-logic-apps/configure-http-request-received.png" alt-text="Screenshot that shows the parameters for When a HTTP request is received.":::
145
+
:::image type="content" source="./media/alerts-logic-apps/configure-http-request-received.png" alt-text="Screenshot that shows the parameters for When an HTTP request is received.":::
0 commit comments