Microsoft Agent Framework: Deterministic Multi-Agent Orchestrations with .NET Durable Functions
Building deterministic multi-agent orchestrations with Microsoft Agent Framework and .NET Durable Functions for controlled agent coordination.
Building deterministic multi-agent orchestrations with Microsoft Agent Framework and .NET Durable Functions for controlled agent coordination.
Explores hosting Microsoft Agent Framework on Azure Functions using Durable Task Scheduler (DTS) as the backend, highlighting setup, benefits, and dashboard features.
Guide to hosting Microsoft Agent Framework agents on Azure Functions with .NET, using Durable Functions for state persistence.
A curated daily digest of IT/technology news, covering AI, .NET, web development, cloud, and software engineering updates for April 9, 2026.
A daily tech link roundup covering .NET, AI, web development, Python, Windows, and developer tools from February 2026.
Explains a critical 32-character naming limit in Azure Logic Apps Standard that can cause deployment and runtime errors due to Host ID collisions.
A guide to implementing Dependency Injection in .NET 10 Isolated Azure Durable Functions using the TaskEntity<T> base class.
A daily roundup of links covering .NET, web development, AI tools, Windows updates, and various software engineering topics and tutorials.
Explains how to use multiple output bindings with HTTP-triggered Azure Functions in the isolated worker model, covering both HttpRequestData and ASP.NET Core integration.
A tutorial on building an ASP.NET Core API with Azure Functions, Durable Functions, and SQL Server, using GitHub Copilot to generate the project architecture.
Announcing a new series on building APIs with C# and .NET, starting with Azure Functions and Durable Functions.
Guide on configuring Azure Functions to run locally with production app settings, explaining environment variables and project file adjustments.
Explains why Azure Container App Jobs are a simpler alternative to Azure Functions for running scheduled tasks and processing events in Azure.
Explains the internal execution flow of an activity in Azure Durable Functions, focusing on message queues and dispatchers.
Fixing Azure DevOps pipeline error where Azure Functions Core Tools can't find .NET 10 installed by UseDotNet@2 task on Windows agents.
Explains how to fix missing custom logs in .NET Isolated Azure Functions by adjusting the default Application Insights logging filter.
A tutorial on enabling OpenAPI/Swagger support in .NET Isolated Azure Functions, covering package installation and attribute configuration.
Building an MCP server on Azure Functions to send emails using Azure Communication Services, with two authentication scenarios.
Troubleshooting Azure Function App host runtime errors caused by Storage account networking misconfiguration and the secure fix.
A guide on handling multipart/form-data in Azure Durable Functions HTTP Orchestration Triggers using ASP.NET Core integration.