Microsoft
Developer Blogs

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

Highlights

Build AI Agents with GitHub Copilot SDK and Microsoft Agent Framework

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...
Read moreClick to read more about this post

Latest posts

Microsoft for Java Developers Feature Image
Feb 2, 2026
Post comments count0
Post likes count1

Java OpenJDK January 2026 Patch & Security Update

Author Avatar
Josh Martin-Jaffe
Hello Java customers! We are happy to announce the latest January 2026 patch & security update release for the Microsoft Build of OpenJDK. Download and install the binaries today. OpenJDK 25.0.2 OpenJDK 21.0.10 OpenJDK 17.0.18 OpenJDK 11.0.30 Check our release...
Microsoft for Java Developers
darkmode image
Feb 2, 2026
Post comments count0
Post likes count0

Azure Cosmos DB Data Explorer now supports Dark Mode

Author Avatar
Meredith Moore
If you spend time in the Azure Portal’s using Azure Cosmos DB Data Explorer, you know it’s a “lots of screens, lots of tabs, lots of work happening” kind of place. So I’m excited to share a small upgrade that makes a big difference: Dark Mode is now supported in Cosmos DB Data...
Azure Cosmos DB Blog
banner oldnewthing blue image
Feb 2, 2026
Post comments count5
Post likes count1

Studying compiler error messages closely: Input file paths

Author Avatar
Raymond Chen
Are you even compiling the correct file?
The Old New Thing
Screenshot 2025 10 07 233551 image
Jan 30, 2026
Post comments count0
Post likes count0

Build AI Agents with Claude Agent SDK and Microsoft Agent Framework

Author Avatar
Dmytro Struk
Microsoft Agent Framework now integrates with the Claude Agent SDK, enabling you to build AI agents powered by Claude's full agentic capabilities. This integration brings together the Agent Framework's consistent agent abstraction with Claude's powerful features, including file editing,...
Semantic Kernel
banner oldnewthing blue image
Jan 30, 2026
Post comments count1
Post likes count1

Why not store the SAFEARRAY reference count as a hidden allocation next to the SAFEARRAY?

Author Avatar
Raymond Chen
The case of "Bring your own SAFEARRAY."
The Old New Thing
azd jan 2026 release image
Jan 30, 2026
Post comments count0
Post likes count0

Azure Developer CLI (azd) - January 2026: Configuration & Performance

Author Avatar
PuiChee (PC) Chan
This post announces the January 2026 release of the Azure Developer CLI (`azd`).
Azure SDK Blog
azsdk jan 2026 release image
Jan 29, 2026
Post comments count0
Post likes count0

Azure SDK Release (January 2026)

Author Avatar
Ronnie Geraghty
Azure SDK releases every month. In this post, you'll find this month's highlights and release notes.
Azure SDK Blog
Title slide for Azure Cosmos DB TV Episode 111 featuring a dark, space-themed background with a stylized planet icon. Text reads ‘From Burger to Bots: Agentic Apps with Cosmos DB and LangChain.js’ and lists Mark Brown and Yohan Lasorsa as presenters.
Jan 29, 2026
Post comments count0
Post likes count1

Azure Cosmos DB TV Recap - From Burger to Bots – Agentic Apps with Cosmos DB and LangChain.js | Ep. 111

Author AvatarAuthor Avatar
Jay,
Mark
In Episode 111 of Azure Cosmos DB TV, host Mark Brown is joined by Yohan Lasorsa to explore how developers can build agent-powered applications using a fully serverless architecture. This episode focuses on a practical, end-to-end example that demonstrates how transactional application...
Azure Cosmos DB Blog
banner oldnewthing blue image
Jan 29, 2026
Post comments count1
Post likes count2

How can I retain access to the data in a SAFEARRAY after my method returns?

Author Avatar
Raymond Chen
Find a way to take ownership.
The Old New Thing