> ## Documentation Index
> Fetch the complete documentation index at: https://docs.explo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure SQL DB

## Intro

Find out more about Azure [here](https://azure.microsoft.com/en-us/products/azure-sql/database/).

By default, our JDBC driver connects with `applicationIntent` set to `ReadOnly` and `applicationName` set to `explo_fido`.

## Necessary Credentials

* **Server**

  * The server where your database lives

  * Example: *x.database.windows.net*

* **Port**

  * The port the database server uses

  * Example: *1433*

* **Database**

  * Name of the database you are connecting Explo to
  * Example: *acme\_production*

* **Username**

  * Service user's username

* **Password**

## Allowlisting Explo's IPs

<Note>
  You may need to allowlist egress IPs for your
  [Connectivity Region](/data-sources/connecting-to-data-sources/connectivity-regions).
</Note>

## SSH Tunnels

You can connect to Postgres databases via an SSH tunnel if necessary. Check out [this](/data-sources/connecting-to-data-sources/ssh-tunnels) section on SSH tunnels to see how.

## Questions?

Please reach out to the Explo team at
[support@explo.co](mailto:support@explo.co) if you have any questions.
