Skip to content

Commit 4da49e0

Browse files
Merge pull request #293882 from greg-lindsay/dns-upd
technical fix
2 parents 4f4c01f + 6b74b3c commit 4da49e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/dns/private-dns-autoregistration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ services: dns
55
author: greg-lindsay
66
ms.service: azure-dns
77
ms.topic: concept-article
8-
ms.date: 06/28/2024
8+
ms.date: 01/31/2025
99
ms.author: greglin
1010
---
1111

1212
# What is the autoregistration feature in Azure DNS private zones?
1313

1414
The Azure DNS private zones autoregistration feature manages DNS records for virtual machines deployed in a virtual network. When you [link a virtual network](./private-dns-virtual-network-links.md) with a private DNS zone with this setting enabled, a DNS record gets created for each virtual machine deployed in the virtual network.
1515

16-
For each virtual machine, an A record and a PTR record are created. DNS records for newly deployed virtual machines are also automatically created in the linked private DNS zone. When a virtual machine gets deleted, any associated DNS records also get deleted from the private DNS zone.
16+
For each virtual machine, an address (A) record is created. DNS records for newly deployed virtual machines are also automatically created in the linked private DNS zone. When a virtual machine gets deleted, any associated DNS records also get deleted from the private DNS zone.
1717

1818
To enable autoregistration, select the checkbox for "Enable auto registration" when you create the virtual network link.
1919

@@ -24,6 +24,7 @@ To enable autoregistration, select the checkbox for "Enable auto registration" w
2424
* Autoregistration works only for virtual machines. For all other resources like internal load balancers, you can create DNS records manually in the private DNS zone linked to the virtual network.
2525
* DNS records are created automatically only for the primary virtual machine NIC. If your virtual machines have more than one NIC, you can manually create the DNS records for other network interfaces.
2626
* A specific virtual network can be linked to only one private DNS zone when automatic registration is enabled. You can, however, link multiple virtual networks to a single DNS zone.
27+
* Autoregistration doesn't support reverse DNS pointer (PTR) records.
2728

2829
## Next steps
2930

0 commit comments

Comments
 (0)