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

Apr 23, 2026
Post comments count2
Post likes count2

CodeAct in Agent Framework: Faster Agents with Fewer Model Turns

Eduard van Valkenburg
Modern AI agents often aren't bottlenecked by model quality, they are bottlenecked by orchestration overhead. When an agent chains together many small tool calls, each step typically requires a new model turn, driving up latency and token usage. With CodeAct support in Agent...
Microsoft Agent Framework
Apr 23, 2026
Post comments count12
Post likes count2

Another crash caused by uninstaller code injection into Explorer

Raymond Chen
Inadvertently destroying a staircase while standing on it.
The Old New Thing
Apr 23, 2026
Post likes count1

Lessons Learned from Building a Well-Matching Intelligence Layer

Emmeline,
Oscar,
Kavitha
Key insights from the EDA and Ground Truth journey for solving well identity resolution in the Energy industry—challenges that extend to any entity matching problem across distributed systems.
ISE Developer Blog
Apr 22, 2026
Post comments count0
Post likes count1

Take the 2026 ISO C++ Developer Survey!

Augustin Popa
The 2026 ISO C++ developer survey is now open: 2026 Annual C++ Developer Survey "Lite" : Standard C++ It takes about 10 minutes and directly informs the standardization committee and tooling vendors so the C++ ecosystem can continue evolving the right way. Please share your feedback...
C++ Team Blog
Apr 22, 2026
Post comments count0
Post likes count2

C++ Code Intelligence for GitHub Copilot CLI (Preview)

Erika Sweet
We recently brought C++ code understanding tools to GitHub Copilot in Visual Studio and VS Code. These tools provide precise, semantic understanding of your C++ code to GitHub Copilot using the same IntelliSense engine that powers code navigation in the IDE. Until now, these capabilities...
C++ Team Blog
Apr 22, 2026
Post likes count0

Visual Studio Code 1.117

Visual Studio Code Team
Learn what's new in Visual Studio Code 1.117 Read the full article
VS Code Blog
Apr 22, 2026
Post comments count0
Post likes count2

Write azd hooks in Python, JavaScript, TypeScript, or .NET

Kristen Womack
Hooks are one of the most popular features in azd, and now you can write them in Python, JavaScript, TypeScript, or .NET, not just Bash and PowerShell. What's new? The Azure Developer CLI (azd) hook system now supports four more languages beyond Bash and PowerShell. You can write hook...
Azure SDK Blog
Apr 22, 2026
Post comments count0
Post likes count1

PIX 2604.27004-preview - support for new D3D12 Preview features, and more

Henchhing Limbu
Today we released PIX version 2604.27004-preview, which can be downloaded here. This release has initial support for the new D3D12 features, notably Batched Asynchronous Command List APIs, that was released in a preview DirectX Agility SDK today. Please visit this blog post for more...
PIX on Windows
Apr 22, 2026
Post comments count0
Post likes count0

7 tips to optimize Azure Cosmos DB costs for AI and agentic workloads

Michal Toiba
AI apps and agentic workloads expose inefficiencies in your data layer faster than any previous generation of apps. You’re storing embeddings, serving low-latency retrieval, handling bursty traffic from chat and orchestration, and often operating across regions. Done right, Azure Cosmos...
Azure Cosmos DB Blog