About 50 results
Open links in new tab
  1. postgresql - Managed identity in Azure Database for Postgres - Stack ...

    Apr 8, 2025 · Managed identity in Azure Database for Postgres Follow the below steps which I have tried with: Step:1 how to set up a PostgreSQL Flexible Server and enable Microsoft Entra …

  2. How to set role in Azure postgreSQL - Stack Overflow

    Mar 5, 2025 · In Azure Database for PostgreSQL (which is a managed service), superuser access is not granted to customers under normal circumstances. Azure maintains tight control over the server …

  3. postgresql - How to connect PGAdmin 4 to Postgres DB residing in …

    Feb 1, 2024 · So for those wanting to do the same and connect to postgresql flexible db residing in an Azure virtual network: Create VM in same private network as database with ssh and https connections.

  4. How to connect from pgadmin to postgreSQL server with private …

    May 15, 2024 · 1 I just want to connect from my local host machine (pgadmin) to a azure postgreSQL database with private endpoint So I have created a postgreSQL flexible server and I have choosen …

  5. postgresql - Why can't I login to Azure Database for Postgres, when I'm ...

    Apr 8, 2025 · 2 Why can't I login to Azure Database for Postgres, when I'm member of admin group Important considerations when connecting as a Microsoft Entra group member: Use the exact name …

  6. postgresql - Azure postgres flexible server create user using terraform ...

    Feb 7, 2024 · Azure postgres flexible server create user using terraform As the postgresql flexible server configuration module is failing during the execution of terraform apply for creating users in …

  7. Azure Database for PostgreSQL server: no pg_hba.conf entry for host

    Jun 10, 2020 · In my Azure portal I created the resource "Azure Database for PostgreSQL server". I set up the firewall to enable two Virtual Networks (in order to allow the correct functioning of two …

  8. postgresql - Create Azure Postgres Database with private endpoint on ...

    Sep 18, 2024 · 0 Create Azure Postgres Server with private endpoint using terraform While creating a Postgres Server with private endpoint we need to make sure that the SKU and region we select …

  9. Azure PostgreSql Flexible Server - Admin to database

    Feb 13, 2025 · A Custom Role would be the most suitable approach for granting full rights over all objects, including those created by other users, in Azure PostgreSQL Flexible Server. How to create …

  10. How to connect PG Admin to PostgreSQL on Azure?

    Dec 12, 2022 · I am looking to connect my existing PostgreSQL instance on Azure to PG-Admin. Following the advice here, however I get a Unable to connect to server: could not translate host …