Fixed naming for resource group to align with previous sections.

This commit is contained in:
Michael King 2025-09-26 11:40:43 +10:00 committed by GitHub
parent abb16016c4
commit e732019364
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 | | Property | Value |
|:---------|:---------| |:---------|:---------|
| Subscription | **Select your subscription** | | Subscription | **Select your subscription** |
| Resource group | **az-104-rg4** | | Resource group | **az104-rg4** |
| Name | `contoso.com` (if reserved adjust the name) | | Name | `contoso.com` (if reserved adjust the name) |
| Region |**East US** (review the informational icon) | | 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 | | Property | Value |
|:---------|:---------| |:---------|:---------|
| Subscription | **Select your subscription** | | Subscription | **Select your subscription** |
| Resource group | **az-104-rg4** | | Resource group | **az104-rg4** |
| Name | `private.contoso.com` (adjust if you had to rename) | | Name | `private.contoso.com` (adjust if you had to rename) |
| Region |**East US** | | 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. + 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.