

#Azure data studio postgresql install#
Once installed, we will install the PostgreSQL extension. If you followed, the requirements, you should have the Azure Data Studio installed. By installing native Azure Monitor Logs extension in Azure Data Studio, users can connect, browse, and query against Log Analytics workspace.
#Azure data studio postgresql how to#
Can anyone shed some light on this about what's needed if you want to connect with a GUI tool in this case?Īnd about changing the pg_hba.conf file, since I work with a cloud SQL instance, I'm not sure how to turn sslmode off on the cloud instance. Working with PostgreSQL in Azure Data Studio. I did some search and found there is also a way of logging in with IAM database authentication using the Cloud SQL Auth proxy but the documentation is limited to Postgress command line and not a GUI database tool like Azure Data Studio. Azure Data Studio is a new cross-platform database tool developed by Microsoft. I dont think you can do this in Azure Data Studio (or maybe you can. It connects to the DB successfully, but as soon as I want to run a simple query ( I already gave my user read access there), it gives me this connection error, and I need to connect using the token again and the disconnection happens again randomly after a short while:įATAL: Cloud SQL IAM user authentication failed for FATAL: pg_hba.conf rejects connection for host I was setting up a PostgreSQL database in Azure, to be used by a cutesy little. Following the instructions here, I'm having problem connecting to the DB from Azure Data Studio using the token I generate.
