Skip to content

Commit d3be83b

Browse files
committed
Module updates
1 parent 423463e commit d3be83b

11 files changed

Lines changed: 87 additions & 18 deletions

learn-pr/wwl-azure/guided-project-monitor-service-health-activity-alerts/5-validate-success.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ metadata:
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
13-
durationInMinutes: 10
13+
durationInMinutes: 2
1414
content: |
1515
[!include[](includes/5-validate-success.md)]
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.guided-project-monitor-service-health-activity-alerts.knowledge-check
3+
title: Knowledge check
4+
metadata:
5+
title: Knowledge check
6+
description: "Knowledge check"
7+
ms.date: 03/29/2026
8+
author: wwlpublish
9+
ms.author: robbarefoot
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/7-knowledge-check.md)]
16+
quiz:
17+
title: "Check your knowledge"
18+
questions:
19+
- content: "What is the purpose of an action group in Azure Monitor?"
20+
choices:
21+
- content: "To define which metrics are collected from resources."
22+
isCorrect: false
23+
explanation: "Metrics collection is configured through diagnostic settings, not action groups."
24+
- content: "To define who gets notified and how when an alert fires."
25+
isCorrect: true
26+
explanation: "An action group specifies notification targets such as email addresses, SMS numbers, or webhook endpoints that are triggered when an alert fires."
27+
- content: "To group related alert rules into a single dashboard."
28+
isCorrect: false
29+
explanation: "Action groups define notification actions, not dashboard layouts or alert groupings."
30+
- content: "What type of alert monitors Azure platform incidents and planned maintenance?"
31+
choices:
32+
- content: "Activity Log alert"
33+
isCorrect: false
34+
explanation: "Activity Log alerts monitor management operations on your resources, not platform-wide incidents."
35+
- content: "Metric alert"
36+
isCorrect: false
37+
explanation: "Metric alerts monitor resource performance metrics like CPU or memory, not platform health events."
38+
- content: "Service Health alert"
39+
isCorrect: true
40+
explanation: "Service Health alerts notify you about Azure platform incidents, planned maintenance, and health advisories that may affect your resources."
41+
- content: "What type of event does an Activity Log alert detect?"
42+
choices:
43+
- content: "Changes in resource performance metrics."
44+
isCorrect: false
45+
explanation: "Performance metrics are monitored by metric alerts, not Activity Log alerts."
46+
- content: "Management operations such as resource creation or deletion."
47+
isCorrect: true
48+
explanation: "Activity Log alerts fire when specific management operations occur, such as deleting a resource group or modifying a resource."
49+
- content: "User sign-in attempts to the Azure portal."
50+
isCorrect: false
51+
explanation: "Sign-in events are tracked in Microsoft Entra sign-in logs, not the Azure Activity Log."
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.guided-project-monitor-service-health-activity-alerts.summary
3+
title: Summary
4+
metadata:
5+
title: Summary
6+
description: "Summary"
7+
ms.date: 03/25/2026
8+
author: wwlpublish
9+
ms.author: robbarefoot
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 2
14+
content: |
15+
[!include[](includes/8-summary.md)]

learn-pr/wwl-azure/guided-project-monitor-service-health-activity-alerts/includes/2-exercise-create-action-group.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,4 @@ Send a test notification to verify the action group delivers email successfully.
6565
7. Check your email inbox for the test notification from Azure. Open the email and review its content—this is the same format you would receive during a real incident.
6666

6767
> [!NOTE]
68-
> **Validation step:** Confirm the test notification status shows **Success** and you received the email notification.
69-
70-
> [!NOTE]
68+
> **Validation step:** Confirm the test notification status shows **Success** and you received the email notification.

learn-pr/wwl-azure/guided-project-monitor-service-health-activity-alerts/includes/3-exercise-create-service-health-alert.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,4 @@ Configure an alert that watches for service incidents and planned maintenance ev
4545
12. Select **Create**.
4646

4747
> [!NOTE]
48-
> **Validation step:** Confirm the **ar-gp-service-health** alert rule is created and enabled.
49-
50-
> [!NOTE]
48+
> **Validation step:** Confirm the **ar-gp-service-health** alert rule is created and enabled.

learn-pr/wwl-azure/guided-project-monitor-service-health-activity-alerts/includes/4-exercise-create-activity-log-alert.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,4 @@ Examine the alert rules you created to understand how Azure displays their confi
6666
7. Select **Back** to return to the alert rules list.
6767

6868
> [!NOTE]
69-
> **Validation step:** Confirm both alert rules are enabled, with correct conditions and action groups attached.
70-
71-
> [!NOTE]
69+
> **Validation step:** Confirm both alert rules are enabled, with correct conditions and action groups attached.

learn-pr/wwl-azure/guided-project-monitor-service-health-activity-alerts/includes/5-validate-success.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## Validate success
2-
31
Review the validation steps you completed during the exercises. Confirm that each item below is true before moving on.
42

53
- [ ] The **ag-gp-ops-email** action group is created with email notification configured.

learn-pr/wwl-azure/guided-project-monitor-service-health-activity-alerts/includes/6-clean-up-resources.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
## Clean up resources
2-
31
Complete these steps to remove the monitoring resources you created in this project. Alert rules and action groups don't incur charges, but removing them keeps your subscription tidy.
42

53
> [!WARNING]
64
> Resource deletion is permanent. Verify that you're deleting only resources created for this guided project before you proceed.
75
8-
### Delete the alert rules
6+
## Delete the alert rules
97

108
1. In the portal search bar, search for **Monitor** and select **Monitor**.
119
2. In the left menu, select **Alerts**.
1210
3. Select **Alert rules** from the top menu bar.
1311
4. Find **ar-gp-activity-delete** in the list, select the checkbox next to it, and select **Delete**. Confirm the deletion.
1412
5. Find **ar-gp-service-health** in the list, select the checkbox next to it, and select **Delete**. Confirm the deletion.
1513

16-
### Delete the action group
14+
## Delete the action group
1715

1816
1. In **Monitor** > **Alerts**, select **Action groups** from the top menu bar.
1917
2. Find **ag-gp-ops-email** in the list, select the checkbox next to it, and select **Delete**. Confirm the deletion.
2018

21-
### Delete the resource group
19+
## Delete the resource group
2220

2321
1. In the portal search bar, search for **Resource groups** and select **Resource groups**.
2422
2. Select **rg-gp-monitoring-alerts** from the list.
@@ -27,7 +25,7 @@ Complete these steps to remove the monitoring resources you created in this proj
2725
5. In the confirmation dialog that appears, select **Delete** again to confirm.
2826
6. Wait for the notification that confirms the resource group is deleted.
2927

30-
### Verify cleanup
28+
## Verify cleanup
3129

3230
1. In the portal search bar, search for **Resource groups** and confirm **rg-gp-monitoring-alerts** no longer appears in the list.
3331
2. In **Monitor** > **Alerts** > **Alert rules**, confirm neither alert rule appears.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Choose the best response for each question.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
You completed a full guided project that mapped to a real IT operations task.
2+
3+
## What you accomplished
4+
5+
- Created an action group with email notifications for operations alerting.
6+
- Configured a Service Health alert to monitor platform incidents and planned maintenance.
7+
- Configured an Activity Log alert to detect resource deletion events.
8+
9+
## Next step
10+
11+
Repeat the project once from memory to reinforce the workflow and decision points.

0 commit comments

Comments
 (0)