DbSchema is a Azure SQL ER diagram database designer and query tool. Using DbSchema, you can design and document Azure SQL databases while connected to the database server or without a connection.
Next, you can share the design with the team using Git. The design model loaded in DbSchema can be compared with the database, synchronization scripts can be generated, and the schema can be deployed to any database server.
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: