Posts

Showing posts from November, 2025

Azure DNS Private Resolver

Image
  Azure DNS Private Resolver                         Azure DNS Private Resolver is a managed serverless DNS forwarding Services in Azure. Applications running in Azure often need to resolve hostnames on-premises, and on-prem workloads frequently need to resolve private Azure names. That’s exactly where  Azure Private DNS Resolver  steps in. It acts as a  DNS gateway  between Azure virtual networks and on-premises DNS servers — without deploying custom DNS servers or VMs.  Hybrid environment where users in on-premises locations need to resolve and to connect to the SQL database running in Azure SQL with private endpoint enabled. The Azure private resolver enables you to query the name of Azure SQL private endpoint in private DNS from your on-premises network. The resolver also enables your Azure infrastructure (using Azure DNS) to perform name resolution for...