Missing Process Explorer option for Azure Web Apps

Alberto Flores Rivera 25 Reputation points
2023-09-23T07:01:24.38+00:00

Hi everyone,

I am currently taking an az-104 preparation course and I am on a lab where it shows a Process Explorer option in web apps. However, I cannot find this option and I am in need of help.

Can anyone assist me?

Thank you.

Azure | Azure Training
{count} vote

Accepted answer
  1. TP 125.7K Reputation points Volunteer Moderator
    2023-09-25T18:19:14.8666667+00:00

    Hi Alberto,

    After more testing, it appears that Process Explorer isn't included in all combinations of operating system/stack. I just tested with Linux and Node 18 and it shows up there, and from before you see it works with Linux and .NET.

    If it is supported it will show up as a tab under Kudu as you have seen from my screenshots.

    Please click Accept Answer if the above was helpful.

    Thanks.

    -TP

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2023-09-25T12:54:33.08+00:00

    @Alberto Flores Rivera Thanks for reaching here!

    To elaborate- The Process Explorer option is not available in Kudu for Linux-based web apps. It is only available for Windows-based web apps.

    For azure Linux code php option you will see as below-

    screen shot4

    If you have a Windows-based web app and the Process Explorer option is still missing, you can try restarting your app and checking again. If the issue persists, you can try accessing the Process Explorer option from the Advanced Tools (Kudu) blade in the Azure portal.

    To access the Advanced Tools (Kudu) blade, follow these steps:

    1. Go to the Azure portal and navigate to your web app.
    2. In the left navigation pane, click on "Advanced Tools.
    3. In the Kudu console, click on "Process Explorer" under the "Debug Console" section.

    Let us know if further query or issue remains.

    1 person found this answer helpful.
    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.