Microsoft’s Azure Developer CLI (azd) shipped seven releases across March 2026, adding a local run-and-debug loop for AI agents as the headline feature. The update, detailed on the Azure SDK blog, lets developers run and test agents on their machines before deploying to Microsoft Foundry.
What Shipped
The new azure.ai.agents extension adds four commands, according to the Azure SDK blog:
azd ai agent runstarts an agent locallyazd ai agent invokesends messages to a local or deployed agentazd ai agent showdisplays container status and healthazd ai agent monitorstreams container logs in real time
Previously, debugging Azure-hosted agents required deploying to cloud endpoints first, adding latency and cost to every iteration cycle. Local run-and-debug removes that round trip.
GitHub Copilot also plugs into azd init for AI-assisted project scaffolding. The integration includes a multi-step error troubleshooting flow: when a command fails, the developer selects a category (explain, guidance, troubleshoot, or skip), optionally lets the agent apply a fix, and retries without leaving the terminal.
Other additions include Container App Jobs deployment through existing host: containerapp configuration, local preflight validation that catches Bicep parameter errors before deploying to Azure, automatic pnpm and yarn detection for JavaScript projects, and configurable per-service deployment timeouts.
Microsoft’s Full-Stack Agent Platform Push
The azd update lands in the same week Microsoft hired Omar Shahine to integrate OpenClaw into Microsoft 365 and opened Copilot Cowork to early-access enterprise customers. Together, these moves position Microsoft as a full-stack agent platform: developer tooling (azd) for building agents, cloud infrastructure (Foundry) for hosting them, and enterprise distribution (M365) for deploying them to end users.
Why It Matters
For agent builders on Azure, local debugging is a concrete developer-experience improvement that reduces the cost and friction of every iteration cycle. The seven releases in a single month also signal that Microsoft is investing heavily in the agent developer toolchain, not just the consumer-facing products.