Skip to content

Commit a91bab6

Browse files
committed
fixes
1 parent 4929f02 commit a91bab6

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/dns/dns-troubleshoot.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,15 @@ The following is an example of a zone containing records below NS delegation.
125125

126126
In the preceding example, **child** is the NS delegation records. The records _**foo.child**_ and _**txt.child**_ are records that should only be present in the child zone, **child.contoso.com**. These records might cause inconsistencies if they aren't removed from the parent zone, **contoso.com**. These inconsistencies could cause the zone to be considered as unhealthy with a **Degraded** status.
127127

128-
#### Example of when a zone is considered healthy or unhealthy
129-
130-
* Zone doesn't contain NS delegation records, glue records, and other records. - **Healthy**
131-
* Zone only contains NS delegation records. - **Healthy**
132-
* Zone only contains NS delegation records and glue records. - **Healthy**
133-
* Zone contains NS delegation records and other records (except glue records) below delegation record, that should be present in the child zone. - **Unhealthy**
134-
* Zone contains NS delegation Records, glue Records, and other records (except glue records). - **Unhealthy**
128+
#### Examples of when a zone is considered healthy or unhealthy
129+
130+
| Example | Status |
131+
| ------- | ------ |
132+
| Zone doesn't contain NS delegation records, glue records, and other records. | **Healthy** |
133+
| Zone only contains NS delegation records. | **Healthy** |
134+
| Zone only contains NS delegation records and glue records. | **Healthy** |
135+
| Zone contains NS delegation records and other records (except glue records) below delegation record, that should be present in the child zone. | **Unhealthy** |
136+
| Zone contains NS delegation Records, glue Records, and other records (except glue records). | **Unhealthy** |
135137

136138
**How can you fix it?** - To resolve, locate and remove all records except glue records under NS delegation records in your parent zone.
137139

0 commit comments

Comments
 (0)