Showing tag results for azure

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 6, 2026
Post comments count0
Post likes count3

MCP Apps on Azure Functions: Quickstart with TypeScript

Swapnil Nagar

Learn how to build and deploy MCP (Model Context Protocol) apps on Azure Functions using TypeScript. This guide covers MCP tools, resources, local development, and serverless deployment with a practical weather app example.

javascriptpythontypescript
Sep 8, 2023
Post comments count2
Post likes count2

Understanding the Azure Core library for .NET

Anne Thompson

Learn about the Azure Core library and how it enables consistent usage patterns across the Azure SDK.

.NETazuresdkazure
May 23, 2023
Post comments count0
Post likes count4

Azure Developer CLI (azd) 1.0.0 release

Savannah Ostrowski

This post announces the first GA release of the Azure Developer CLI (`azd`).

javajavascriptpython
Apr 5, 2023
Post comments count0
Post likes count2

Transport sharing in the Azure SDK for Python

Xiang Yan

Learn how to improve the performance and efficiency of your Azure SDK for Python applications by sharing a transport object across multiple clients or requests.

pythonazure-sdkazuresdk