We are planning on connecting a Colo environment that has a requirement to have a dedicate IP to be used for its connectivity.
We have a site to site vpn established from Colo to SonicWall VPN Appliance
The colo internal IP 10.103.55.135 will be natted to <-NAT-> 10.93.172.4 <-NAT-> and once its hits our SonicWall appliance in Azure this NAT will need to be converted to our Azure network where SQLMI is running 10.20.7.0\24 SQLMI (DEVELOPMENT)
Most of the time you would NAT a single IP but since this is SQLMI that ip could change therefore need to reference by DNS name for the SQLMI instance.
Question - If I NAT 10.93.172.4 to the SQLMI Subnet 10.20.7.0\24 and if the Colo tries to resolve the SQLMI over that natted 10.93.172.4 - will it be able to resolve?