Skip to content

Commit 08d4f1a

Browse files
committed
caveat
1 parent ba97aff commit 08d4f1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/dns/dns-zones-records.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ The DNS standards permit a single TXT record to contain multiple strings, each o
9898

9999
When calling the Azure DNS REST API, you need to specify each TXT string separately. When you use the Azure portal, PowerShell, or CLI interfaces, you should specify a single string per record. This string is automatically divided into 255-character segments if necessary.
100100

101-
The multiple strings in a DNS record shouldn't be confused with the multiple TXT records in a TXT record set. A TXT record set can contain multiple records, *each of which* can contain multiple strings. Azure DNS supports a total string length of up to 4096 characters in each TXT record set (across all records combined).
101+
The multiple strings in a DNS record shouldn't be confused with the multiple TXT records in a TXT record set. A TXT record set can contain multiple records, *each of which* can contain multiple strings. Azure DNS supports a total string length of up to 4096 characters`*` in each TXT record set (across all records combined).
102+
103+
`*` 4096 characters are currently only available in the Azure Public Cloud. National clouds are limited to 1024 characters until 4k support rollout is complete.
102104

103105
## Tags and metadata
104106

0 commit comments

Comments
 (0)