Azure function core tool - local development
Dear Azure Team,
while developing Azure Function Core Tools in a local environment using VSCode, I was getting error as "No job functions found. Try making your job classes and methods public." in the Terminal.
After going through the GitHub page https://github.com/Azure/azure-functions-core-tools#installing, i realized that for debugging purpose, the Azure Function Core Tool should be installed using the flag --params
.
Please add it to the prerequisites section to install **azure-functions-core-tools**` with `--params` flag
in https://learn.microsoft.com/en-us/training/modules/develop-azure-functions/5-create-function-visual-studio-code
This question is related to the following Learning Module