Showing archive results for 2026

Apr 30, 2026
Post comments count0
Post likes count1

Azure Developer CLI (azd) – April 2026

Kristen Womack

The Azure Developer CLI () shipped five releases in April 2026. The biggest theme this month is multi-language hook support: write hooks in Python, JavaScript, TypeScript, or .NET alongside the existing Bash and PowerShell options. Here's what's in versions 1.23.14, 1.23.15, 1.24.0, 1.24.1, and 1.24.2. To share your feedback and questions, join...

javajavascriptpython
Apr 28, 2026
Post comments count0
Post likes count1

The problem: All-or-nothing batch processing in Azure Service Bus

Swapnil Nagar

Azure Functions lets you settle each Service Bus message on its own within a batch. Complete, abandon, dead-letter, or defer messages one by one to avoid duplicate processing and handle errors with precision.

javascriptpythontypescript
Apr 24, 2026
Post comments count1
Post likes count0

Azure MCP Server now available as an MCP Bundle (.mcpb)

Victor Colin Amador

Azure MCP Server is now available as an MCP Bundle (.mcpb), enabling one-click installation into Claude Desktop and other MCP-compatible clients.

azureAIMCP
Apr 22, 2026
Post comments count0
Post likes count2

Write azd hooks in Python, JavaScript, TypeScript, or .NET

Kristen Womack

Hooks are one of the most popular features in , and now you can write them in Python, JavaScript, TypeScript, or .NET, not just Bash and PowerShell. What's new? The Azure Developer CLI () hook system now supports four more languages beyond Bash and PowerShell. You can write hook scripts in Python, JavaScript, TypeScript, or .NET. automatically d...

javascriptpythontypescript
Apr 21, 2026
Post comments count0
Post likes count0

Azure SDK Release (April 2026)

Ronnie Geraghty

Azure SDK releases every month. In this post, you'll find this month's highlights and release notes.

sdkrelease
Apr 20, 2026
Post comments count1
Post likes count2

GitHub Copilot meets Azure Developer CLI: AI-assisted project setup and error troubleshooting

Kristen Womack

The Azure Developer CLI (azd) now integrates with GitHub Copilot for AI-assisted project scaffolding and intelligent deployment error troubleshooting, helping you resolve common Azure errors like MissingSubscriptionRegistration, SkuNotAvailable, and StorageAccountAlreadyTaken without leaving the terminal.

azure-developer-cliazdinfrastructure-as-code
Apr 7, 2026
Post comments count4
Post likes count10

MCP as Easy as 1-2-3: Introducing the Fluent API for MCP Apps

Lilian Kasem (she/her)

Build MCP tools with rich UI experiences using the new Fluent API for MCP Apps in the .NET isolated worker. Configure views, permissions, and security policies with just a few lines of code.

dotnetAIMCP