Azure Web App console no longer functional

Weeden, Dave 0 Reputation points
2023-11-20T21:28:50.8966667+00:00

We used to be able to go into the console of our azure web app and issue commands like dir etc. but any and all commands now result in a spinning throbber and a generic "failed to execute the command". Web searches seemed to imply this could be something to do with ILB ASE or kudo connection related but I don't know how even begin assessing if those are relevant. Is there any internal event logs that one can look at to get more details? What's being surfaced is not very helpful!

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

2 answers

Sort by: Most helpful
  1. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    2023-11-20T23:01:56.8333333+00:00

    Welcome and thanks for posting your question in the Microsoft Q&A forum.

    The Azure Web App Console is powered by Kudu. You can access the Kudu console directly at https://<your-app-name>.scm.azurewebsites.net/DebugConsole. Check the logs available in the Kudu console for any error messages or additional details.

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    0 comments No comments

  2. TP 124.7K Reputation points Volunteer Moderator
    2023-11-21T00:11:32.4733333+00:00

    Hi Dave,

    Please browse to your web app in the portal, click Restart button at top, wait a few minutes, and then test with a fresh console session to see if the issue is resolved.

    Please note that restarting your web app will affect users that are using your app, so you may want to wait until off hours.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


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.