Skip to content

Commit 5efa8e4

Browse files
committed
TXT record update
1 parent 4640b20 commit 5efa8e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/dns/dns-private-records.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: greg-lindsay
55
ms.service: dns
66
ms.topic: conceptual
77
ms.workload: infrastructure-services
8-
ms.date: 10/12/2023
8+
ms.date: 12/04/2023
99
ms.author: greglin
1010
---
1111

@@ -85,7 +85,9 @@ The DNS standards permit a single TXT record to contain multiple strings, each o
8585

8686
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.
8787

88-
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 private DNS supports a total string length of up to 1024 characters in each TXT record set (across all records combined).
88+
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).
89+
90+
`*` 4096 character support is currently only available in the Azure Public Cloud. National clouds are limited to 1024 characters until 4k support rollout is complete.
8991

9092
## Tags and metadata
9193

0 commit comments

Comments
 (0)