I have Azure Function (Http Trigger) working in Visual Studio and showing an output in localhost.
Now, I am trying to test in the Azure Function portal.
But, there is no output.
I am getting "500 Internal Server Error".
I was able to find this details from Monitor's Invocation Details.
What am I missing? Where do I add this "Sender ID"?
Thanks for help.