VPN access to a SQL instance using a private endpoint
summarize:
- Resource Group: registrydirect
- Virtual Network: registrydirect-vnet with address space 10.0.0.0/16.
- SQL Instance located inside the registrydirect-vnet with a private IP of 10.0.2.20 by suing a private Endpoint created for the SQL instance.
Additionally, I have a Virtual Network Gateway with a public IP of 52.180.152.X. So the vendor needs to access the SQL instance, I provided the Virtual Network Gateway IP 52.180.152.X and also the IP of the private endpoint to access the SQL instance 10.0.2.20, but they reply saying: "we are currently using 10.X.X.X network address internally, so we are unable to route traffic destined to that address 10.0.2.20 you provided for the private endpoint because we are using this IP internally. so my question is, what options I have on my end in order for them to be able to access the SQL instance.