Proposed Pull Request Change

title description services author ms.service ms.topic ms.date ms.author ms.custom
What is autoregistration feature in Azure DNS private zones? Overview of autoregistration feature in Azure DNS private zones. dns asudbring azure-dns concept-article 02/10/2025 allensu sfi-image-nochange
📄 Document Links
GitHub View on GitHub Microsoft Learn View on Microsoft Learn
Raw New Markdown
Generating updated version of doc...
Rendered New Markdown
Generating updated version of doc...
+0 -0
+0 -0
--- title: What is autoregistration feature in Azure DNS private zones? description: Overview of autoregistration feature in Azure DNS private zones. services: dns author: asudbring ms.service: azure-dns ms.topic: concept-article ms.date: 02/10/2025 ms.author: allensu ms.custom: sfi-image-nochange # Customer intent: As a network administrator, I want to enable the autoregistration feature for Azure DNS private zones, so that DNS records for virtual machines in my virtual network are automatically created and managed for improved efficiency and reduced manual overhead. --- # What is the autoregistration feature in Azure DNS private zones? 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. 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. To enable autoregistration, select the checkbox for **Enable auto registration** when you create the virtual network link. :::image type="content" source="./media/privatedns-concepts/enable-autoregistration.png" alt-text="Screenshot of enable auto registration on add virtual network link page."::: ## Restrictions * 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. * 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. * 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. * Autoregistration doesn't support reverse DNS pointer (PTR) records. ## Next steps * 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). * Read about some common [private zone scenarios](./private-dns-scenarios.md) that can be realized with private zones in Azure DNS. * 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).
Success! Branch created successfully. Create Pull Request on GitHub
Error: