Skip to content

Commit ada37fa

Browse files
author
RoseHJM
committed
WIP
1 parent 147c25d commit ada37fa

25 files changed

+23
-18
lines changed

articles/devtest-labs/create-alerts.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.author: rosemalcolm
66
author: RoseHJM
77
ms.date: 07/10/2020
88
ms.custom: UpdateFrequency2
9+
10+
#customer intent: As a lab administrator, I want to create activity log alerts for labs in Azure DevTest Labs, so that I can respond to issues quickly.
911
---
1012

1113
# Create activity log alerts for labs in Azure DevTest Labs
@@ -15,63 +17,66 @@ This article explains how to create activity log alerts for labs in Azure DevTes
1517
In this example, you create an alert for all administrative operations on a lab with an action that sends an email to subscription owners.
1618

1719
1. Sign in to the [Azure portal](https://portal.azure.com).
18-
1. In the search bar of the Azure portal, type **Monitor**, and then select **Monitor** from the results list.
20+
1. In the Azure portal search bar, enter *Monitor*, and then select **Monitor** from the results list.
21+
22+
:::image type="content" source="./media/create-alerts/search-monitor.png" alt-text="Search for Monitor":::
1923

20-
:::image type="content" source="./media/activity-logs/search-monitor.png" alt-text="Search for Monitor":::
21-
1. Select **Alerts** on the left menu, and then select **New alert rule** on the toolbar.
24+
1. Select **Alerts** on the left menu, and then select **Create** > **Alert rule** on the toolbar.
25+
26+
:::image type="content" source="./media/create-alerts/alerts-page.png" alt-text="Alerts page":::
2227

23-
:::image type="content" source="./media/activity-logs/alerts-page.png" alt-text="Alerts page":::
2428
1. On the **Create alert rule** page, click **Select resource**.
2529

26-
:::image type="content" source="./media/activity-logs/select-resource-link.png" alt-text="Select resource for the alert":::
30+
:::image type="content" source="./media/create-alerts/select-resource-link.png" alt-text="Select resource for the alert":::
31+
2732
1. Select **DevTest Labs** for **Filter by resource type**, select your lab in the list, and then select **Done**.
2833

29-
:::image type="content" source="./media/activity-logs/select-lab-resource.png" alt-text="Select your lab as the resource":::
34+
:::image type="content" source="./media/create-alerts/select-lab-resource.png" alt-text="Select your lab as the resource":::
3035
1. Back on the **Create alert rule** page, click **Select condition**.
3136

32-
:::image type="content" source="./media/activity-logs/select-condition-link.png" alt-text="Select condition link":::
37+
:::image type="content" source="./media/create-alerts/select-condition-link.png" alt-text="Select condition link":::
3338
1. On the **Configure signal logic** page, select a signal supported by DevTest Labs.
3439

35-
:::image type="content" source="./media/activity-logs/select-signal.png" alt-text="Select signal":::
40+
:::image type="content" source="./media/create-alerts/select-signal.png" alt-text="Select signal":::
3641
1. Filter by **event level** (Verbose, Informational, Warning, Error, Critical, All), **status** (Failed, Started, Succeeded), and **who initiated** the event.
3742
1. Select **Done** to complete configuring the condition.
3843

39-
:::image type="content" source="./media/activity-logs/configure-signal-logic-done.png" alt-text="Configure signal logic - done":::
44+
:::image type="content" source="./media/create-alerts/configure-signal-logic-done.png" alt-text="Configure signal logic - done":::
4045
1. You have specified for the scope (lab) and the condition for the alert. Now, you need to specify an action group with actions to be run when the condition is met. Back on the **Create alert rule** page, choose **Select action group**.
4146

42-
:::image type="content" source="./media/activity-logs/select-action-group-link.png" alt-text="Select action group link":::
47+
:::image type="content" source="./media/create-alerts/select-action-group-link.png" alt-text="Select action group link":::
4348
1. Select **Create action group** link on the toolbar.
4449

45-
:::image type="content" source="./media/activity-logs/create-action-group-link.png" alt-text="Create action group link":::
50+
:::image type="content" source="./media/create-alerts/create-action-group-link.png" alt-text="Create action group link":::
4651
1. On the **Add action group** page, follow these steps:
4752
1. Enter a **name** for the action group.
4853
1. Enter a **short name** for the action group.
4954
1. Select the **resource group** in which you want the alert to be created.
5055
1. Enter a **name for the action**.
5156
1. Select the **action type** (in this example, **Email Azure Resource Manager Role**).
5257

53-
:::image type="content" source="./media/activity-logs/add-action-group.png" alt-text="Add action group page":::
58+
:::image type="content" source="./media/create-alerts/add-action-group.png" alt-text="Add action group page":::
5459
1. On the **Email Azure Resource Manager Role** page, select the role. In this example, it's **Owner**. Then, select **OK**.
5560

56-
:::image type="content" source="./media/activity-logs/select-role.png" alt-text="Select role":::
61+
:::image type="content" source="./media/create-alerts/select-role.png" alt-text="Select role":::
5762
1. Select **OK** on the **Add action group** page.
5863
1. Now, on the **Create alert rule** page, enter a name for the alert rule, and then select **OK**.
5964

60-
:::image type="content" source="./media/activity-logs/create-alert-rule-done.png" alt-text="Create alert rule - done":::
65+
:::image type="content" source="./media/create-alerts/create-alert-rule-done.png" alt-text="Create alert rule - done":::
6166

6267
## View alerts
6368
1. You will see alerts on the **Alerts** for all administrative operations (in this example). Alerts may take sometime to show up.
6469

65-
:::image type="content" source="./media/activity-logs/alerts.png" alt-text="Screen capture displays alerts in the Dashboard.":::
70+
:::image type="content" source="./media/create-alerts/alerts.png" alt-text="Screen capture displays alerts in the Dashboard.":::
6671
1. If you select number in a column (for example: **Total alerts**), you see the alerts that were raised.
6772

68-
:::image type="content" source="./media/activity-logs/all-alerts.png" alt-text="All alerts":::
73+
:::image type="content" source="./media/create-alerts/all-alerts.png" alt-text="All alerts":::
6974
1. If you select an alert, you see details about it.
7075

71-
:::image type="content" source="./media/activity-logs/alert-details.png" alt-text="Alert details":::
76+
:::image type="content" source="./media/create-alerts/alert-details.png" alt-text="Alert details":::
7277
1. In this example, you also receive an email with content as shown in the following example:
7378

74-
:::image type="content" source="./media/activity-logs/alert-email.png" alt-text="Alert email":::
79+
:::image type="content" source="./media/create-alerts/alert-email.png" alt-text="Alert email":::
7580

7681
## Next steps
7782
- To learn more about creating action groups using different action types, see [Create and manage action groups in the Azure portal](../azure-monitor/alerts/action-groups.md).
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)