proof of concept for using azure functions and mqtt for generalized task distribution
Variables are sourced from env.sh and start with CF_.
https://dev.to/wolksoftware/getting-started-with-azure-functions-v4-nodejs-typescript-439e
Clone the repo, npm i
. Then, in separate terminal windows:
npm run start-testserver
to start the local test http servernpm run start-azureite
to start the local storage emulatornpm start
to start the Durable Functions orchestrator.
Then visit http://localhost:7071/api/orchestrators/haibunFunctionPocOrchestrator to trigger it.
¯\_(ツ)_/¯
A tentative azure-pipelines file is provided.