Skip to main content

PostgreSQL

Connect to PostgreSQL database server

To use this connection type within the API, use a ConnectionTypeCode of POSTGRESQL.

Variable Reference

The following variables are supported:

  • ServerName - (Required) NULL

  • Port - (Required) NULL

  • DatabaseName - (Required) NULL

  • UsernameSecretName - (Required) The name of the Key Vault secret containing the Username to connect to the database.

  • PasswordSecretName - (Required) The name of the Key Vault secret containing the Password to connect to the database.