To support Azure private endpoints, is it possible to add internal DNS, Using a non-authoritative DNS domain/zone

Atharv Gupta 1 Reputation point
2021-09-26T17:12:37.6+00:00

Hello,

I have a customer query as below need suggestions to reply back.

To support Azure private endpoints, is it possible to add the following internal DNS entry
xx.xx.xx.xx xxxxxx.file.core.windows.net
Using a non-authoritative DNS domain/zone.

Early reply will be appreciated.

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
593 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
461 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 96,361 Reputation points MVP
    2021-09-26T17:28:29.413+00:00

    Hi @Atharv Gupta ,

    I would recommend using a conditional forwarder in internal DNS. Works here without issues in different environments at different customers:
    https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns#on-premises-workloads-using-a-dns-forwarder
    https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns#virtual-network-and-on-premises-workloads-using-a-dns-forwarder

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten