From 5df00bb6963b511f5cd83ca734da2e3f9105f5cb Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Thu, 4 Jan 2024 08:13:33 -0800 Subject: [PATCH] Update LAB_04-Implement_Virtual_Networking.md --- New Instructions/Lab/LAB_04-Implement_Virtual_Networking.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/New Instructions/Lab/LAB_04-Implement_Virtual_Networking.md b/New Instructions/Lab/LAB_04-Implement_Virtual_Networking.md index 54934369..12f9694f 100644 --- a/New Instructions/Lab/LAB_04-Implement_Virtual_Networking.md +++ b/New Instructions/Lab/LAB_04-Implement_Virtual_Networking.md @@ -234,7 +234,5 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. 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`.