#Can I use a durable function in this situation

1 messages · Page 1 of 1 (latest)

unborn ore
#

Hey, I'm migrating some legacy software that currently runs every 0.2 seconds to process requests where it calls other apis and then waits for the response. It only does one at a time currently.
I was looking into making a durable function to replace this by making an eternal orchestrator function that calls 3 activity functions sequentially that actually do the work involved.
We currently have a function app running multiple standard azure functions could I add this durable function to this or would it be better to have it on its own function app?. Currently our function app runs on a isolated linux consumption plan

cinder night
#

Do you need to retain state across functions?