Update LAB_11-Implement_Monitoring.md

This commit is contained in:
staleycyn 2025-05-19 10:03:20 -07:00 committed by GitHub
parent dbd118de14
commit a36ca14526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).