Microsoft
Developer Blogs

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

Highlights

Your Migration's Source of Truth: The Modernization Assessment

Introducing GitHub Copilot Modernization and diving into the assessment report as part of cloud modernization process
Read moreClick to read more about this post

GitHub Copilot for Eclipse Is Going Open Source

We’re excited to announce that the GitHub Copilot for Eclipse plugin is going open source under the MIT license and will be hosted on GitHub under the microsoft organization in the coming weeks. By open-sourcing the project, we’re inviting the community to contribute,...
Read moreClick to read more about this post

Latest posts

Sparkle blue 1 image
Mar 13, 2026
Post comments count0
Post likes count0

The Human Scale Problem in Platform Engineering

Diego,
Ray
We keep doing this thing where we solve a problem, celebrate the victory, then realize we've created three new problems we didn't even know existed. Remember when manually configuring servers was the bottleneck? So we built containers. Great! Now we're orchestrating thousands of them....
All things Azure
index-hero
Mar 13, 2026
Post comments count2
Post likes count0

March Patches for Azure DevOps Server

Gloridel Morales
We are releasing patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay on the latest, most secure version of Azure DevOps Server. The latest release, Azure DevOps Server, is available from the download page. This patch addresses an...
Azure DevOps Blog
azd live log blog image
Mar 13, 2026
Post comments count0
Post likes count0

Azure Developer CLI (azd): Debug hosted AI agents from your terminal

PuiChee (PC) Chan
New azd ai agent show and monitor commands help you diagnose hosted AI agent failures directly from the CLI.
Azure SDK Blog
banner oldnewthing blue image
Mar 13, 2026
Post comments count4
Post likes count3

Windows stack limit checking retrospective: MIPS

Raymond Chen
Optimizing out the unnecessary probes comes with its own complexity.
The Old New Thing
Image titled 'Agent Skills' showing three interconnected components: a 'Reference' book icon with gears, a 'skill.md' markdown file icon with a pencil, and a 'Scripts' cloud icon with a lightning bolt and coding symbol.
Mar 13, 2026
Post comments count0
Post likes count2

What's New in Agent Skills: Code Skills, Script Execution, and Approval for Python

Sergey Menshykh
Code-Defined Skills, Script Execution, and Approval for Agent Skills in Python When we introduced Agent Skills for Microsoft Agent Framework, you could package domain expertise as file-based skill directories and have agents discover and load them on demand. Now, the Python SDK takes...
Microsoft Agent Framework
How VS Code Builds with AI
Mar 13, 2026
Post likes count0

How VS Code Builds with AI

Pierce Boggan
Learn how VS Code uses AI across its own development workflow with GitHub Copilot agent mode, automated testing, and AI-powered code review. Read the full article
VS Code Blog
ultimate image
Mar 12, 2026
Post comments count1
Post likes count3

Evolving DirectX for the ML Era on Windows

Adele,
Serena
At GDC this year, we shared how machine learning is becoming foundational to real time graphics, and how DirectX is evolving to meet that shift across shader level and model level ML. ML is no longer a niche optimization or a postprocess trick. It’s increasingly embedded throughout the...
DirectX Developer Blog
Picture2 image
Mar 12, 2026
Post comments count0
Post likes count1

Microsoft at JavaOne: Empowering Java developers to lead the next era of AI

Brian Benz
Java has powered some of the world’s most mission‑critical systems for decades and that’s a big part of why we’re excited to be back with the community at JavaOne 2026 (March 17–19 in Redwood City). At Microsoft, we get to work with Java teams every day: folks shipping at...
Microsoft for Java Developers
Screenshot 2025 10 07 233551 image
Mar 12, 2026
Post comments count0
Post likes count0

Agent Harness in Agent Framework

Dmytro,
Chris,
Eduard
Agent harness is the layer where model reasoning connects to real execution: shell and filesystem access, approval flows, and context management across long-running sessions. With Agent Framework, these patterns can now be built consistently in both Python and .NET. In this post,...
Microsoft Agent Framework