Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 828 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 828 Bytes

Durable Functions Demos

This repository contains several samples that deonstrate useful features of Durable Functions. Samples have been demoed on diverses developer conferences in 2021.

Job sequence sample

Basic sample that demonstrates running of the task in a sequence.

Fan-Out Sample

Basic sample that demonstrates how to run multiple activities and wait on their completion.

Looping Orchestration with state

Demonstrates how to run a looping orchestration that can be used for polling scenarios

Durable Entities

Demonstrates how ro use a durable entities to implement actor model. Sample implements a Counter entity as an actor.

Driving Image Deployment in ACI

This sample demonstrates how to use the Azure Management Fluent API to deploy a docker image to the Azure Container Instances service.