I got it working on windows by installing the azure function core tools however on mac this does not work.
❯ func --version
4.0.7030
The error i get:
PM: Running command: "/Users/robhofman/.azurelogicapps/dependencies/FuncCoreTools/func host start --port 8000" with pid: "35435"...
/bin/sh: /Users/robhofman/.azurelogicapps/dependencies/FuncCoreTools/func: No such file or directory
when looking in the folder I see no func indeed
When I copy the alias of func (installed via brew) to the funcCoreTools, I get the same error.
anyone who experianced this issue on MacOS