Azure

Azure PostgreSQL AI Updates: PG 18, Vector Search, Foundry

3 min read

Summary

Microsoft announced new Azure Database for PostgreSQL updates aimed at AI application development, including direct provisioning from the VS Code PostgreSQL extension, built-in Entra ID and Azure Monitor support, and GitHub Copilot assistance for SQL workflows. It also added Microsoft Foundry integration to call LLMs from SQL and expanded vector search capabilities with DiskANN indexing and semantic ranking, which matters because it helps developers build secure, low-latency AI and retrieval applications directly on PostgreSQL without complex extra infrastructure.

Need help with Azure?Talk to an Expert

Introduction

PostgreSQL continues to be a default choice for modern application development, and AI workloads are increasing the demands placed on the data layer: low-latency retrieval, vector search, secure access controls, and real-time analytics—without complex pipelines. Microsoft’s latest updates position Azure Database for PostgreSQL as a more AI-ready managed service, while also previewing Azure HorizonDB for next-generation, scale-out PostgreSQL-compatible workloads.

What’s new

1) A faster, more integrated developer experience

  • VS Code PostgreSQL extension can now provision secure, fully managed Azure PostgreSQL instances directly from the IDE, reducing portal-driven setup.
  • Provisioned instances include built-in support for Microsoft Entra ID authentication and Azure Monitor.
  • GitHub Copilot is positioned to help developers write, optimize, and troubleshoot SQL using natural language with awareness of schema and query patterns.

2) In-database AI via Microsoft Foundry

  • Azure Database for PostgreSQL now supports integration with Microsoft Foundry, enabling developers to invoke pre-provisioned LLMs from SQL for scenarios like text classification and embedding generation.
  • For vector workloads, DiskANN vector indexing is highlighted for high-performance similarity search, paired with semantic ranking for better relevance in retrieval scenarios (e.g., RAG, recommendations, natural language interfaces).

3) Agentic workflows using MCP

  • A new Model Context Protocol (MCP) server for PostgreSQL enables connecting PostgreSQL to Foundry’s agent framework with “few clicks and permissions,” allowing agents to reason over structured data and orchestrate LLM calls—while staying within Azure’s security and governance model.

4) Real-time analytics and Parquet access

  • Options to keep analytics current include mirroring operational data into Microsoft Fabric for near-real-time analytics with minimal impact to the primary database.
  • The Azure Storage Extension adds Parquet read/write support in Azure Storage directly from PostgreSQL using SQL, reducing ETL complexity.

5) Performance and scale updates

  • PostgreSQL 18 is now generally available on Azure, with improvements called out in I/O performance, vacuuming, and query planning.
  • New V6 compute SKUs target higher throughput and lower latency.
  • Elastic Clusters enable horizontal scaling for multi-tenant and high-volume workloads.

Impact on IT admins and platform teams

  • Expect tighter alignment between developer tooling (VS Code/Copilot) and platform governance (Entra ID, monitoring), which can improve adoption—but also increases the need for standardized deployment patterns.
  • In-database AI and vector indexing can shift workloads from separate vector stores/services into PostgreSQL, changing sizing, performance testing, and cost models.
  • Fabric mirroring and Parquet access may reduce pipeline sprawl, but require clear data governance, retention, and access boundaries.

Action items / next steps

  1. Review identity and access strategy: validate Entra ID auth patterns, least-privilege roles, and auditing requirements for PostgreSQL.
  2. Pilot AI retrieval patterns: test DiskANN/vector indexing and semantic ranking with representative data and latency targets.
  3. Update operational runbooks: include PostgreSQL 18 considerations, monitoring baselines, and scaling guidance (V6 SKUs, Elastic Clusters).
  4. Evaluate data architecture: assess whether Fabric mirroring or Parquet-in-Postgres reduces ETL complexity for your environment.
  5. Track HorizonDB: if you have ultra-low-latency or scale-out requirements, consider joining the private preview when available via your Microsoft account team.

Need help with Azure?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

Azure Database for PostgreSQLMicrosoft Foundryvector searchPostgreSQL 18VS Code

Related Posts

Azure

Azure Storage Migration: Plan and Move Data Confidently

Microsoft has outlined a more structured Azure Storage migration approach that combines Azure Migrate, the new Azure Copilot Migration Agent preview, Azure Storage Mover, and Azure Data Box. The guidance helps IT teams choose the right planning and transfer tools based on data size, network limits, synchronization needs, and modernization goals.

Azure

Azure Build 2026: 3 AI Priorities for Business Leaders

Microsoft Build 2026 emphasized a shift from AI experimentation to enterprise-scale systems designed to deliver measurable business outcomes. Key Azure announcements focused on shared business context for AI, integrated agent platforms with governance, and broader model choice to help organizations deploy AI faster, more securely, and with better cost control.

Azure

Claude Fable 5 in Microsoft Foundry Now Available

Microsoft has added Anthropic’s Claude Fable 5 to Microsoft Foundry, Foundry Agent Service, and GitHub Copilot for enterprise AI workloads. The model is designed for long-running, multi-step tasks and multimodal reasoning, while Foundry adds the governance, guardrails, and operational controls organizations need to deploy autonomous agents safely on Azure.

Azure

Azure Cobalt 200 VMs Boost Agentic AI Performance

Microsoft has announced early access preview for Azure Cobalt 200 Arm-based VMs, delivering up to 50% better generational CPU performance than Cobalt 100 for cloud-native, Linux-based, and agentic AI workloads. The new VMs add higher storage and networking performance, scale to 128 vCPUs, and enable memory encryption by default, making them important for organizations optimizing AI inferencing, data pipelines, and modern web services.

Azure

Azure Foundry IQ Adds Serverless Retrieval and MCP

Microsoft has expanded Azure Foundry IQ with serverless retrieval in public preview, new multi-source knowledge connectors, and generally available knowledge bases for production agent workloads. The updates help developers build and scale grounded AI agents faster while improving security, retrieval quality, and access to both enterprise and web data.

Azure

Microsoft Discovery GA: R&D AI Platform and App Preview

Microsoft has made Microsoft Discovery generally available as a production-ready platform for building and governing agentic AI workflows in scientific and engineering research. It also introduced the Microsoft Discovery app in preview, giving researchers and academic teams a simpler local entry point before moving to enterprise-scale deployments.