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.
Azure function return 500 without log
William A Wang
251
Reputation points
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.
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Answer accepted by question author
-
MayankBargali-MSFT 70,986 Reputation points Moderator2021-05-31T08:39:22.953+00:00