An Azure service that provides an event-driven serverless compute platform.
@Anonymous Thanks for reaching out.
I can see that you have defined AuthorizationLevel.Admin as the Authorization level. Can you please confirm if you are using the admin key rather then the function key?
You can either can it to AuthorizationLevel.Function and validate with your function key. If you still wait to use AuthorizationLevel.Admin then make sure you are passing the admin key and not function key.
Let me know if it helps you to resolves the issue.