From dbcb40da71909deb60c4e7c1d697cdee0725c9f7 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:56:01 -0800 Subject: [PATCH] Update LAB_05-Implement_Intersite_Connectivity.md --- ...LAB_05-Implement_Intersite_Connectivity.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/New Instructions/Lab/LAB_05-Implement_Intersite_Connectivity.md b/New Instructions/Lab/LAB_05-Implement_Intersite_Connectivity.md index 3a26b5b7..9ed1efcc 100644 --- a/New Instructions/Lab/LAB_05-Implement_Intersite_Connectivity.md +++ b/New Instructions/Lab/LAB_05-Implement_Intersite_Connectivity.md @@ -274,7 +274,16 @@ In this task, you want to control network traffic between the perimeter subnet a >**Note**: You have created a user defined route to direct traffic from the DMZ to the new NVA. -## Review the main points of the lab +## 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. @@ -289,12 +298,3 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + [Distribute your services across Azure virtual networks and integrate them by using virtual network peering](https://learn.microsoft.com/en-us/training/modules/integrate-vnets-with-vnet-peering/). Use virtual network peering to enable communication across virtual networks in a way that's secure and minimally complex. + [Manage and control traffic flow in your Azure deployment with routes](https://learn.microsoft.com/training/modules/control-network-traffic-flow-with-routes/). Learn how to control Azure virtual network traffic by implementing custom routes. - -## Cleanup your resources - -If you are working with your own subscription take a minute to delete the lab resources. This ensures 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`. -