Azure Functions & Durable Functions
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.
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.
Explains the internal execution flow of an activity in Azure Durable Functions, focusing on message queues and dispatchers.
A guide on handling multipart/form-data in Azure Durable Functions HTTP Orchestration Triggers using ASP.NET Core integration.
A developer shares their detailed experience and step-by-step guide for migrating Azure Durable Functions from .NET 6 to the .NET 8 isolated worker model.
Explains the internal event processing and execution flow when running an activity function within an Azure Durable Functions orchestration.
Explores the internal mechanics of starting an orchestration in Azure Durable Functions, focusing on message queuing and client initialization.
A technical deep dive into the startup process and internal mechanics of Azure Durable Functions, focusing on instance initialization.
A technical guide on building a secure code execution sandbox using Azure Durable Functions and Container Instances to run user-submitted C# code.
A guide to managing and cleaning up execution history data in Azure Durable Functions to control storage costs and maintain performance.
Explains how Azure Durable Functions scale, detailing the differences between stateless activity functions and stateful orchestrators/entities.
A technical tutorial on deploying and running a Durable Azure Function inside a Docker container, covering prerequisites and step-by-step setup.