Why isnt there a memory dump option for my azure webapp ?

Siddharth Kundu 21 Reputation points
2021-11-25T14:10:52.787+00:00

I have a azure webapp running on node.js with a custom docker image. I do not have ssh configured in the image. I need memory dump of the app but I am not able to find it in the Diagnostic tools. Where can I find it ?

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

Accepted answer
  1. SnehaAgrawal-MSFT 20,856 Reputation points
    2021-11-30T03:52:32.737+00:00

    @Siddharth Kundu Thanks for reply! If my understanding is right you are are using Linux azure web app If so, You may want to know that a memory dump for that kind of set up(Custom Image, Node) via Diagnostic Tools will not be available.

    Recommendation here is to configure SSH at a minimum to get what you want.

    Further suggest you to refer this article on Investigating Node.js Memory Leak issue in Linux App Service might be helpful.

    Let us know.

    0 comments No comments

0 additional answers

Sort by: Most helpful