Skip to content

Commit 1406d1b

Browse files
committed
add detail
1 parent f0dd0ed commit 1406d1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/dns/private-resolver-endpoints-rulesets.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ Rulesets have the following associations:
4242
- A ruleset can have up to 1000 DNS forwarding rules.
4343
- A ruleset can be linked to any number of virtual networks in the same region
4444

45-
A ruleset can't be linked to a virtual network in another region. When you link a ruleset to a virtual network, resources within that virtual network will use the DNS forwarding rules enabled in the ruleset. The linked virtual network must peer with the virtual network where the outbound endpoint exists. This configuration is typically used in a hub and spoke design, with spoke vnets peered to a hub vnet that has one or more private resolver endpoints. The following screenshot shows a DNS forwarding ruleset linked to two virtual networks: a hub vnet: **myeastvnet**, and a spoke vnet: **myeastspoke**.
45+
A ruleset can't be linked to a virtual network in another region.
46+
47+
When you link a ruleset to a virtual network, resources within that virtual network will use the DNS forwarding rules enabled in the ruleset. The linked virtual network must peer with the virtual network where the outbound endpoint exists. This configuration is typically used in a hub and spoke design, with spoke vnets peered to a hub vnet that has one or more private resolver endpoints. In this hub and spoke scenario, the spoke vnet does not need to be linked to the private DNS zone in order to resolve resource records in the zone, because the forwarding ruleset rule for the private zone sends queries to the hub vnet's inbound endpoint. For example: **azure.contoso.com** to **10.10.0.4**.
48+
49+
The following screenshot shows a DNS forwarding ruleset linked to two virtual networks: a hub vnet: **myeastvnet**, and a spoke vnet: **myeastspoke**.
4650

4751
![View ruleset links](./media/private-resolver-endpoints-rulesets/ruleset-links.png)
4852

0 commit comments

Comments
 (0)