@hackage azure-functions-worker0.0.0.0

Azure Functions Worker

Azure Functions Haskell Worker

[NOTE] This is a very early work in progress.

Azure Functions Haskell Worker is a library that runs Azure functions inside the worker process. This means that a "real" functions application (executable) is meant to use the worker library and run its main as Azure.Functions.Worker.runWorker.

Worker process provides two main commands:

  • run is a main entry point that starts the worker and funs functions
  • init is a command that allows the worker process to configure itself for the Azure Functions Host. Its main responsibility is to write worker.config.json.