Custom DNS Support
Task
Customers may choose to use their own DNS server instead of the default Azure-provided DNS for various reasons.
Limitations of On-Prem DNS
By Microsoft’s design, only the Azure DNS server (168.63.129.16) can resolve Azure services (Storage account, Azure SQL, Redis Cache, 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.
How to Resolve?
Scenario I - Azure Private Resolver with on-premises DNS forwarder
Reference Architecture:

References
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?





