Azure function App exception error when receiving a post from a webhook

I have the below as an entry point to an azure function app, when I open postman and send a post to this function app I'm getting this error. [Error] Executed 'Functions.http_trigger_from_vrli' (Failed, The error is not remotely useful

Continue reading →

Authorization custom middleware not reached in .Net8 isolated worker Azure HttpTrigger function

I am trying to write middleware to a) bypass AuthorizationLevel.Function when calling the API from a specific domain (of a Blazor Wasm application so that I dont expose a key in the client). b) When not called from the application domain

Continue reading →