Why is the Postgres Integration Not Connecting to Azure DB Despite Correct Credentials?

This topic was automatically generated from Slack. You can find the original thread here.

Hi Everyone! I am having difficulty getting the Postgres Integration to connect to our Azure DB, credentials are correct but met with a Connection terminated unexpectedly error each time, DB is hosted in Azure not sure if that makes much of a difference.

Is it possible your DB is not accepting requests outside of localhost or is not allowing incoming connections from any AWS us-east-1 IP address?

No we are wide open and I have no issue connecting, I also am unable to import psycopg2 to run the code I wrote to achieve the same thing.

sorry forgot the @ we seem to have no connectivity issues coming from AWS either, I ran a lambda function from US EAST 1 to the db