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-troubleshoot.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Configuration errors can cause DNS zones to become unhealthy. The following are
85
85
86
86
**Recommendation:** Remove all records except glue records under delegation records in your zones.
87
87
88
-
***Zero TTL** - TTL (time to live) is a setting that tells the DNS resolver how long to cache a query before requesting a new one. The information gathered is then stored in the cache of the recursive or local resolver for the TTL duration before it reaches back out to the collect new and updated details.
88
+
***Zero TTL** - TTL (time to live) is a setting that tells the DNS resolver how long to cache a query before requesting a new one. The information gathered is then stored in the cache of the recursive or local resolver for the TTL duration before it reaches back out to collect new and updated details.
89
89
90
90
If the TTL is set to 0 in the configuration, then you can experience one of the following issues:
91
91
@@ -115,4 +115,4 @@ Example SRV record names (service name 'sip', protocol 'tcp'):
115
115
116
116
* Learn about [Azure DNS zones and records](dns-zones-records.md)
117
117
* To start using Azure DNS, learn how to [create a DNS zone](./dns-getstarted-portal.md) and [create DNS records](./dns-getstarted-portal.md).
118
-
* To migrate an existing DNS zone, learn how to [import and export a DNS zone file](dns-import-export.md).
118
+
* To migrate an existing DNS zone, learn how to [import and export a DNS zone file](dns-import-export.md).
0 commit comments