I have a new Azure Web Function setup for http events and it appears to work just fine on http://localhost:2030/api/mymethod
but when I deploy it to Azure and attempt to call it from inside the same Blazor app (after updating the URLs) it doesn't appear to be doing anything though the logging in the Portal appears to count when I click on the button that calls it, nothing else seems to happen.
I have it set to anonymous and I wonder if there is anything else i need to setup or change or ???
Thanks,