Skip to content

Commit 60dc3bf

Browse files
Merge pull request #309370 from yash177-maker1/docs-editor/native-dns-forward-lookup-zone-1765475201
Update native-dns-forward-lookup-zone.md
2 parents 2618b8b + 05c32e4 commit 60dc3bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/azure-vmware/native-dns-forward-lookup-zone.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@ After deploying the Azure DNS Private Resolver, you must create a forward lookup
100100

101101
To configure the forward lookup zone:
102102

103-
1. **Identify the DNS zone name** for your private cloud. The zone is typically derived from the Fully Qualified Domain Name (FQDN) of the vCenter Server. For example, if the vCenter Server URL is `https://vc123.avs.com`, the DNS zone name is `avs.com` (everything after `vc123`).
103+
1. **Identify the DNS zone name** for your private cloud. The zone is typically derived from the Fully Qualified Domain Name (FQDN) of the vCenter Server. For example, if the vCenter Server URL is `https://vc123.avs.azure.com`, the DNS zone name is `avs.azure.com` (everything after `vc123`).
104104

105105
2. **Create a forward lookup zone** in your DNS solution (either your on-premises DNS server or a DNS server you deployed in the Azure Virtual Network of the private cloud). Use the DNS zone name identified above.
106106

107107
3. **Configure a forwarder** in that lookup zone. Point the zone to the IP address of the inbound endpoint of the Azure DNS Private Resolver that you deployed in the Virtual Network of the private cloud. This ensures that any DNS queries for private cloud FQDNs are forwarded to the Azure DNS Private Resolver.
108108

109109
**Example**:
110110

111-
vCenter Server URL: `https://vc123.avs.com`
111+
vCenter Server URL: `https://vc123.avs.azure.com`
112112

113-
Forward lookup zone to create: `avs.com`
113+
Forward lookup zone to create: `avs.azure.com`
114114

115115
Forwarder target: IP address of your Azure DNS Private Resolver inbound endpoint
116116

0 commit comments

Comments
 (0)