Update LAB_11-Implement_Monitoring.md

This commit is contained in:
staleycyn 2023-12-20 06:47:48 -08:00 committed by GitHub
parent 2919a9b438
commit ad09a56404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@ There is an interactive lab simulation that you might find useful for this topic
+ Task 1: Provision the lab environment.
+ Task 2: Create the Azure activity log alert.
+ Task 3: Trigger the alert.
+ Task 4: Add an alert processing rule to the alert.
+ Task 5: Use Log Analytics to locate the alert.
+ Task 4: Add an alert rule.
+ Task 5: Use Azure Monitor and KQL queries.
## Task 1: Provision the lab environment
@ -178,7 +178,7 @@ To trigger an alert, delete the virtual machine in the resource group.
1. Select the name of one of the alerts (For example, **VM was deleted**). An **Alert details** pane appears that shows more details about the event.
## Task 5: Add an alert processing rule to the alert
## Task 5: Add an alert rule
We're going to schedule a one-time, overnight, planned maintenance. It starts in the evening and continues until the next morning.
@ -214,7 +214,7 @@ Enter these settings for the scheduling of the alert processing rule:
1. Select **Review + create** to validate your input, then select **Create**.
## Task 6: Use Azure Monitor to query the logs
## Task 6: Use Azure Monitor and KQL queries
1. In the portal, search for and select `Monitor`.