Is there a trick to Azure Web Functions

Daniel noyn 1 Reputation point
2021-04-01T02:05:31.553+00:00

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,

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,236 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,383 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,396 Reputation points
    2021-04-01T06:48:58.997+00:00

    Hi @Daniel noyn

    I do see that you have created one more issue in Microsoft Q&A here. Can you share more details on your blazor app code how you are calling the function app as you have already verified that the azure function gets triggered but no result. Can you also confirmed if there was an exception executing the function as I want to make sure that the data is returned correctly from the function app and the troubleshooting needs to be done from the application end. I will also suggest you to verify the action mentioned in the other post.

    1 person found this answer helpful.
    0 comments No comments