Azure SDK Blog

Develop Azure solutions with the Azure SDKs aka.ms/azsdk

Latest posts

Image
Jun 22, 2026
Post comments count 0
Post likes count 0

Azure SDK Release (May 2026)

Image
Justin Bettencourt

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

Image
Jun 2, 2026
Post comments count 0
Post likes count 3

Introducing azure-functions-skills: An AI-Era Workspace for Azure Functions (Preview)

Image
Tsuyoshi Ushio

azure-functions-skills gives GitHub Copilot CLI, Claude Code, Codex CLI, and VS Code the skills, MCP configuration, hooks, and instructions needed to create, diagnose, deploy, and validate Azure Functions projects end-to-end.

Image
May 19, 2026
Post comments count 0
Post likes count 0

Eliminate LLM Cold starts: Load models up to 6x Faster with Azure Blob Storage and Run:AI Model Streamer

Image
Vishnu Charan TJ

Stop paying for idle GPUs while model weights copy to disk. Stream them straight into GPU memory instead with Run:AI Streamer from Azure Blob Storage. The Problem: Every Cold Start Costs You More Than Money GPU compute is among the most expensive cloud infrastructure, and every second a GPU is allocated but unavailable for serving is real money lost. The cost also goes beyond your Azure bill: slow cold starts can delay responses, stress SLAs, and degrade user experience during traffic spikes, when users need capacity most. In many conventional inference deployments, a cold start triggered by auto-scalin...

Image
May 14, 2026
Post comments count 0
Post likes count 3

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

Image
Swapnil Nagar

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.

Image
May 14, 2026
Post comments count 0
Post likes count 1

From beta to stable: Announcing the Azure SDK for Rust 🎉🦀

Image
Ronnie Geraghty

Announcing the stable release of the Azure SDK for Rust. This release includes stable libraries for Core, Identity, Key Vault (Secrets, Keys, Certificates), and Storage (Blobs, Queues).

Image
May 7, 2026
Post comments count 0
Post likes count 3

Least privilege AI agents: A new azd template from Curity and Microsoft

Image
Kristen Womack

If you ever built an AI agent demo, you probably had this moment. Everything works: the agent interprets natural language, calls the right tools, and returns the right data. Then you start designing for the real users of the app. You think about data boundaries: what if someone tries to get data they're not supposed to see? For example, imagine a customer support app where users can say "give me a markdown report on the last three months of stock transactions and the value of my portfolio." Then an agent does the work. First, you need to design for security so the agent doesn't commingle data from separate cus...

Image
Apr 30, 2026
Post comments count 0
Post likes count 1

Azure Developer CLI (azd) – April 2026

Image
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 the April release discussion on GitHub. Highlights: New features 🪝 Multi-language hooks Hooks in now support Python, JavaScript, TypeScript, and .NET scripts, alongside the existing Bash and PowerShell options. Each language gets auto...

Image
Apr 28, 2026
Post comments count 0
Post likes count 1

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

Image
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.

Image
Apr 24, 2026
Post comments count 2
Post likes count 0

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

Image
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.