Custom DNS Support
Last updated
Was this helpful?
Customers may choose to use their own DNS server instead of the default Azure-provided DNS for various reasons.
By Microsoftβs design, only the Azure DNS server (168.63.129.16) can resolve Azure services (Storage account, Azure SQL, Azure Managed Redis, etc.) with their private IPs (example: 192.168.x.x / 172.16.x.x / 10.x.x.x).
Inforiverβs network setup is designed to communicate only using private IPs (Private endpoints) among its core resources within the deployed VNet. So, if there isnβt any existing service/configuration to forward Azure Private Link DNS queries to 168.63.129.16, the queries will either fail or resolve with public IPs where the communication canβt be made.
We will only cover a few scenarios in this document. Your DNS setup and requirements may vary. For the complete list of supported scenarios and Microsoft-recommended approaches for each of them, please refer to: https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns-integration

π‘ Important Note:
The resolution is made by a private DNS zone linked to a virtual network. Make sure the Virtual Network links are established between the Azure Private DNS Zone(s) and the VNet where the VPN/ExpressRoute is connected.

What is IP address 168.63.129.16?
2. Azure Private Endpoint DNS integration Scenarios
What is a virtual network link?
Last updated
Was this helpful?
Was this helpful?