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/devtest-labs/create-alerts.md
+23-18Lines changed: 23 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ ms.author: rosemalcolm
6
6
author: RoseHJM
7
7
ms.date: 07/10/2020
8
8
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.
9
11
---
10
12
11
13
# 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
15
17
In this example, you create an alert for all administrative operations on a lab with an action that sends an email to subscription owners.
16
18
17
19
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":::
19
23
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.
1. Filter by **event level** (Verbose, Informational, Warning, Error, Critical, All), **status** (Failed, Started, Succeeded), and **who initiated** the event.
37
42
1. Select **Done** to complete configuring the condition.
38
43
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":::
40
45
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**.
41
46
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":::
43
48
1. Select **Create action group** link on the toolbar.
44
49
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":::
46
51
1. On the **Add action group** page, follow these steps:
47
52
1. Enter a **name** for the action group.
48
53
1. Enter a **short name** for the action group.
49
54
1. Select the **resource group** in which you want the alert to be created.
50
55
1. Enter a **name for the action**.
51
56
1. Select the **action type** (in this example, **Email Azure Resource Manager Role**).
52
57
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":::
54
59
1. On the **Email Azure Resource Manager Role** page, select the role. In this example, it's **Owner**. Then, select **OK**.
- 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).
0 commit comments