Durable Functions Tutorial Using C# | Azure Activity Functions | Stateful Functions

preview_player
Показать описание
In this durable functions tutorial I am talking about state management using durable functions and how they are useful for developing workflow based applications. Also known as stateful functions they use azure activity functions to implement a workflow. We will also discuss a bit about the Azure durable function patterns like function chaining, fan-out/Fan-in, Async HTTP APIs, Monitor, Human interaction and Aggregator.

However, the main motive of this durable functions tutorial is to show the viewers on how to create a basic durable function in Azure using C# and Visual Studio 2019. The functions are also deployed to Azure and invoked using Postman.

Azure Functions Tutorial:

ASP.NET core 6 web API tutorial:

Useful download links
Azure Storage Emulator:

Postman:

Visual Studio 2019:
Рекомендации по теме
Комментарии
Автор

Excellent tutorial.Thanks for teaching this conceput.Much Informative.All the best.

venkatalakshmanseetha
Автор

Can you please explain four function types in more details ?

abhishekborikar
Автор

Orchestrator function 'f1' failed: The activity function 'afn' failed: \"Timeout value of 00:30:00 was exceeded by function: afn\". I assume that if I am using durable function it should not timeout. Please let me know.

Rajeshsingh-wsth