An Azure service that provides an event-driven serverless compute platform.
There are some options you can do:
- you can create a LogicApp to call the functions in sequence.
- if you have a DataFactory, you can create a Pipeline to call the Functions in seq
- you can create a Durable Function (you mentioned this already)
Thanks!