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 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 count6
Post likes count2

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 count1

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
May 4, 2026
Post comments count0
Post likes count1

Java OpenJDK April 2026 Patch & Security Update

Josh Martin-Jaffe
Hello Java customers! We are happy to announce the latest April 2026 patch & security update release for the Microsoft Build of OpenJDK. Check our release notes page for details on fixes and enhancements or download and install the binaries today. The source code of our builds...
Microsoft for Java Developers
May 4, 2026
Post comments count0
Post likes count0

Microsoft Agent Framework - Building Blocks for AI Part 3

Jeremy Likness
Build intelligent AI agents in .NET with the Microsoft Agent Framework. Learn how to create agents with tools, multi-turn conversations, memory, and graph-based workflows that bring together the building blocks from Parts 1 and 2.
.NET Blog
May 4, 2026
Post comments count0
Post likes count1

SQL MCP Server as an App Service

Jerry,
Helen
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.
Azure SQL Dev Corner
May 4, 2026
Post comments count1
Post likes count8

There is no Install - it's 'Stage' and 'Register'

Howard Kapustein
"Is ContosoParts.msix installed?" is a common - but misleading - question The term install is not a formal concept in MSIX. This may seem paradoxical for a deployment technology, but it makes perfect sense once you understand MSIX deployment’s core architecture. Deployment...
Inside MSIX
May 4, 2026
Post comments count1
Post likes count2

How do I inform Windows that I'm writing a binary file?

Raymond Chen
You don't. All files are binary at the file system level.
The Old New Thing