From c4a5a57c0ba0b6774618247a8c7d2ae767bb745d Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:58:06 -0700 Subject: [PATCH] Update LAB_04-Implement_Virtual_Networking.md --- Instructions/Labs/LAB_04-Implement_Virtual_Networking.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md index 4c729256..ad5e935c 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -179,6 +179,8 @@ In this task, we create an Application Security Group and a Network Security Gro 1. In the Azure portal, search for and select `Network security groups`. +>**Note:** You can also locate this resource using the Azure portal menu (icon top left). Select **Create a resource** and then in the **Networking** blade, select **Network security group**. + 1. Select **+ Create** and provide information on the **Basics** tab. | Setting | Value | @@ -370,3 +372,4 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + A network security group contains security rules that allow or deny network traffic. There are default incoming and outgoing rules which you can customize to your needs. + Application security groups are used to protect groups of servers with a common function, such as web servers or database servers. + Azure DNS is a hosting service for DNS domains that provides name resolution. You can configure Azure DNS to resolve host names in your public domain. You can also use private DNS zones to assign DNS names to virtual machines (VMs) in your Azure virtual networks. +