Skip to content

Commit 12451b3

Browse files
committed
fix grammar
1 parent cb1dd1e commit 12451b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/dns/private-dns-autoregistration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
services: dns
55
author: greg-lindsay
66
ms.service: azure-dns
@@ -9,19 +9,19 @@ ms.date: 06/28/2024
99
ms.author: greglin
1010
---
1111

12-
# What is the auto registration feature in Azure DNS private zones?
12+
# What is the autoregistration feature in Azure DNS private zones?
1313

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.
1515

1616
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.
1717

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.
1919

2020
:::image type="content" source="./media/privatedns-concepts/enable-autoregistration.png" alt-text="Screenshot of enable auto registration on add virtual network link page.":::
2121

2222
## Restrictions
2323

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.
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.
2727

0 commit comments

Comments
 (0)