Azure DNS Private Resolver intermittent latency resolving host

adam jones 1 Reputation point
2022-07-26T11:08:53.087+00:00

Hoping someone can help me with an issue I am having with the new DNS Private Resolver.

A couple of weeks ago I set this up with an inbound-only endpoint, this works perfectly and allows our on-prem infrastructure to resolve our private DNS for azure databases. Once set up we began to convert our on-prem services to use this DNS endpoint for connection string but in the last week, we have had intermittent latency to the resolver.

In troubleshooting I have checked the connections for all on-prems servers using this which found no issues, we then booted up a VM in Azure and called it from there to find that it was also failing sometimes. This show that the issue is from the resolver because direct DNS connections from app services are not affected.

below is the console showing the error response we see, the first is calling the DNS using windows DNS settings. The second is setting the DNS for the nslookup with the same result and the third is an anomaly where if I increment the last digit of the DNS IP it works fine but that IP should not work for the resolver. I am happy to answer any questions.

224844-image.png

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
665 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Carlos Solís Salazar 17,871 Reputation points
    2022-07-26T13:00:34.05+00:00

    Hi @adam jones

    Thank you for asking this question on the **Microsoft Q&A Platform. **

    Check the DNS resolving per each dns server:

    nslookup your.privatelink.mysql.database.azure.com onprem.dns.server1  
    nslookup your.privatelink.mysql.database.azure.com onprem.dns.server2  
    nslookup your.privatelink.mysql.database.azure.com onprem.dns.server2  
    

    Also, if you can share some screenshots of your Azure DNS, and your on-premises DNS if the issues are persisting.

    Hope this helps,
    Carlos Solís Salazar

    ----------

    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.


    0 comments No comments

  2. adam jones 1 Reputation point
    2022-07-26T15:50:44.633+00:00

    Hi @Carlos Solís Salazar

    I have put below some screenshots of how our DNS is set up, as for the DNS server we don't have any DNS server as such we are using private DNS zones and DNS resolver which are all built-in features from azure.

    DNS Private Resolver
    224890-image.png

    Private DNS Zone
    224898-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.