Hi,
I have the same problem as this person at StackOverFlow. But the answer didn't help me. That's the reason I am asking it here:
https://stackoverflow.com/questions/64949196/how-do-i-force-the-azure-vpn-client-to-use-the-virtual-networkss-dns-servers
I am trying to connect to our Azure-SQL using Azure-VPN.
I have successfully generated an Azure Point-to-Site VPN with Azure AD Authentication.
Using Azure-VPN-Client I can successfully generate the connection.
But as I run the command "nslookup OurServer.database.windows.net", my own private IP gets printed on the command line!
It seems that I could not succeed in the first step. (I have already generated a Private endpoint for connecting to Azure-SQL. But that would be the second step.)
Does anyone have an Idea, what should I do?
Thanks:)