Skip to content

marcduiker/durable-functions-use-cases

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bd8831 · Apr 12, 2023
Sep 15, 2021
Sep 13, 2021
Sep 10, 2021
Sep 15, 2021
Apr 12, 2023
Aug 15, 2022
Sep 10, 2021
Jan 24, 2021
Sep 15, 2021
Sep 15, 2021
Sep 13, 2021

Repository files navigation

Durable Functions Challenges

In this repository, I'll collect some real-life challenges you can solve using Azure Functions & Durable Functions.

These challenges do assume some experience with Azure Functions (in .NET) and a basic understanding of Durable Functions. If you want to learn more about those first, then please visit Azure Functions University.

Write a Function App that responds to alerts and notifies members of a support team to investigate the issue.

Notify Support overview diagram

This challenge combines sub-orchestrations, eternal orchestrations, webhooks, waiting for external events, and using stateful entities.

Go to the Notify Support Challenge.

Write a Function App that takes in financial transactions, calls a web service to analyze the transactions to detect fraud,waits for a call back with the analysis result and finally stores an audit record of the transaction.

Fraud Detection overview diagram

This challenge combines orchestrations, webhooks, waiting for external events, and stateful entities.

Go to the Fraud Detection Challenge.

About

Real life use cases for using Durable Functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages