Skip to content

Commit a45444f

Browse files
committed
remove TXT restriction
1 parent 3d4aff5 commit a45444f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/dns/dns-zones-records.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.assetid: be4580d7-aa1b-4b6b-89a3-0991c0cda897
66
ms.service: azure-dns
77
ms.topic: concept-article
88
ms.custom: H1Hack27Feb2017
9-
ms.date: 11/21/2023
9+
ms.date: 10/30/2024
1010
ms.author: greglin
1111
---
1212

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

101101
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.
102102

103-
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).
104-
105-
`*` 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.
103+
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).
106104

107105
## Tags and metadata
108106

0 commit comments

Comments
 (0)