Skip to main content
Welcome to the lesson on name resolution in Azure Virtual Networks. This module explains how DNS works in Azure for both public and private scenarios and shows how to customize resolution for secure, reliable connectivity across resources and VNets. What you’ll learn:
  • How Azure-provided name resolution differs from custom DNS servers and services.
  • How to create and manage DNS zones and records (A records, CNAMEs, etc.) to map names to Azure resources.
  • How to configure Azure Private DNS zones for secure, internal name resolution across virtual networks.
  • When and how to implement DNS delegation to split DNS management or delegate subdomain authority.
  • Best practices for name resolution and DNS customization within Virtual Networks (VNets).
Learning outcomes mapped to examples and tasks:
The image lists four learning objectives related to Azure, including domain name resolution, DNS configuration, DNS delegation, and best practices for private zones and DNS customization within VNets.
This lesson covers how Azure automatically assigns DNS settings to virtual machines and platform services in a VNet, how the Azure recursive resolver handles internal lookups, and how to override or extend that behavior with custom DNS or Private DNS zones. You will see common deployment patterns that enable discovery across multiple VNets and subscriptions while maintaining security boundaries.
Note: Azure’s platform DNS resolver is available to VMs and PaaS services in a VNet and simplifies internal name resolution. When you need advanced control—such as custom forwarders, conditional forwarding, split-horizon DNS, or integration with on-premises DNS—you can configure your own DNS servers or use Azure Private DNS zones. See the Azure DNS documentation for details.
We conclude the lesson with a real configuration example and a concise summary of recommended practices so you can design name resolution that is predictable, secure, and easy to manage across teams and environments. Links and references

Watch Video