Azure Database for PostgreSQL is a relational database service in the Microsoft cloud based on the PostgreSQL Community Edition (available under the GPLv2 license) database engine.
For more details of the database, please see the https://docs.microsoft.com/en-us/azure/postgresql/overviewhttps://docs.microsoft.com/en-us/azure/postgresql/overview.
As of Strategy 2021 Update 3, you can now retrieve data form Azure PostgreSQL with Strategy.
Azure PostgreSQL has almost the same compatibility with the latest PostgreSQL database engine. As such, you can use the PostgreSQL connector in Strategy 2021 to connect to Azure PostgreSQL. When hovering over the connector, the tooltip below indicates that Azure PostgreSQL is supported, as shown below.

Internal tests indicates that the performance of the Progress ODBC driver is better than the Progress JDBC driver and Native ODBC driver. Strategy suggests using the Progress ODBC driver. The following table outlines the result of a data fetch performance test.
|
|
|
|




DRIVER={Strategy ODBC Driver for PostgreSQL Wire Protocol}; HostName={host}; PortNumber={port}; Database={db}; EncryptionMethod=1; ValidateServerCertificate=0;
Click Save.
DRIVER={PostgreSQL Unicode(x64)}; Servername={host}; Port={port}; Database={db}; DriverUnicodeType=1; UseDeclareFetch=1; Fetch=1000; SSLmode=require;
JDBC;DRIVER={com.Strategy.jdbc.postgresql.PostgreSQLDriver};URL={jdbc:Strategy:postgresql://{host}:{port};DatabaseName={db};EncryptionMethod=SSL;ValidateServerCertificate=false}