Skip to content

Commit ace068c

Browse files
committed
public PR 118030
1 parent 4d2ecb3 commit ace068c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/dns/dns-private-records.md

Lines changed: 5 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: 12/04/2023
8+
ms.date: 02/07/2024
99
ms.author: greglin
1010
---
1111

@@ -25,7 +25,10 @@ An *apex* record is a DNS record at the root (or *apex*) of a DNS zone. For exam
2525

2626
Each DNS record has a name and a type. Records are organized into various types according to the data they contain. The most common type is an 'A' record, which maps a name to an IPv4 address. Another common type is an 'MX' record, which maps a name to a mail server.
2727

28-
Azure Private DNS supports the following common DNS record types: A, AAAA, CNAME, MX, NS, PTR, SOA, SRV, and TXT.
28+
Azure Private DNS supports the following common DNS record types: A, AAAA, CNAME, MX, PTR, SOA, SRV, and TXT.
29+
30+
> [!NOTE]
31+
> The **Host** field in the SOA record isn't editable.
2932
3033
### Record sets
3134

0 commit comments

Comments
 (0)