mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update LAB_11-Implement_Monitoring.md
This commit is contained in:
parent
a1866d48eb
commit
526dde2753
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user