Skip to content

jochenvw/azure-durable-functions-examples

Repository files navigation

Azure Durable Functions Examples repository

Repository aimed at collecting some more advanced durable function scenarios.

Well Architected Framework considerations for Azure Durable Functions

Azure Functions are typically part of a larger systems design. Good practice is to review the design of the overall solution using the 'Well-Architected framework', as described here: https://docs.microsoft.com/en-us/azure/architecture/framework/.

Input for the solution design, specifically looking at Durable Functions, can be found here: WAF.md.

Examples

  • Sequential handling of service bus messages - not as straight forward as you may think - link

  • Parallel HTTP calls - orchestration that makes 500,000 HTTP calls/minute on an elastic plan - link

  • Reading input with many lines and fanning out - TODO - link

Reference material

I strongly recommend looking at these resources while you're getting started with Durable Functions:

Tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published