You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dns/private-dns-autoregistration.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: What is auto registration feature in Azure DNS private zones?
3
-
description: Overview of auto registration feature in Azure DNS private zones.
2
+
title: What is autoregistration feature in Azure DNS private zones?
3
+
description: Overview of autoregistration feature in Azure DNS private zones.
4
4
services: dns
5
5
author: greg-lindsay
6
6
ms.service: azure-dns
@@ -9,19 +9,19 @@ ms.date: 06/28/2024
9
9
ms.author: greglin
10
10
---
11
11
12
-
# What is the auto registration feature in Azure DNS private zones?
12
+
# What is the autoregistration feature in Azure DNS private zones?
13
13
14
-
The Azure DNS private zones auto registration 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.
14
+
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.
15
15
16
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.
17
17
18
-
To enable auto registration, select the checkbox for "Enable auto registration" when you create the virtual network link.
18
+
To enable autoregistration, select the checkbox for "Enable auto registration" when you create the virtual network link.
19
19
20
20
:::image type="content" source="./media/privatedns-concepts/enable-autoregistration.png" alt-text="Screenshot of enable auto registration on add virtual network link page.":::
21
21
22
22
## Restrictions
23
23
24
-
*Auto registration 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.
24
+
*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.
25
25
* 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.
26
26
* 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.
0 commit comments