Hello,
I solved the problem by removing the folder which keeps the secrets in the Azure function storage, it seemed that settings are not updated after I changed function from anonymous to function "authLevel".
best
Shahab
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
Hello,
I solved the problem by removing the folder which keeps the secrets in the Azure function storage, it seemed that settings are not updated after I changed function from anonymous to function "authLevel".
best
Shahab