You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dns/dns-private-resolver-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.author: greglin
13
13
14
14
# What is Azure DNS Private Resolver?
15
15
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.
17
17
18
18
> [!IMPORTANT]
19
19
> 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
34
34
8. If multiple matches are present, the longest suffix is used.
35
35
9. If no match is found, no DNS forwarding occurs and Azure DNS is used to resolve the query.
36
36
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).
38
38
39
-
[](./media/dns-resolver-overview/resolver-architecture.png#lightbox)
39
+
[](./media/dns-resolver-overview/resolver-architecture.png#lightbox)
40
40
41
41
Figure 1: Azure DNS Private Resolver architecture
42
42
@@ -49,7 +49,7 @@ For more information about creating a private DNS resolver, see:
49
49
Azure DNS Private Resolver provides the following benefits:
50
50
* Fully managed: Built-in high availability, zone redundancy.
51
51
* 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.
53
53
* Scalability: High performance per endpoint.
54
54
* DevOps Friendly: Build your pipelines with Terraform, ARM, or Bicep.
55
55
@@ -74,11 +74,11 @@ Azure DNS Private Resolver is available in the following regions:
74
74
75
75
### Inbound endpoints
76
76
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.
78
78
79
79
### Outbound endpoints
80
80
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.
0 commit comments