From e7320193641b06f4b507429c245836192655deb6 Mon Sep 17 00:00:00 2001 From: Michael King <86289390+MichaelGKing@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:40:43 +1000 Subject: [PATCH] Fixed naming for resource group to align with previous sections. --- 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 8a30e6db..c176fc85 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -265,7 +265,7 @@ You can configure Azure DNS to resolve host names in your public domain. For exa | Property | Value | |:---------|:---------| | Subscription | **Select your subscription** | - | Resource group | **az-104-rg4** | + | Resource group | **az104-rg4** | | Name | `contoso.com` (if reserved adjust the name) | | Region |**East US** (review the informational icon) | @@ -308,7 +308,7 @@ A private DNS zone provides name resolution services within virtual networks. A | Property | Value | |:---------|:---------| | Subscription | **Select your subscription** | - | Resource group | **az-104-rg4** | + | Resource group | **az104-rg4** | | Name | `private.contoso.com` (adjust if you had to rename) | | Region |**East US** | @@ -374,3 +374,4 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + 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. +