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

May 6, 2026
Post comments count0
Post likes count0

From Local to Production: Deploy Your Microsoft Agent Framework Agent with Foundry Hosted Agents

Tao,
Shawn
Once you have your Microsoft Agent Framework (MAF) agent or workflow happily running locally on your dev machine, it's time to decide how to deploy your agent to production, monitor it, evaluate it and version it. These decisions are just as important as getting the agent running. Hosted...
Microsoft Agent Framework
May 6, 2026
Post comments count0
Post likes count6

Durable Workflows in the Microsoft Agent Framework

Shyju Krishnankutty
Build durable AI agent workflows with the Microsoft Agent Framework. Start with in-process console apps, add durability with the Durable Task runtime, scale with parallel AI agents, and host on Azure Functions for serverless execution.
.NET Blog
May 6, 2026
Post comments count0
Post likes count0

GitHub Copilot Modernize 101 is live on the Microsoft Developer Channel

Ayan Gupta
Modernization used to be something you avoided until you couldn’t anymore. A big rewrite. A long migration plan. A risky cutover. Something you’d maybe do once every few years—if you had to. That model doesn’t work anymore. The ask has changed. It’s not just “move to the...
Microsoft for Java Developers
May 6, 2026
Post comments count0
Post likes count0

Announcing the Public Preview of Azure Cosmos DB Shell: Open-Source Power Meets AI-Driven Database Automation

Sajeetharan Sinnathurai
 Today, we're thrilled to announce the public preview of Azure Cosmos DB Shell – a powerful, open-source command-line interface that revolutionizes how developers interact with their Azure Cosmos DB databases. With integrated Model Context Protocol (MCP) server support, native agentic...
Azure Cosmos DB Blog
May 6, 2026
Post comments count6
Post likes count1

Why not have changes in API behavior depend on the SDK you link against?

Raymond Chen
Static libraries don't stand a chance.
The Old New Thing
May 5, 2026
Post comments count0
Post likes count0

Azure Cosmos DB Conf 2026 Recap: Lessons from Production

Mark Brown
A team was running at 100% RU utilization. Throttles were compounding into retries. P99 latency was degrading. The assumption was obvious: provision more throughput. They didn’t. Instead, they found a single logical partition absorbing more than 80% of traffic. After fixing the...
Microsoft for Developers
May 5, 2026
Post comments count10
Post likes count4

A dispute over the TAB key highlights a mismatch between Microsoft and IBM organizational structures

Raymond Chen
I want to speak to your manager.
The Old New Thing
May 4, 2026
Post comments count0
Post likes count2

Announcing the WinApp VS Code Extension — Run, Debug, and Package Windows Apps in VS Code

Chiara Mooney
VS Code is where many cross-platform and web developers already work, but getting package identity, MSIX packaging, and Windows SDK tooling often meant reaching for Visual Studio or command-line tools. The WinApp VS Code extension brings the full power of the Windows App Development...
#ifdef Windows
May 4, 2026
Post comments count1
Post likes count1

Giving Copilot more C++ context using custom instructions in VS Code

Sinem Akinci
In February, we announced how GitHub Copilot can now use C++ symbol context and CMake build configuration awareness to deliver smarter suggestions in Visual Studio Code. Today, we're excited to share new ways to further enhance your C++ development experience with Copilot and get the most...
C++ Team Blog