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

# Azure Postgres

> Azure Postgres is Microsoft's fully managed PostgreSQL database service. Evidence syncs your Azure Postgres data automatically, keeping your reports up to date.

## Add New Connector

To add a Azure Postgres connector:

1. Select **Connectors** in the left sidebar and click "New Connector"
2. Select **Azure Postgres** from the list of connectors
3. Fill in the connection details below and click "Create Connector"
4. Select the schemas and tables you want to sync
5. Configure your sync schedule

<Note>
  Your Azure PostgreSQL database must have TLS/SSL enabled. Evidence requires encrypted connections for security.
</Note>

## Connection Options

<ResponseField name="Host" type="text" required>
  The Azure PostgreSQL server hostname (e.g., myserver.postgres.database.azure.com)
</ResponseField>

<ResponseField name="Port" type="number" required>
  The port number for your Azure PostgreSQL server
</ResponseField>

<ResponseField name="User" type="text" required>
  The username for database authentication
</ResponseField>

<ResponseField name="Password" type="password" required>
  The password for database authentication
</ResponseField>

<ResponseField name="Database" type="text" required>
  The name of the database to connect to
</ResponseField>

<ResponseField name="Trust SSL/TLS Certificates" type="checkbox">
  Automatically trust the server's SSL/TLS certificates. Enable this for Azure PostgreSQL databases that use Microsoft's certificate authorities.
</ResponseField>

## Additional Resources

* [Fivetran Azure Postgres Documentation](https://fivetran.com/docs/connectors/databases/postgresql/azure-setup-guide)
