DbSchema is a powerful database management and design tool for Azure SQL. It offers features such as visual schema design, team collaboration with GIT, schema deployment and HTML schema documentation.
Choose "Connect to the database" or "New Model Connected to the Database" will let you select your database and open the Connection Dialog.
DbSchema automatically downloads the JDBC driver to connect to your database.
In the Connection Dialog window, select the JDBC URL you want to connect with. If your database is running in the cloud, choose Edit Manually and insert the JDBC URL from the cloud console.
Enter the host name, the authentication details, select your database as described in the Connection Dialog page.
Then from the menu you can choose to get the connection string:
Then copy the JDBC connection string and replace the password.
Use the JDBC connection string in the DbSchema Connection Dialog / JDBC URL tab. In the connection string replace the '{password}' with the password you have choose when creating the database user.
If the database was not set public when created, you may need to add a firewall rule to allow remote access. In this message you can see your client IP:
Then from the top menu create a firewall rule for it.
Connections using Active Directory security are allowed in following modes: