Skip to content

Commit bf21d75

Browse files
authored
Merge pull request #198208 from greg-lindsay/release-dns-private-resolver
correct alt text
2 parents 83d5c61 + e824ca4 commit bf21d75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/dns/dns-private-resolver-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: greglin
1313

1414
# What is Azure DNS Private Resolver?
1515

16-
Azure DNS Private Resolver is a new service that enables you to query Azure DNS private zones from an on-prem environment and vice versa without deploying VM based DNS servers.
16+
Azure DNS Private Resolver is a new service that enables you to query Azure DNS private zones from an on-premises environment and vice versa without deploying VM based DNS servers.
1717

1818
> [!IMPORTANT]
1919
> Azure DNS Private Resolver is currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
@@ -34,9 +34,9 @@ The DNS query process when using an Azure DNS Private Resolver is summarized bel
3434
8. If multiple matches are present, the longest suffix is used.
3535
9. If no match is found, no DNS forwarding occurs and Azure DNS is used to resolve the query.
3636

37-
The architecture for Azure DNS Private Resolver is summarized in the following figure. DNS resolution between Azure virtual networks and on-prem networks requires [Azure ExpressRoute](/azure/expressroute/expressroute-introduction) or a [VPN](/azure/vpn-gateway/vpn-gateway-about-vpngateways).
37+
The architecture for Azure DNS Private Resolver is summarized in the following figure. DNS resolution between Azure virtual networks and on-premises networks requires [Azure ExpressRoute](/azure/expressroute/expressroute-introduction) or a [VPN](/azure/vpn-gateway/vpn-gateway-about-vpngateways).
3838

39-
[ ![Azure Private DNS Resolver architecture](./media/dns-resolver-overview/resolver-architecture.png) ](./media/dns-resolver-overview/resolver-architecture.png#lightbox)
39+
[ ![Azure DNS Private Resolver architecture](./media/dns-resolver-overview/resolver-architecture.png) ](./media/dns-resolver-overview/resolver-architecture.png#lightbox)
4040

4141
Figure 1: Azure DNS Private Resolver architecture
4242

@@ -49,7 +49,7 @@ For more information about creating a private DNS resolver, see:
4949
Azure DNS Private Resolver provides the following benefits:
5050
* Fully managed: Built-in high availability, zone redundancy.
5151
* Cost reduction: Reduce operating costs and run at a fraction of the price of traditional IaaS solutions.
52-
* Private access to your Private DNS Zones: Conditionally forward to and from on-prem.
52+
* Private access to your Private DNS Zones: Conditionally forward to and from on-premises.
5353
* Scalability: High performance per endpoint.
5454
* DevOps Friendly: Build your pipelines with Terraform, ARM, or Bicep.
5555

@@ -74,11 +74,11 @@ Azure DNS Private Resolver is available in the following regions:
7474

7575
### Inbound endpoints
7676

77-
An inbound endpoint enables name resolution from on-prem or other private locations via an IP address that is part of your private virtual network address space. This endpoint requires a subnet in the VNet where it’s provisioned. The subnet can only be delegated to **Microsoft.Network/dnsResolvers** and can't be used for other services. DNS queries received by the inbound endpoint will ingress to Azure. You can resolve names in scenarios where you have Private DNS Zones, including VMs that are using auto registration, or Private Link enabled services.
77+
An inbound endpoint enables name resolution from on-premises or other private locations via an IP address that is part of your private virtual network address space. This endpoint requires a subnet in the VNet where it’s provisioned. The subnet can only be delegated to **Microsoft.Network/dnsResolvers** and can't be used for other services. DNS queries received by the inbound endpoint will ingress to Azure. You can resolve names in scenarios where you have Private DNS Zones, including VMs that are using auto registration, or Private Link enabled services.
7878

7979
### Outbound endpoints
8080

81-
An outbound endpoint enables conditional forwarding name resolution from Azure to on-prem, other cloud providers, or external DNS servers. This endpoint requires a dedicated subnet in the VNet where it’s provisioned, with no other service running in the subnet, and can only be delegated to **Microsoft.Network/dnsResolvers**. DNS queries sent to the outbound endpoint will egress from Azure.
81+
An outbound endpoint enables conditional forwarding name resolution from Azure to on-premises, other cloud providers, or external DNS servers. This endpoint requires a dedicated subnet in the VNet where it’s provisioned, with no other service running in the subnet, and can only be delegated to **Microsoft.Network/dnsResolvers**. DNS queries sent to the outbound endpoint will egress from Azure.
8282

8383
## Virtual network links
8484

0 commit comments

Comments
 (0)