79357815

Date: 2025-01-15 10:24:22
Score: 1
Natty:
Report link

while i can't directly give you the solution but you can try to find the exception or error messages from linux app service using one of the below methods:

  1. go to web app -> monitoring -> log stream, see if the console providing an error output.

enter image description here

  1. install VS Code, install azure app service extension. sign in your azure account, browse to your linux web app, finally try to access raw system log as shown in the screenshot. I found I have more success rate finding raw exception this way.

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: qkfang