An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Hi Alex,
Are you using conditional forwarding on AWS side to send DNS requests over to Azure DNS Private Resolver on Azure side, or your own DNS server VM in VNet on Azure side?
The idea is, when the DNS lookup occurs from AWS side, the request is sent over to DNS server (or Azure DNS private resolver) in VNet in Azure, and this DNS server sends request to 168.63.129.16 which returns correct private IP for the private endpoint.
Please see article below (scroll a bit and click on diagram), and add a comment below if you have questions. If you think I'm understanding your configuration/needs incorrectly, please feel free to let me know in a comment and clarify.
What is Azure DNS Private Resolver?
https://learn.microsoft.com/en-us/azure/dns/dns-private-resolver-overview
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP