From 526dde275399d332c37c1300c4734d033c28063d Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 10 May 2024 07:41:11 -0700 Subject: [PATCH] Update LAB_11-Implement_Monitoring.md --- .../Labs/LAB_11-Implement_Monitoring.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Instructions/Labs/LAB_11-Implement_Monitoring.md b/Instructions/Labs/LAB_11-Implement_Monitoring.md index 74a1860f..fd1b9f80 100644 --- a/Instructions/Labs/LAB_11-Implement_Monitoring.md +++ b/Instructions/Labs/LAB_11-Implement_Monitoring.md @@ -249,6 +249,18 @@ If you are working with **your own subscription** take a minute to delete the la + Using Azure PowerShell, `Remove-AzResourceGroup -Name resourceGroupName`. + Using the CLI, `az group delete --name resourceGroupName`. +## Extend your learning with Copilot +Copilot can assist you in learning how to use the Azure scripting tools. Copilot can also assist in areas not covered in the lab or where you need more information. Open an Edge browser and choose Copilot (top right) or navigate to *copilot.microsoft.com*. Take a few minutes to try these prompts. + ++ What are the basic configuration steps to be alerted in Azure when a virtual machine is down? ++ How can I be notified when an Azure alert is triggered? ++ Construct an Azure Monitor query to provide virtual machine CPU performance information. + +## Learn more with self-paced training + ++ [Improve incident response with alerting on Azure](https://learn.microsoft.com/en-us/training/modules/incident-response-with-alerting-on-azure/). Respond to incidents and activities in your infrastructure through alerting capabilities in Azure Monitor. ++ [Monitor your Azure virtual machines with Azure Monitor](https://learn.microsoft.com/en-us/training/modules/monitor-azure-vm-using-diagnostic-data/). Monitor your Azure VMs by using Azure Monitor to collect and analyze VM host and client metrics and logs. + ## Key takeaways Congratulations on completing the lab. Here are the main takeaways for this lab. @@ -258,8 +270,3 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + An alert rule monitors your data and captures a signal that indicates something is happening on the specified resource. + An alert is triggered if the conditions of the alert rule are met. Several actions (email, SMS, push, voice) can be triggered. + Action groups include individuals that should be notified of an alert. - -## Learn more with self-paced training - -+ [Improve incident response with alerting on Azure](https://learn.microsoft.com/en-us/training/modules/incident-response-with-alerting-on-azure/). Respond to incidents and activities in your infrastructure through alerting capabilities in Azure Monitor. -+ [Monitor your Azure virtual machines with Azure Monitor](https://learn.microsoft.com/en-us/training/modules/monitor-azure-vm-using-diagnostic-data/). Monitor your Azure VMs by using Azure Monitor to collect and analyze VM host and client metrics and logs.