From 5102acda24d8a3a541fb53262eb01b749e8ccea4 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:07:20 -0800 Subject: [PATCH] Update LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md --- ...AB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md b/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md index 15387d0f..85a601f6 100644 --- a/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md +++ b/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md @@ -208,4 +208,10 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. ## Cleanup your resources -If you are working with your own subscription take a minute to delete the lab resource group. This will ensure resources are freed up and cost is minimized. +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`.