Azure function return 500 without log

William A Wang 251 Reputation points
2021-05-31T06:47:15.123+00:00

This request body works good in my local debug env, but in the cloud it returns 500, and this result doesn't inside the logs and app insight, everything looks good.

100937-image.png

100993-image.png

100994-image.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
{count} votes

Answer accepted by question author
  1. MayankBargali-MSFT 70,986 Reputation points Moderator
    2021-05-31T08:39:22.953+00:00

    Hi @William A Wang

    You can navigate to application insights logs for your function app to verify what is causing the 500 error.
    Looks like you have not specified the FUNCTIONS_WORKER_RUNTIME in your function app that is causing the issue.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.