Update LAB_05-Implement_Intersite_Connectivity.md

This commit is contained in:
staleycyn 2024-02-13 09:56:01 -08:00 committed by GitHub
parent 609d0fd186
commit dbcb40da71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`.