I need to connect an Azure VM to my Android application to read from the SQL Server
database. I am a noob in Android programming and having looked around, the only thing I could find was the official documentation here.
Using this:
"Server=mycloudservice.cloudapp.net,57500;Integrated Security=false;User ID=<login_name>;Password=<your_password>"
which uses endpoints
Can a connection be made without using endpoints somehow?