Skip to content

Commit 97053f2

Browse files
committed
Fix custom properties screenshot
1 parent fbe2dcd commit 97053f2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

articles/azure-monitor/alerts/alerts-create-new-alert-rule.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ To edit an existing alert rule:
275275
276276
1. On the **Actions** tab, select or create the required [action groups](./action-groups.md).
277277
278+
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-rule-actions-tab.png" alt-text="Screenshot that shows the Actions tab when creating a new alert rule.":::
279+
278280
### Set the alert rule details
279281
280282
1. On the **Details** tab, define the **Project details**.
@@ -366,15 +368,15 @@ To edit an existing alert rule:
366368
1. Select **Enable upon creation** for the alert rule to start running as soon as you're done creating it.
367369
---
368370
369-
1. <a name="custom-props"></a>(Optional) In the **Custom properties**, if you've configured action groups for this alert rule, you can add your own properties to include in the alert notification payload. You can use these properties in the actions called by the action group, such as webhook, Azure function or logic app actions.
371+
1. <a name="custom-props"></a>(Optional) In the **Custom properties** section, if you've configured action groups for this alert rule, you can add your own properties to include in the alert notification payload. You can use these properties in the actions called by the action group, such as webhook, Azure function or logic app actions.
370372
371373
The custom properties are specified as key:value pairs, using either static text, a dynamic value extracted from the alert payload, or a combination of both.
372374
373375
The format for extracting a dynamic value from the alert payload is: `${<path to schema field>}`. For example: ${data.essentials.monitorCondition}.
374376
375377
Use the [common alert schema](alerts-common-schema.md) format to specify the field in the payload, whether or not the action groups configured for the alert rule use the common schema.
376378
377-
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-rule-actions-tab.png" alt-text="Screenshot that shows the Actions tab when creating a new alert rule.":::
379+
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-rule-custom-props.png" alt-text="Screenshot that shows the custom properties section of creating a new alert rule.":::
378380
379381
In the following examples, values in the **custom properties** are used to utilize data from a payload that uses the common alert schema:
380382
-14.1 KB
Loading
40.6 KB
Loading

0 commit comments

Comments
 (0)