Hello, I am new to Cloud computing, but I am now trying to connect to my SQL database.
Initial Goal & Steps:
Problem: mobile app needed to securely connect to your Azure SQL Database from anywhere in the world.
Initial Solution: explored setting up a private endpoint to route traffic through an Azure Virtual Network (VNet), enhancing security and eliminating the need for public IP address management.
Steps Taken:
Created a VNet.
Created a private endpoint for your SQL server within the VNet.
Configured the private DNS zone.
Issue right now: "pre-login handshake" error.
Surley there is a eaiser way? Its been close to 2 hours and still cant get access (I can if i add my ip adress to the public list).
I have set up Cosmo DB for another app with 0 issues at all.
Many thanks for the help!