Skip to content

Commit 54ec651

Browse files
committed
add VM stopped condition
1 parent 922134c commit 54ec651

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/dns/private-dns-autoregistration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ services: dns
55
author: greg-lindsay
66
ms.service: azure-dns
77
ms.topic: concept-article
8-
ms.date: 01/31/2025
8+
ms.date: 02/10/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 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.
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 or stopped, the autoregistered DNS records associated with this virtual machine are removed from the private DNS zone.
1717

18-
To enable autoregistration, 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

@@ -29,7 +29,5 @@ To enable autoregistration, select the checkbox for "Enable auto registration" w
2929
## Next steps
3030

3131
* Learn how to create a private zone in Azure DNS using [Azure PowerShell](./private-dns-getstarted-powershell.md) or [Azure CLI](./private-dns-getstarted-cli.md).
32-
3332
* Read about some common [private zone scenarios](./private-dns-scenarios.md) that can be realized with private zones in Azure DNS.
34-
3533
* For common questions and answers about private zones in Azure DNS, including specific behavior you can expect for certain kinds of operations, see [Private DNS FAQ](./dns-faq-private.yml).

0 commit comments

Comments
 (0)