Custom DNS Records vs DNS Zone Configuration: When to Use Each?

0
4
Asked By CuriousCoder42 On

I'm curious about the differences between custom DNS records and DNS zone configurations. Specifically, when should I use one over the other? I'm working on getting a private endpoint resolved from a site-to-site environment, and noticed this is configured differently than what I've encountered before. Currently, the on-prem DNS setup is failing to resolve the assigned IP address.

1 Answer

Answered By TechieTim23 On

To get your private endpoint to resolve, you'll need to set up conditional forwarders on your on-prem DNS servers. Point the zone (like blob.core.windows.net) to the DNS server in your Azure virtual network that links to the private DNS zone. That should help with the resolution issues you're experiencing.

OnPremGuru10 -

Won't I need a record under my on-prem DNS for either one?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.