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.
It was due to not having "Application setting" configured.
I had to go to "Configuration" option on the left menu and add each Name and Value for required configuration.