Database Credentials > Azure SQL Database

Find your Azure SQL Database credentials to connect with Draxlr

To connect Azure SQL Database to Draxlr, you need the server name (host), port, database name, and the server admin login and password (or another SQL user).


Find Your Credentials

1: Open Your Database

In the Azure Portal, go to SQL databases and select your database.


2: Copy the Server Name

The Overview page shows the Server name, e.g.:

yourserver.database.windows.net
  • Host: the server name
  • Port: 1433
  • Database Name: the name of the database resource you selected

3: Get the User and Password

The Server admin login is shown on the server resource's Overview page (open the server from the database's Overview).

If you don't have the password, use Reset password on the server's Overview page—or create a dedicated read-only SQL user in the database.


Allow Draxlr's IP Address

Azure SQL blocks outside connections by default:

  1. Open the server resource and go to Networking.
  2. Under Public network access, ensure selected networks (or all networks) can connect.
  3. Add a firewall rule with both start and end IP set to 54.205.255.226.
  4. Click Save.

Connect in Draxlr

Go to Add Database, select SQL Server, and enter the credentials above. See the Setup guide for the full connection flow.