-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No job functions found when adding non-primitive app setting #9714
Comments
Just found the following in Ms docs
|
Opening again, because maybe it's worth to look at the error message. I lost quite some time to figure out it was actually my local.settings.json file causing this message. |
Thanks for reporting pls share func invocation id,timestamp,region etc. |
The issue was with the local.settings.json file, so this occurred when testing on my local machine. See repro steps. |
@gavin-aguiar pls comment and validate. |
As there is no recent activity closing the issue . |
Repro steps
Provide the steps required to reproduce the problem:
Function runs successfully
Now add the following appsetting in local.settings.json:
local.settings.json now looks like this:
Now start the function again
The output is now:
I would expect this to run successfully or at least give a more clearer error message.
The text was updated successfully, but these errors were encountered: