Skip to content

Commit 03d63c3

Browse files
committed
fixes
1 parent 7010ae5 commit 03d63c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dns/dns-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ The following scenario demonstrates where a configuration error has led to the u
9797

9898
* **Unhealthy Delegation** - A primary zone contains NS delegation records, which help delegate traffic from the primary to the child zones. If any NS delegation record is present in the parent zone, the DNS server is supposed to mask all other records below the NS delegation record, except glue records, and direct traffic to the respective child zone based on the user query. If a parent zone contains other records meant for the child zones (delegated zones) below the NS delegation record, the zone will be marked unhealthy, and its status is **Degraded**.
9999

100-
**What are glue records?** - These are records under the delegation record, which help direct traffic to the delegated/child zones using their IP addresses and are configured as seen in the following.
101-
102100
| Setting | Value |
103101
| ------- | ----- |
104102
| **Zone** | contoso.com |
105103
| **Delegation record** | Child NS </br> ns1.child.contoso.com |
106104
| **Glue record** | ns1.child A 1.1.1.1 |
107105

106+
**What are glue records?** - These are records under the delegation record, which help direct traffic to the delegated/child zones using their IP addresses and are configured as seen in the following.
107+
108108
#### Example of an unhealthy zone
109109

110110
The following is an example of a zone containing records below NS delegation.

0 commit comments

Comments
 (0)