Azure-DurableFunction
mail4hafij/Azure-DurableFunction
C#
The idea is to orchestrate functions from a http trigger. Let's say, we have some orders to process. We recieve a http request with multiple orders in json format. We then process each order in async function and send email to the payee in another async function