Deploy a .NET MCP server to Azure Functions

Series .NET MCP on Azure Part 2 of 2

How to take an existing ASP.NET Core MCP server built with the official .NET SDK and run it on Azure Functions as a self-hosted custom handler.

June 21, 2026 · 11 min · 2310 words

Microsoft Agent Framework Multimodal Agents: Images, PDFs, and Provider Differences

Series Deep Dive: Microsoft Agent Framework Part 14 of 14 (ongoing)

How Microsoft Agent Framework agents can work with images and PDFs, where native multimodal support helps, and why provider differences still matter.

June 17, 2026 · 13 min · 2723 words

Agent Framework RAG for Agents: Giving Your Agent the Right Context

Series Deep Dive: Microsoft Agent Framework Part 13 of 14 (ongoing)

How to connect Microsoft Agent Framework agents to private application knowledge without stuffing full documents into the prompt.

June 10, 2026 · 10 min · 2039 words

Build and deploy an MCP server with .NET and Azure Container Apps

Series .NET MCP on Azure Part 1 of 2

How to build a Streamable HTTP MCP server with the official .NET SDK, containerize it, deploy it to Azure Container Apps, and call it from a C# client.

June 7, 2026 · 10 min · 2040 words

Microsoft Agent Framework Workflows: When to Use Them and When to Stay in C#

Series Deep Dive: Microsoft Agent Framework Part 12 of 14 (ongoing)

When to use Microsoft Agent Framework workflows for explicit, observable, resumable, long-running orchestration, and why normal C# code is often the better choice.

June 3, 2026 · 14 min · 2795 words

Agents as Tools in Microsoft Agent Framework

Series Deep Dive: Microsoft Agent Framework Part 11 of 14 (ongoing)

How to delegate work between Microsoft Agent Framework agents by exposing focused agents as function tools, and when this is better than manual routing or a workflow engine.

May 27, 2026 · 10 min · 2096 words

Why CancellationToken Matters More in .NET AI Systems

Why CancellationToken matters more in .NET AI systems, and how to pass it through LLM calls, streaming responses, embeddings, retrieval, and tool execution.

May 24, 2026 · 12 min · 2407 words

Manual Multi-Agent Routing in .NET

Series Deep Dive: Microsoft Agent Framework Part 10 of 14 (ongoing)

How to route requests between specialized Microsoft Agent Framework agents with a cheap intent agent, structured output, and a normal C# switch statement.

May 20, 2026 · 10 min · 2046 words

Extending .NET Agents with MCP and Agent Skills

Series Deep Dive: Microsoft Agent Framework Part 9 of 14 (ongoing)

How to extend Microsoft Agent Framework agents with MCP tools and Agent Skills, when to use each model, and what trust boundaries to keep around external servers, local files, and scripts.

May 12, 2026 · 11 min · 2148 words

Structured Output in .NET Agents

Series Deep Dive: Microsoft Agent Framework Part 8 of 14 (ongoing)

Use structured output in Microsoft Agent Framework to turn LLM responses into typed C# objects that can be validated, tested, and used safely in application code.

May 10, 2026 · 9 min · 1761 words