docs
SQL Server
Azure

SQL Server on Microsoft Azure

First, we need to make sure we have all of the information for the database to connect to ChatDB.

1. Get Connection Details

To get the connection details we can visit the Connection String part of the database page.

2. Add ChatDB Public IPs

Click on Networks

Enable Public Network Access

To allow ChatDB to connect to our database we need to enable public network access. We can enable that in this network section.

Add IP Addresses for ChatDB

Finally, we need to add the ip addresses of ChatDB, so we can only allow the outgoing IP addresses of ChatDB. You can see those listed below.

3.134.238.10
3.129.111.220
52.15.118.168

Here is what it looks like once they are added.

3. Add Data Source to ChatDB

Now we can add your database to ChatDB. We go to the Dashboard > Add Datasource > MSSQL to add your database.

4. Open your SQL Server Database 🥳