Hi,
We do have an hybrid environment where several servers / clients computers are either on-prem or in Azure. To be able to reach on-prem resources, we have deployed 2 DNS forwarders in Azure (2 VM's with the DNS Services installed and only conditional forwarders)
Those 2 DNS forwarders are configured on all Azure VNet as 1st and 2nd DNS. We also have added Azure DNS (168.63.129.16) as the 3rd DNS Servers. So all VM's in Azure have 3 DNS Servers
- DNS Forwarder-1
- DNS Forwarder-2
- 168.63.129.16
Most of the time, it work well but it happen few times that a client could not connect to a "domain joined" resource either in azure on on-prem.
So i decided to capture network traces using Network Monitor and i found that the client computer is making query to DNS Forwarder-1 as expected but for an unknown reason, it stop using the DNS Forwarder-1 and then jump to DNS Forwarder-2 and then to Azure DNS (168.63. 129.16). Because Azure DNS cannot resolve on-prem resources, the DNS query fail. When this situation is happening, there is nothing to do except wait around 10 minutes to be able to contact DNS Forwarder-1 or DNS Forwarder-2...
Anybody had this issue before... and is there anything to do to prevent this ?
Thanks!