Closed anindya5 closed 5 years ago
It appears it can't find func
in your path. First try restarting VS Code - sometimes environment variables changes aren't picked up immediately.
Second, I suppose you could try uninstalling and reinstalling the func cli. Brew might update the path during that
brew uninstall azure-functions-core-tools
brew install azure-functions-core-tools
This issue is now resolved. Thanks for this.