Microsoft
Developer Blogs

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

Highlights

The problem: All-or-nothing batch processing in Azure Service Bus

Azure Functions lets you settle each Service Bus message on its own within a batch. Complete, abandon, dead-letter, or defer messages one by one to avoid duplicate processing and handle errors with precision.
Read moreClick to read more about this post

Governing MCP tool calls in .NET with the Agent Governance Toolkit

Learn how to govern MCP tool calls in .NET with the Agent Governance Toolkit—policy-based access control, security scanning, and response sanitization to reduce risk in AI agent systems.
Read moreClick to read more about this post

Latest posts

Jan 28, 2026
Post comments count2
Post likes count0

Introducing the Microsoft Graph User Configuration API (preview)

Cameron Parker
The User Configuration API is now available in the beta endpoint in Microsoft Graph. Use it to create, read, update, and delete user configuration objects in Exchange Online mail folders.
Microsoft 365 Developer Blog
Jan 28, 2026
Post comments count0
Post likes count0

Accelerate Your Cosmos DB Infrastructure with GitHub Copilot CLI and Azure Cosmos DB Agent Kit

Sajeetharan Sinnathurai
Modern infrastructure work is increasingly agent driven, but only if your AI actually understands the platform you’re deploying. This guide shows how to turn GitHub Copilot CLI into an Azure Cosmos DB aware infrastructure expert by loading the Azure Cosmos DB Agent Kit. In under a...
Azure Cosmos DB Blog
Jan 28, 2026
Post comments count2
Post likes count20

.NET AI Essentials - The Core Building Blocks Explained

Jeremy Likness
Learn how Microsoft.Extensions.AI provides a unified API for building intelligent .NET applications with any LLM provider - one interface, endless possibilities, with built-in middleware, telemetry, structured outputs and more.
.NET Blog
Jan 28, 2026
Post comments count8
Post likes count0

SharePoint Framework (SPFx) roadmap update – January 2026

Vesa Juvonen
SPFx is powering the future of Microsoft 365 with AI driven portals and deep integrations across SharePoint Teams and Viva. The January 2026 update shares new features and the roadmap for the next evolution built for the AI era. This is a transparent community driven journey that we shape together.
Microsoft 365 Developer Blog
Jan 28, 2026
Post comments count0
Post likes count1

Why did I lose the data even though I called Safe­Array­Add­Ref?

Raymond Chen
You have to use the original pointer, but even that won't be good enough.
The Old New Thing
Jan 27, 2026
Post comments count0
Post likes count2

GitHub Copilot app modernization for C++ is now in Public Preview

Michael Price
With the launch of Visual Studio 2026, we announced a Private Preview of GitHub Copilot app modernization for C++, which reduces the cost of adopting the latest version of the MSVC Build Tools. We used the feedback we received from our many Private Preview participants to make...
C++ Team Blog
Jan 27, 2026
Post comments count0
Post likes count0

Visual Studio Code CMake Tools 1.22: Target bookmarks and better CTest output

Sinem Akinci
We're excited to announce the latest 1.22 release of the CMake Tools extension for Visual Studio Code. This update brings a host of new additions, including project outline updates for filtering and bookmarking CMake targets in large CMake projects and expanded CTest support to customize...
C++ Team Blog
Jan 27, 2026
Post comments count0
Post likes count4

Build AI Agents with GitHub Copilot SDK and Microsoft Agent Framework

Dmytro Struk
Microsoft Agent Framework now integrates with the GitHub Copilot SDK, enabling you to build AI agents powered by GitHub Copilot. This integration brings together the Agent Framework's consistent agent abstraction with GitHub Copilot's capabilities, including function calling, streaming...
Microsoft Agent Framework