About 32,100 results
Open links in new tab
  1. postgresql - Managed identity in Azure Database for Postgres

    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 …

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

    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 …

  4. postgresql - Azure postgres flexible server create user using …

    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 …

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

    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 …

  6. azure - AAD roles on Postgres flexible server - Stack Overflow

    Dec 6, 2024 · Happy Friday, fellow IT people! I am creating infrastructure for Azure Postgres flexible server along the roles required for authentication via terraform. Below is the contents …

  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 …

  8. postgresql - Create Azure Postgres Database with private …

    Sep 18, 2024 · 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 …

  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 …

  10. SqlAlchemy connect to Azure Postgresql Flexible Database with …

    Sep 19, 2023 · 0 I would want to connect SqlAlchemy to Azure Database for Postgres with token based authentication to achieve Single Sign On (SSO) by using Azure Active Directory (AAD), …