diff --git a/New Instructions/Lab/LAB_11-Implement_Monitoring.md b/New Instructions/Lab/LAB_11-Implement_Monitoring.md index 36cda5d1..899a5205 100644 --- a/New Instructions/Lab/LAB_11-Implement_Monitoring.md +++ b/New Instructions/Lab/LAB_11-Implement_Monitoring.md @@ -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`. -