From 6af7f54e0e639cb052e0de492b50df32336ff906 Mon Sep 17 00:00:00 2001 From: Eric Bland Date: Thu, 28 Aug 2025 09:09:34 -0500 Subject: [PATCH] Fix Deny Internet NSG in Mod 04 --- Instructions/Labs/LAB_04-Implement_Virtual_Networking.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md index ad5e935c..8a30e6db 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -241,11 +241,11 @@ In this task, we create an Application Security Group and a Network Security Gro | Destination | **Service tag** | | Destination service tag | **Internet** | | Service | **Custom** | - | Destination port ranges | **8080** | + | Destination port ranges | `*` | | Protocol | **Any** | | Action | **Deny** | | Priority | **4096** | - | Name | **DenyAnyCustom8080Outbound** | + | Name | `DenyInternetOutbound` | ## Task 4: Configure public and private Azure DNS zones @@ -373,3 +373,4 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + 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. +