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

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.
- Azure DNS documentation
- Azure Private DNS overview
- Name resolution for VMs and role instances in Azure VNets
- Delegating domain or subdomain to Azure DNS