azure-postgres

Installation
Summary

Passwordless PostgreSQL authentication on Azure with Microsoft Entra ID integration.

  • Configures Entra ID authentication for Azure Database for PostgreSQL Flexible Server, eliminating password-based access in favor of token-based authentication
  • Supports three access patterns: developer identities, managed identities for Azure-hosted applications, and group-based permissions via Azure AD groups
  • Includes migration tooling to transition existing password-authenticated databases to Entra ID authentication
  • Provides MCP tools and CLI commands for server management, database queries, and parameter configuration across PostgreSQL versions 11–16
SKILL.md

Azure Database for PostgreSQL

Configure passwordless authentication with Microsoft Entra ID for existing Azure Database for PostgreSQL Flexible Server. This skill focuses on setting up Entra ID authentication, managing user access, and migrating from password-based authentication.

Primary use cases:

  • Migrating existing PostgreSQL databases from password to Entra ID authentication
  • Setting up developer access with Azure identities
  • Configuring managed identity access for Azure-hosted applications
  • Managing group-based access control and permissions

MCP Tools (Preferred)

When Azure MCP is enabled, use these tools for PostgreSQL operations:

Installs
GitHub Stars
206
First Seen