Skip to content

Commit 3f67d62

Browse files
committed
Changing instructions
1 parent f8c1d2b commit 3f67d62

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,36 @@ Your goal is to set up a Linux virtual machine (VM) and create an activity log m
66

77
1. Sign in to the [Azure portal](https://portal.azure.com/learn.docs.microsoft.com?azure-portal=true) with the same account you used to activate the sandbox.
88

9+
1. Select your user icon in the top right corner, then go to **Switch directory** and **Switch** to **Microsoft Learn Sandbox**.
10+
911
1. On the Azure portal resource menu or under **Azure services**, select **Monitor**. The **Overview** pane for Monitor appears.
1012

1113
1. In the Monitor menu, select **Alerts**. The **Monitor | Alerts** pane appears.
1214

13-
1. On the command bar, select **Create +** and select **Alert rule**. The **Create an alert rule** pane appears with the **Scope** section open and the **Select a resource** pane open on the right-hand side of your screen.
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.
1416

15-
1. In the **Resource type** dropdown list, search for and select **Virtual machines**.
17+
1. In the **Resource types** dropdown list, search for and select **Virtual machines**.
1618

1719
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**.
1820

1921
:::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.":::
2022

21-
1. The **Create an alert rule** pane reappears with the Scope target resource showing **All Virtual machines**. Select the **Condition** tab. The **Select a signal** pane appears.
23+
1. Back on the **Create an alert rule** pane, the Scope target resource now shows **All Virtual machines**. Select the **Condition** tab.
2224

23-
1. Select the **See all signals** link, then search for and select **Delete Virtual Machine (Virtual Machines)**. Select **Apply**
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**
2426

25-
1. The **Create an alert rule** pane reappears. You want to receive alerts of all types, so leave **Alert logic** settings at their default of **All selected**. Leave the **Create an alert rule** pane open for the next section.
27+
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.
2628

2729
## Add an email alert action
2830

2931
For the previous Azure Monitor alert, you didn't add any actions. You just viewed triggered alerts in the Azure portal. Actions let you send an email for notifications, to trigger an Azure function, or to call a webhook. In this exercise, we're adding an email alert when VMs are deleted.
3032

31-
1. On the **Create an alert rule** pane, select the **Next: Actions** button, and select **Use action groups**.
33+
1. On the **Create an alert rule** pane, select the **Next: Actions** button.
3234

33-
1. Select **Create action group** in the **Select action group** pane. The **Create an action group** pane appears.
35+
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.
3436

37+
1. Select **+ Create action group**.
38+
<!-- I'm here! -->
3539
1. On the **Basics** tab, enter the following values for each setting.
3640

3741
| Setting | Value |

0 commit comments

Comments
 (0)