Redpoint Interaction v7.x Documentation

Admin: Azure Database for PostgreSQL configuration

This section describes how to configure an Azure Database for PostgreSQL connection for a specific Redpoint Interaction tenant running within a container application. Please follow the steps below:

  1. In the Configuration Editor’s Data Warehouse Settings section, select the AzureDatabasePostgreSQL provider.

  2. Enter the required parameters such as Server, Database Name, Username, and Password.

image-20241211-115134.png
  1. Copy the JSON text template to provision the new tenant.

image-20241211-115201.png
  1. Once the tenant has been provisioned, a sample connection string is generated.

Server=client_db.postgres.database.azure.com;Database=AdventureWorks;
Port=5432;User Id=postgres;Password=*****;SslMode=Disable
  1. For more information about Azure Database for PostgreSQL connection string parameters, please see https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/connect-csharp and https://www.npgsql.org/doc/connection-string-parameters.html.