Update LAB_11-Implement_Monitoring.md

This commit is contained in:
staleycyn 2024-02-13 09:59:24 -08:00 committed by GitHub
parent 9196d97a14
commit 759a9db6f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -241,6 +241,14 @@ In this task, you will use Azure Monitor to query the data captured from the vir
>**Note**: Notice you can configure an alert rule based on a query.
## Cleanup your resources
If you are working with **your own subscription** take a minute to delete the lab resources. This will ensure resources are freed up and cost is minimized. The easiest way to delete the lab resources is to delete the lab resource group.
+ In the Azure portal, select the resource group, select **Delete the resource group**, **Enter resource group name**, and then click **Delete**.
+ Using Azure PowerShell, `Remove-AzResourceGroup -Name resourceGroupName`.
+ Using the CLI, `az group delete --name resourceGroupName`.
## Key takeaways
Congratulations on completing the lab. Here are the main takeaways for this lab.
@ -255,12 +263,3 @@ Congratulations on completing the lab. Here are the main takeaways for this lab.
+ [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.
## Cleanup your resources
If you are working with your own subscription take a minute to delete the lab resources. This will ensure resources are freed up and cost is minimized. The easiest way to delete the lab resources is to delete the lab resource group.
+ In the Azure portal, select the resource group, select **Delete the resource group**, **Enter resource group name**, and then click **Delete**.
+ Using Azure PowerShell, `Remove-AzResourceGroup -Name resourceGroupName`.
+ Using the CLI, `az group delete --name resourceGroupName`.