From a36ca14526ea61feb8ee9ae2534c3ce6b85d78d5 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Mon, 19 May 2025 10:03:20 -0700 Subject: [PATCH] Update LAB_11-Implement_Monitoring.md --- Instructions/Labs/LAB_11-Implement_Monitoring.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_11-Implement_Monitoring.md b/Instructions/Labs/LAB_11-Implement_Monitoring.md index dad9800b..3d79db33 100644 --- a/Instructions/Labs/LAB_11-Implement_Monitoring.md +++ b/Instructions/Labs/LAB_11-Implement_Monitoring.md @@ -227,7 +227,7 @@ In this task, you will use Azure Monitor to query the data captured from the vir 1. You should receive a heartbeat count for when the virtual machine was running. -1. Review the query. This query uses the *heartbeat* table. +1. On the right side of the screen select the drop down next to **Simple mode**, choose **KQL mode**. Review the query. This query uses the *heartbeat* table. 1. Replace the query with this one, and then click **Run**. Review the resulting chart. @@ -239,6 +239,8 @@ In this task, you will use Azure Monitor to query the data captured from the vir | render timechart ``` + >**Note:** If the query does not paste correctly, try pasting into Notepad and then copying and re-pasting into the query field. + 1. As you have time, review and run other queries. >**Did you know?**: If you want to practice with other queries, there is a [Log Analytics Demo Environment](https://learn.microsoft.com/azure/azure-monitor/logs/log-analytics-tutorial#open-log-analytics).