Microsoft
Developer Blogs

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

Highlights

MicrosoftTeams image image

When Infrastructure Scales But Understanding Doesn't

We all know this, even if we don't like to admit it: modern infrastructure can scale infinitely, but human understanding doesn't. We've all seen it happen - organizations going from managing dozens of servers to thousands of containers, from deploying weekly to deploying hundreds of...
Read moreClick to read more about this post

Authentication Tokens Are Not a Data Contract

Authentication tokens exist to answer one question: is this caller authorized to do this? They are not intended to be a stable data interface, a schema you can depend on, or an input into application logic. If your application decodes tokens and reads claims from them, this is an...
Read moreClick to read more about this post

Latest posts

azd mar 2026 release image
Mar 30, 2026
Post comments count0
Post likes count0

Azure Developer CLI (azd) - March 2026: Run and Debug AI Agents Locally, GitHub Copilot Integration, & Container App Jobs

Author Avatar
PuiChee (PC) Chan
Run, invoke, and monitor AI agents locally or in Microsoft Foundry with the new azd AI agent extension commands. Plus GitHub Copilot-powered project setup, Container App Jobs deployment, local preflight validation, and configurable timeouts.
Azure SDK Blog
sca docker tests blog image
Mar 30, 2026
Post comments count0
Post likes count0

Writing Azure service-related unit tests with Docker using Spring Cloud Azure

Author Avatar
Rujun Chen
This post shows how to write Azure service-related unit tests with Docker using Spring Cloud Azure.
Azure SDK Blog
banner oldnewthing blue image
Mar 30, 2026
Post comments count2
Post likes count0

A question about the maximimum number of values in a registry key raises questions about the question

Author Avatar
Raymond Chen
Why is this even a question?
The Old New Thing
banner oldnewthing blue image
Mar 27, 2026
Post comments count0
Post likes count3

What if a dialog wants to intercept its own message loop?

Author Avatar
Raymond Chen
You can steal them from your owner.
The Old New Thing
az sdk march 2026 release image
Mar 26, 2026
Post comments count0
Post likes count0

Azure SDK Release (March 2026)

Author Avatar
Ronnie Geraghty
Azure SDK releases every month. In this post, you find this month's highlights and release notes.
Azure SDK Blog
microsoft graph api sensitive email message image
Mar 26, 2026
Post comments count0
Post likes count1

Breaking Change Ahead: Graph API Updates to Sensitive Email Properties

Author Avatar
Thomas Mechelke
On 12/31/2026, we will begin restricting updates to sensitive properties on non-draft email messages (including subject, body, and recipients). Apps will need Mail-Advanced.ReadWrite (or .All / .Shared) with admin consent to continue modifying these fields. Review your current usage and update permissions now to avoid unexpected failures.
Microsoft 365 Developer Blog
Mar 26, 2026
Post comments count0
Post likes count4

TypeScript AppHost in Aspire 13.2: same app model, different syntax

Author Avatar
Sebastien Ros
Aspire 13.2 enables TypeScript developers to define AppHosts directly in TypeScript, with the same streamlined Aspire application model.
Aspire Blog
banner oldnewthing blue image
Mar 26, 2026
Post comments count0
Post likes count3

Why doesn't WM_ENTER­IDLE work if the dialog box is a Message­Box?

Author Avatar
Raymond Chen
Because it opted out.
The Old New Thing
search agent png image
Mar 26, 2026
Post likes count1

Building Search-Enabled Agents with Azure AI Foundry and Semantic Kernel and A2A

Author Avatar
Munish Malhotra
A step-by-step guide to enable search in the semantic kernel agents using bing grounding in Azure Foundry AI Agent using A2A.
ISE Developer Blog