Skip to content

Commit e86f50d

Browse files
committed
Changing instructions
1 parent 3f67d62 commit e86f50d

File tree

1 file changed

+47
-40
lines changed

1 file changed

+47
-40
lines changed

learn-pr/azure/incident-response-with-alerting-on-azure/includes/8-exercise-activity-log-alerts.md

Lines changed: 47 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,19 @@ Your goal is to set up a Linux virtual machine (VM) and create an activity log m
1212

1313
1. In the Monitor menu, select **Alerts**. The **Monitor | Alerts** pane appears.
1414

15-
1. On the command bar, select **+ Create** and select **Alert rule**. The **Create an alert rule** pane appears in the background with the **Scope** section open, and the **Select a resource** overlay pane open on the right-hand side of your screen.
15+
1. On the command bar, select **+ Create** and select **Alert rule** from the dropdown list. The **Create an alert rule** pane appears in the background with the **Scope** section open, and the **Select a resource** overlay pane on the right-hand side of your screen.
1616

17-
1. In the **Resource types** dropdown list, search for and select **Virtual machines**.
17+
1. On the **Select a resource** overlay pane in the **Resource types** dropdown list, search for and select **Virtual machines**.
1818

1919
1. You want an alert when any virtual machine in your resource group is deleted. Select the box for the **<rgn>[sandbox resource group name]</rgn>** resource group, then select **Apply**.
2020

2121
:::image type="content" source="../media/7-alert-select-resource.png" alt-text="Screenshot that shows the Select a scope pane with the sandbox resource group selected.":::
2222

2323
1. Back on the **Create an alert rule** pane, the Scope target resource now shows **All Virtual machines**. Select the **Condition** tab.
2424

25-
1. Select the **See all signals** link, which opens the **Select a signal** overlay pane to the right-hand side of your screen. Search for and select **Delete Virtual Machine (Virtual Machines)**. Select **Apply**
25+
1. On the **Condition** tab, select the **See all signals** link, which opens the **Select a signal** overlay pane to the right-hand side of your screen.
26+
27+
1. On the **Select a signal** overlay pane, search for and select **Delete Virtual Machine (Virtual Machines)**, then select **Apply**
2628

2729
1. You're back on the **Create an alert rule** pane. To receive alerts of all types, leave **Alert logic** settings at their default of **All selected**. Leave the **Create an alert rule** pane open for the next section.
2830

@@ -34,41 +36,41 @@ For the previous Azure Monitor alert, you didn't add any actions. You just viewe
3436

3537
1. Close the **Use quick actions (preview)** overlay pane. Then, select **Use action group** on the **Actions** tab. The **Select action groups** overlay pane appears.
3638

37-
1. Select **+ Create action group**.
38-
<!-- I'm here! -->
39+
1. On the **Select action groups** overlay pane, select **+ Create action group**.
40+
3941
1. On the **Basics** tab, enter the following values for each setting.
4042

41-
| Setting | Value |
42-
|---------|---------|
43-
| **Project details** |
44-
| Subscription | **Concierge Subscription** |
45-
| Resource group | From the dropdown list, select your sandbox resource group |
46-
| Region | **Global** (default) |
47-
| **Instance details** |
48-
| Action group name | **Alert the operations team** |
49-
| Display name | **AlertOps** |
43+
| Setting | Value |
44+
|----------------------|-------------------------------------------------------------|
45+
| **Project details** | |
46+
| Subscription | **Concierge Subscription** |
47+
| Resource group | From the dropdown list, select your sandbox resource group. |
48+
| Region | **Global** (default) |
49+
| **Instance details** | |
50+
| Action group name | **Alert the operations team** |
51+
| Display name | **AlertOps** |
5052

51-
1. Select **Next: Notifications**, and enter the following values for each setting.
53+
1. Select **Next: Notifications** and enter the following values for each setting.
5254

53-
| Setting | Value |
54-
|---------|---------|
55+
| Setting | Value |
56+
|-------------------|-----------------------------------------|
5557
| Notification type | Select **Email/SMS message/Push/Voice** |
56-
| Name | **VM was deleted** |
58+
| Name | **VM was deleted** |
5759

58-
1. The **Email/SMS message/Push/Voice** pane appears automatically. If it didn't, select the **Edit** pencil icon.
60+
1. The **Email/SMS message/Push/Voice** overlay pane appears automatically on the right-hand side of the screen. If it didn't, select the **Edit** pencil icon.
5961

60-
1. Select **Email**, and in the **Email** box, enter your email address, and then select **OK**.
62+
1. On the **Email/SMS message/Push/Voice** overlay pane, select **Email**. Then, in the **Email** field, enter your email address and select **OK**.
6163

62-
1. Select **Review + create** to validate your input.
64+
1. Back on the **Create action group** pane, select **Review + create** to validate your input.
6365

6466
1. Select **Create**.
6567

6668
1. The **Create an alert rule** pane reappears. Select **Next: Details** and enter the following values for each setting.
6769

68-
| Setting | Value |
69-
|---------|---------|
70-
| Alert rule name | **VM was deleted** |
71-
| Description | **A VM in your resource group was deleted** |
70+
| Setting | Value |
71+
|-----------------|---------------------------------------------|
72+
| Alert rule name | **VM was deleted** |
73+
| Description | **A VM in your resource group was deleted** |
7274

7375
1. Expand the **Advanced options** section and confirm that **Enable alert rule upon creation** is selected.
7476

@@ -78,9 +80,9 @@ For the previous Azure Monitor alert, you didn't add any actions. You just viewe
7880

7981
Recipients added to the configured action group (operations team) receive a notification:
8082

81-
- When they're added to the action group
82-
- When the alert is activated
83-
- When the alert is triggered
83+
* When they're added to the action group
84+
* When the alert is activated
85+
* When the alert is triggered
8486

8587
It can take up to five minutes for an activity log alert rule to become active. In this exercise, if you delete the virtual machine before the rule deploys, the alert rule might not be triggered. Because of this delay, you might not see the same results in the following steps after you delete the VM.
8688

@@ -119,28 +121,33 @@ In the exercise, you set up an Ubuntu VM and created an activity log rule to det
119121
We're going to schedule a one-time, overnight, planned maintenance. It starts in the evening and continues until the next morning.
120122

121123
1. In the Azure portal resource menu, select **Monitor**, select **Alerts** in the menu on the left, and select **Alert processing rules** in the menu bar.
124+
122125
1. Select **+ Create**.
126+
123127
1. Check the box for your sandbox resource group as the scope of the alert processing rule, then select **Apply**.
128+
124129
1. Select **Next: Rule settings**, then select **Suppress notifications**.
130+
125131
1. Select **Next: Scheduling**.
132+
126133
1. By default, the rule works all the time, unless you disable it. We're going to define the rule to suppress notifications for a one-time overnight planned maintenance.
127134
Enter these settings for the scheduling of the alert processing rule:
128135

129-
| Setting | Value |
130-
|---------|---------|
131-
|Apply the rule |At a specific time|
132-
|Start|Enter today's date at 10pm.|
133-
|End|Enter tomorrow's date at 7am.|
134-
|Time zone|Select the local timezone.|
136+
| Setting | Value |
137+
|----------------|-------------------------------|
138+
| Apply the rule | At a specific time |
139+
| Start | Enter today's date at 10pm. |
140+
| End | Enter tomorrow's date at 7am. |
141+
| Time zone | Select the local timezone. |
135142

136143
:::image type="content" source="../media/8-alert-processing-rule-schedule.png" alt-text="Screenshot of the scheduling section of an alert processing rule." lightbox="../media/8-alert-processing-rule-schedule.png":::
137144

138145
1. Select **Next: Details** and enter these settings:
139146

140-
| Setting | Value |
141-
|---------|---------|
142-
|Resource group |Select your sandbox resource group. |
143-
|Rule name|**Planned Maintenance**|
144-
|Description|**Suppress notifications during planned maintenance.**|
147+
| Setting | Value |
148+
|----------------|--------------------------------------------------------|
149+
| Resource group | Select your sandbox resource group. |
150+
| Rule name | **Planned Maintenance** |
151+
| Description | **Suppress notifications during planned maintenance.** |
145152

146-
1. Select **Review + create** to validate your input, then select **Create**.
153+
1. Select **Review + create** to validate your input, then select **Create**.

0 commit comments

Comments
 (0)