Microsoft
Developer Blogs

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

Highlights

Governance at the Speed of Agents image

Exponential backoff and circuit breaker for Service Bus-triggered Azure Functions

Use exponential backoff and circuit breaker patterns in Azure Functions with Service Bus SDK bindings. Control retry storms, protect dependencies, and degrade gracefully under transient failures.
Read moreClick to read more about this post

Latest posts

May 21, 2026
Post comments count0
Post likes count1

PowerShell is now notarized and hardened for macOS

Jason Helmick
PowerShell for macOS is now properly notarized and hardened, meeting both Apple and Microsoft security requirements.
PowerShell Team
May 21, 2026
Post likes count2

Coordinating AI-Assisted Development with AGENTS.md and Skills

Jimmy,
Destiny
How to move AI-assisted development from ad-hoc experimentation to a coordinated team-wide capability using AGENTS.md and reusable skills with GitHub Copilot CLI
ISE Developer Blog
May 20, 2026
Post likes count0

Visual Studio Code 1.121

Visual Studio Code Team
Learn what's new in Visual Studio Code 1.121 (Insiders) Read the full article
VS Code Blog
May 20, 2026
Post comments count0
Post likes count1

PowerShell PSResource Roadmap and Best Practices

Sydney Smith
PowerShell is a critical automation and configuration platform across enterprises—and as that automation grows, how you source, validate, and distribute PowerShell packages becomes just as important as the scripts themselves. Modern security guidance increasingly treats package feeds...
PowerShell Team
May 20, 2026
Post comments count0
Post likes count2

Your dev loop is full of tribal knowledge

David Fowler
Aspire turns a team's scattered tribal knowledge into an explicit, incrementally-adoptable app model that humans, scripts, and AI agents can all use.
Aspire Blog
May 20, 2026
Post comments count0
Post likes count0

Stop prompt injection from hijacking your agent, new security capabilities now released within Agent Framework

Eduard,
Shruti
Prompt injection is the #1 risk on the OWASP LLM Top 10, and most agents in production today defend against it with one of two heuristics: a defensive system prompt, or a hand-rolled allowlist. Neither is deterministic. Both fail silently the day someone slips a [SYSTEM OVERRIDE] line...
Microsoft Agent Framework
May 20, 2026
Post comments count1
Post likes count2

The classic TreeView control lets me sort by name or by lParam, but why not both?

Raymond Chen
You need to arrange to get one from the other.
The Old New Thing
May 19, 2026
Post comments count4
Post likes count1

Introducing Sample Profile Guided Optimization in MSVC

David Gillies
Profile Guided Optimization (PGO) has long been one of the most powerful tools in the MSVC compiler's arsenal for improving the runtime performance of C and C++ applications. By using execution profile data collected from representative workloads, PGO enables the compiler to make smarter...
C++ Team Blog
May 19, 2026
Post comments count0
Post likes count1

How to run evals for the model router

Sanjeev,
leestott,
Marie-Louise
Walk through running quality, cost, and latency evaluations for the Foundry model router using an open-source GitHub repo designed for router-aware eval pipelines.
Microsoft Foundry Blog