azure-functionsazure-http-trigger

Required Sender ID not supplied in config or env variable - 500 Internal Server Error (Azure Function - Http Trigger)


I have Azure Function (Http Trigger) working in Visual Studio and showing an output in localhost.

enter image description here

Now, I am trying to test in the Azure Function portal.

But, there is no output.

I am getting "500 Internal Server Error". enter image description here

I was able to find this details from Monitor's Invocation Details. enter image description here What am I missing? Where do I add this "Sender ID"?

Thanks for help.


Solution

  • 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.

    enter image description here