Microsoft
Developer Blogs

Get the latest information, insights, and news from Microsoft.

Highlights

Microsoft Teams SDK for Python banner

SQL MCP Server as an App Service

Run SQL MCP Server on Azure App Service without containers. This walkthrough uses Data API builder to configure authentication, expose MCP, REST, and GraphQL endpoints, and deploy as code.
Read moreClick to read more about this post

Latest posts

Feb 26, 2026
Post comments count0
Post likes count2

Fence Barriers: Fine-Grained GPU Synchronization in Direct3D 12

Bill Kristiansen
Introducing Fence Barriers We are excited to share the preview release of Fence Barriers (Tier-1), a new capability now available in AgilitySDK 1.719-preview (https://devblogs.microsoft.com/directx/directx12agility/). Fence Barriers expand on Enhanced Barriers to provide support for...
DirectX Developer Blog
Feb 26, 2026
Post comments count2
Post likes count2

D3D12 Shader Execution Reordering

Amar Patel
Now officially released, Shader Execution Reordering (SER) is an addition to DirectX Raytracing that enables application shader code inform hardware how to find coherency across rays so they can be sorted to execute better in parallel.  SER support is a required feature in Shader...
DirectX Developer Blog
Feb 26, 2026
Post comments count0
Post likes count0

D3D12 Opacity Micromaps

Amar,
Adam
DirectX Raytracing (DXR) now supports Opacity Micromaps (OMMs), enabling hardware to handle alpha tested geometry more efficiently than relying only on costly AnyHit shader invocations. At GDC 2025 DXR 1.2 was announced including OMMs, and you can see it discussed in this: GDC...
DirectX Developer Blog
Feb 26, 2026
Post comments count0
Post likes count0

Azure SDK Release (February 2026)

Ronnie Geraghty
Azure SDK releases every month. In this post, you'll find this month's highlights and release notes.
Azure SDK Blog
Feb 26, 2026
Post comments count1
Post likes count2

Intercepting messages inside Is­Dialog­Message, installing the message filter

Raymond Chen
Using an Is­Dialog­Message extension point.
The Old New Thing
Feb 26, 2026
Post likes count0

Building Long-Distance Next Edit Suggestions

Vikram Duvvur, Gaurav Mittal, Benjamin Simmonds
Learn how we extended next edit suggestions to work across your entire file, reducing friction and improving productivity in GitHub Copilot. Read the full article
VS Code Blog
Feb 26, 2026
Post likes count6

Building a Secure MCP Server with OAuth 2.1 and Azure AD: Lessons from the Field

Juan Burckhardt
How we built a production-ready MCP server with OAuth 2.1 authentication and On-Behalf-Of flow for Microsoft Graph, navigating a rapidly evolving specification.
ISE Developer Blog
Feb 25, 2026
Post comments count2
Post likes count6

The Polyglot Tax

Aditya Badramraju
Part 1 of 4 - The Multi-model Database Series This is a four-part series about what happens when a single database engine handles relational, document, graph, vector, and analytical workloads natively - and what you stop paying for when it does. You spin up a database, point an agent...
Azure SQL Dev Corner
Feb 25, 2026
Post comments count0
Post likes count0

MSSQL Extension for VS Code: Query Profiler, ADS Migration Toolkit & More

Carlos,
Tauseef,
Yo-Lei
The MSSQL Extension for VS Code continues to evolve, delivering features that make SQL development more integrated, more powerful, and more developer-friendly. In version v1.40.0, we're introducing the ADS Migration Toolkit, Basic Database Management, Flat File Import, Database Backup...
Azure SQL Dev Corner