Having issues getting a private DNS setup, attached to a vnet, to resolve over a point to site VPN connection.
My point to site VPN connection is working and I am able to ping the IP and get to IIS on the server. I've set the private DNS up and it's attached to the vnet with the machines automatically registering in the DNS fine. The domain resolves fine from within the vnet/vm but not from across the point to site VPN.
I'm deploying the setup using an ARM template and have the following dependencies to see if that makes a difference:
vnet - depending on a couple of NSGs and the private DNS zone
virtual network gateway - depending on the gateway IP, vnet and the private dns zone
I've waited for everything to deploy and then downloaded, installed and connected the VPN. Connects fine but just no DNS resolution from the private zone.
Anyone any ideas?