Azure DNS Private Resolver

Azure Public Test Date Azure Public Test Result

Azure US Gov Last Test Date Azure US Gov Last Test Result

Best Practice Check Cred Scan Check

Bicep Version

Deploy To Azure

Visualize

This template will deploy Azure DNS Private resolver with required resources such as Virtual Network, subnets (for Inbound and Outbound endpoints), DNS private resolver endpoints, forwarding rulesets, and forwarding rules. It deploys the private resolver and the virtual network in the same location mentioned in the parameter.

Overview and deployed resources

A virtual network is deployed with two subnets that will be used for resolver's inbound and outbound endpoint. The dns resolver resource is then deployed in this virtual network along with inbound, outbound endpoints, forwarding ruleset and forwarding rules with target DNS servers. The ruleset will be linked to the outbound endpoint for conditional forwarding.

For more information on Azure DNS Private Resolver

Description

Seven resources have been defined in this template:

Deployment steps

The virtual network and DNS private resolver location should be chosen as one of the supported locations for DNS private resolver. More information here.

az deployment group create --resource-group <resourcegroup name> --template-file <bicep file location>

Tags: dns resolver, private resolver, private dns resolver, Microsoft.Network, Microsoft.Network/dnsresolvers