Update LAB_04-Implement_Virtual_Networking.md

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

View File

@ -337,6 +337,14 @@ A private DNS zone provides name resolution services within virtual networks. A
>**Note:** In a real-world scenario, you'd enter the IP address for a specific manufacturing virtual machine.
## 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.
@ -355,10 +363,3 @@ Congratulations on completing the lab. Here are the main takeaways for this lab.
+ [Secure and isolate access to Azure resources by using network security groups and service endpoints](https://learn.microsoft.com/training/modules/secure-and-isolate-with-nsg-and-service-endpoints/). Network security groups and service endpoints help you secure your virtual machines and Azure services from unauthorized network access.
+ [Host your domain on Azure DNS](https://learn.microsoft.com/training/modules/host-domain-azure-dns/). Create a DNS zone for your domain name. Create DNS records to map the domain to an IP address. Test that the domain name resolves to your web server.
## 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`.