This repository contains several samples that deonstrate useful features of Durable Functions. Samples have been demoed on diverses developer conferences in 2021.
Basic sample that demonstrates running of the task in a sequence.
Basic sample that demonstrates how to run multiple activities and wait on their completion.
Demonstrates how to run a looping orchestration that can be used for polling scenarios
Demonstrates how ro use a durable entities to implement actor model. Sample implements a Counter entity as an actor.
This sample demonstrates how to use the Azure Management Fluent API to deploy a docker image to the Azure Container Instances service.