Hi Asher Gilmour,
Greetings!!
It looks like you're trying to connect to your Azure PostgreSQL database using Azure Data Studio.
Here's a step-by-step checklist to help you connect and run SQL on your Azure PostgreSQL database:
You need Azure Data Studio, the PostgreSQL extension for Azure Data Studio, and access to a PostgreSQL server.
- Install Azure Data Studio.
- Install the PostgreSQL extension for Azure Data Studio.
- Install PostgreSQL. (Alternatively, you can create a Postgres database in the cloud using az postgres up).
Connect to PostgreSQL:
- Start Azure Data Studio.
- The first time you start Azure Data Studio the Connection dialog opens. If the Connection dialog doesn't open, select the New Connection icon in the SERVERS page.
- In the form that pops up, go to Connection type and select PostgreSQL from the drop-down.
- Fill in the remaining fields using the server name, username, and password for your PostgreSQL server.
- Select Connect.
Once connected, you can open a new query window and start running SQL commands.
For more information, please refer the document: https://learn.microsoft.com/en-us/azure-data-studio/quickstart-postgres?source=recommendations
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.