Update LAB_11-Implement_Monitoring.md

This commit is contained in:
staleycyn 2024-01-02 18:57:11 -08:00 committed by GitHub
parent ce5fb29200
commit 771fde4f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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