0

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.

Java
  • 1,208
  • 3
  • 15
  • 29

1 Answers1

0

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

Java
  • 1,208
  • 3
  • 15
  • 29