Hi
I have simple HTTP triggered Azure function. When authLevel=anonymous I can reach the function and it works
But when I set the authLevel=function , and I invoke same url (lets say POST with respective function key) I get 500 error .
It doesn't seem to be related to Function Key as otherwise I get 401 (unauthorized error).
There should be something else, but what?