Merge pull request #1011 from MichaelGKing/patch-1

Fixed naming for resource group to align with previous sections.
This commit is contained in:
staleycyn 2025-09-26 07:39:28 -07:00 committed by GitHub
commit c20816e7b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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