I was working on a java application and tried passing the db string just as we passed to connect to localhost sql db.But failed. Is there any other possible way?
public String db_URL = "jdbc:sqlserver://neutroserver.database.windows.net:1433;database=NeutroDB;user=lakshangunarathna@neutroserver;password={your_password_here};encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;";
public String db_Username = "root";
public String db_Password = "";