Is there a way to get detailed 400 error information on a Linux Azure App Service? I would like to see if the json in the post is causing the errors I am getting. I read this post and it seems to be Windows specific. This Microsoft Document specifies that Detailed Error Messages
and Failed request tracing
are only available on Windows App Service.
Log stream
.https://YourAppname.scm.azurewebsites.net/newui/
If you want to get the detailed error of the logs, configuring Application Insights is the better option.
Application Insights Transaction Search: