Showing tag results for Azure Functions

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

dotnetAIAzure Functions
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
Mar 22, 2022
Post comments count0
Post likes count0

What’s new in the Azure Functions Tables extension for .NET **Beta**

Josh Love

Azure Functions Tables extension now are available in a new Beta package called Microsoft.Azure.WebJobs.Extensions.Tables. Like the other new Azure Functions extensions for Storage, Event Hubs, and Service Bus, the new Tables extension supports integration with Azure.Identity.

.NETAzure Functionstables