Azure SCM/Kudu/Log stream not available after creating web app

Paul Simons 1 Reputation point
2022-05-17T15:32:41.017+00:00

To my understanding, scm/Kudu console and related website should always be available for debugging, especially right after creating a new appservice plan and deploying a web app into it. If it does not start I would use log stream to resolve the issues.
Lately I am not able to get any of this funcionality working even though other appservice plans work great.
https://prnt.sc/Y7BJeYXvAG0B
https://prnt.sc/wTs9RMcES0aR - I am unable to access diagnostic resources.

Additional info:
sometimes on <myapp>.scm.azurewebsites.net I get
502 - Web server received an invalid response while acting as a gateway or proxy server.
There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.

https://prnt.sc/logLmt6hI0Jo
https://prnt.sc/01_MPeUtH5wK

And sometimes it's service unavailable.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,960 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2022-06-02T22:50:48.56+00:00

    Hi @Paul Simons ,

    Not accessing SCM could indicate an underlying issue with the web worker, especially if it's intermittent. It's definitely an edge case. If see it pretty consistently, I would create a new app service by cloning the existing app or redeploying the code.

    To address the underlying issue with this app service, please respond to @VenkateshDodda-MSFT 's private comment above so we can work more closely with you to investigate what's causing this issue with SCM.

    0 comments No comments

Your answer

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