Microsoft
Developer Blogs

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

Highlights

Azure MCP Server now available as an MCP Bundle (.mcpb)

Azure MCP Server is now available as an MCP Bundle (.mcpb), enabling one-click installation into Claude Desktop and other MCP-compatible clients.
Read moreClick to read more about this post

Azure Data Studio is retired: Move your Azure SQL workflow to VS Code in 10 minutes

Azure Data Studio (ADS) retired on February 6, 2025, and support ended on February 28, 2026. The recommended path forward is Visual Studio Code with the MSSQL extension. If you used ADS daily, this guide gets you productive quickly in VS Code. The focus is on importing your existing...
Read moreClick to read more about this post

Latest posts

Jan 26, 2026
Post comments count0
Post likes count3

What's the difference between Safe­Array­Access­Data and Safe­Array­Add­Ref?

Raymond Chen
Two ways of preserving the data.
The Old New Thing
Jan 26, 2026
Post likes count0

Giving Agents a Visual Voice: MCP Apps Support in VS Code

Harald Kirschner, Connor Peet
VS Code now supports MCP Apps, enabling AI agents to display interactive UIs for richer developer workflows. Read the full article
VS Code Blog
Jan 23, 2026
Post comments count0
Post likes count1

Azure Cosmos DB TV Recap: Supercharging AI Agents with the Azure Cosmos DB MCP Toolkit (Ep. 110)

Mark,
Sajeetharan,
Jay
In Episode 110 of Azure Cosmos DB TV, host Mark Brown is joined by Sajeetharan Sinnathurai to explore how the Azure Cosmos DB MCP Toolkit is changing the way developers build, deploy, and scale AI agents using real application data. As agentic AI systems evolve, one challenge continues...
Azure Cosmos DB Blog
Jan 23, 2026
Post comments count3
Post likes count13

Bringing work context to your code in GitHub Copilot

Kayla Cinnamon
This week we shipped the GitHub Copilot SDK which takes the agent loop from the Copilot CLI and makes it easy to embed in other applications. We’ve been using, improving, and extending Copilot CLI for the last few months and it’s sparked new ideas about what it means to have the right...
Microsoft for Developers
Jan 23, 2026
Post comments count15
Post likes count6

C++ has scope_exit for running code at scope exit. C# says "We have scope_exit at home."

Raymond Chen
You can wrap it in an IDisposable.
The Old New Thing
Jan 23, 2026
Post likes count1

Bridging Local Development and Cloud Evaluation: Using Microsoft Devtunnels with Azure Machine Learning

Nasryn El-Hinnawi
Learn how to streamline AI development by using Microsoft Devtunnels to connect local services with Azure Machine Learning evaluation pipelines, eliminating deployment delays while maintaining comprehensive cloud-based validation.
ISE Developer Blog
Jan 22, 2026
Post comments count0
Post likes count2

Introducing the Azure Cosmos DB Agent Kit: Your AI Pair Programmer Just Got Smarter

Sajeetharan Sinnathurai
The Azure Cosmos DB Agent Kit is an open-source collection of skills that teaches your AI coding assistant (GitHub Copilot, Claude Code, Gemini CLI) expert-level Azure Cosmos DB best practices. Install with one command, get production-ready guidance instantly. The Challenge Every...
Azure Cosmos DB Blog
Jan 22, 2026
Post comments count6
Post likes count3

A simple helper function for attaching a progress handler to a Windows Runtime IAsync­Action­With­Progress or IAsync­Operation­With­Progress

Raymond Chen
It doesn't do much, but it saves typing.
The Old New Thing
Jan 21, 2026
Post comments count0
Post likes count1

Now in Public Preview: GitHub Copilot build performance for Windows

David Li
Last year, we launched our new GitHub Copilot build performance capabilities in Private Preview. With help from our fantastic C++ community, we gathered insights and addressed key feedback. We’re happy to share that GitHub Copilot build performance for Windows is now in Public Preview....
C++ Team Blog