From 771fde4f771decfdc3e9b63eb3919bef59bbe581 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 2 Jan 2024 18:57:11 -0800 Subject: [PATCH] Update LAB_11-Implement_Monitoring.md --- New Instructions/Lab/LAB_11-Implement_Monitoring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/New Instructions/Lab/LAB_11-Implement_Monitoring.md b/New Instructions/Lab/LAB_11-Implement_Monitoring.md index d54bfd82..3747556e 100644 --- a/New Instructions/Lab/LAB_11-Implement_Monitoring.md +++ b/New Instructions/Lab/LAB_11-Implement_Monitoring.md @@ -215,8 +215,7 @@ In this task, you will use Azure Monitor to query the data captured from the vir 1. Notice the canned queries that are available. **Run** the **Count heartbeats** query. -1. In the query window, replace the query and then click **Run**, and review the resulting chart: - +1. In the query window, replace the query with this one, and then click **Run**. Review the resulting chart. ```sh // Virtual Machine available memory // Chart the VM's available memory over the last hour. @@ -226,6 +225,7 @@ In this task, you will use Azure Monitor to query the data captured from the vir | project TimeGenerated, Name, Val | render timechart ``` + 1. As you have time, review and run other queries. Notice you can configure an alert rule based on a query. ## Review the main points of the lab