Hey everyone! I'm curious about how to sync my on-premise DNS with Azure DNS. I'm looking for any experiences or best practices you might have. If you've worked on this before, what methods did you find effective?
2 Answers
We’ve been using the Azure Private DNS resolver, and it works well for us. Alternatively, you might consider using a DNS Proxy on Azure Firewall, or even deploying a Domain Controller in Azure to handle forwarding to Azure DNS.
Check out the Azure documentation on their private DNS resolver. It's a great starting point! You’ll want to set up DNS forwarding rules for your on-premises domains to avoid confusion.
Thanks for the tip!
Just a heads-up, watch out for duplicate DNS zones. Sometimes too many people create private endpoints without unselecting the option to create a DNS zone, and that can lead to a real mess!
Sounds interesting! Are there any specific configurations you recommend?