Skip to content

Commit f6103ba

Browse files
authored
Merge pull request #180437 from bwren/vmi-action-rule
VM insights guest health alert processing rule
2 parents 4093689 + 12135fa commit f6103ba

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed
89.6 KB
Loading
58.2 KB
Loading
76.5 KB
Loading
81.3 KB
Loading
176 KB
Loading

articles/azure-monitor/vm/vminsights-health-alerts.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,26 @@ Notification received at time t2
8080
- To know more about this state transition: Navigation link to the state transition happened at time t2.
8181

8282
## Configure notifications
83-
To be proactively notified of an alert triggered by guest health, create an [action group](../alerts/action-groups.md) to define the different actions to perform such as sending an SMS message or starting a Logic App. Then create an [action rule](../alerts/alerts-action-rules.md) that specifies the scope of monitors and virtual machines and uses that action group.
83+
To be proactively notified of an alert triggered by guest health, create an [action group](../alerts/action-groups.md) to define the different actions to perform such as sending an SMS message or starting a Logic App. Then create an [alert processing rule](../alerts/alerts-action-rules.md) that specifies the scope of monitors and virtual machines and uses that action group.
8484

85-
In the **Monitor** menu in the Azure portal, select **Alerts**. Select **Manage actions** and then **Action rules (preview)**.
85+
In the **Monitor** menu in the Azure portal, select **Alerts** and then **Alert processing rules (preview)**.
86+
:::image type="content" source="media/vminsights-health-alerts/alerts-view.png" alt-text="Alerts view" lightbox="media/vminsights-health-alerts/alerts-view.png":::
8687

87-
![New action rule](media/vminsights-health-alerts/action-rule-new.png)
88+
Click **Create** to create a new alert processing rule.
8889

89-
Click **New action rule** to create a new rule. Click **Select** next to scope and select either a subscription, resource group, or one or more specific virtual machines. The notification will only be fired for virtual machines that fall within the scope.
90+
:::image type="content" source="media/vminsights-health-alerts/alert-processing-rule-new.png" alt-text="New alert processing rule" lightbox="media/vminsights-health-alerts/alert-processing-rule-new.png":::
9091

91-
![Action rule scope](media/vminsights-health-alerts/action-rule-scope.png)
92+
On the **Scope tab**, click **Select scope** and select either a subscription, resource group, or one or more specific virtual machines. The notification will only be fired for virtual machines that fall within the scope. Add a filter where **Monitor service Equals VM Insights - Health**. Add other filters to specify the particular alerts that should trigger the notification. For example, you can use **Severity** to match alerts from all monitors that match a particular severity.
9293

93-
Click **Add** next to **Filter**. Create a filter where **Monitor service Equals VM Insights - Health**. Add other filters to specify the particular alerts that should trigger the notification. For example, you can use **Severity** to match alerts from all monitors that match a particular severity.
94+
:::image type="content" source="media/vminsights-health-alerts/alert-processing-rule-scope.png" alt-text="Alert processing rule scope" lightbox="media/vminsights-health-alerts/alert-processing-rule-scope.png":::
9495

95-
![Action rule filter](media/vminsights-health-alerts/action-rule-filter.png)
96+
Select the **Rule settings** tab, and select **Apply action group** for the **Rule type**. Click **Add action groups** and then select the action group to associate with the monitor. Give the rule a name and select the resource group it should be saved in. Click **Create** to create the rule.
9697

97-
In **Define on this scope**, select **Action group** and then select the action group to associate with the monitor. Give the rule a name and select the resource group it should be saved in. Click **Create** to create the rule.
98+
:::image type="content" source="media/vminsights-health-alerts/alert-processing-rule-settings.png" alt-text="Alert processing rule settings" lightbox="media/vminsights-health-alerts/alert-processing-rule-settings.png":::
9899

99-
![Action rule](media/vminsights-health-alerts/action-rule.png)
100+
Select the **Details** tab. Select a **Subscription** and **Resource group** to store the alert processing rule and provide a descriptive **Rule name**. Click **Remove + create** to create and enable the alert processing rule.
100101

102+
:::image type="content" source="media/vminsights-health-alerts/alert-processing-rule-details.png" alt-text="Alert processing rule details" lightbox="media/vminsights-health-alerts/alert-processing-rule-details.png":::
101103

102104
## Next steps
103105

0 commit comments

Comments
 (0)