There are several ways to capture memory dump for your Azure Web App. But retrieving the memory dump using Kudu is really one of the easiest & quickest way to do it.
Follow the below steps to capture Memory Dump:
It will take sometime to capture the dmp file and once it is created, you should get prompted to save the dmp file.
Follow the below steps to capture Memory Dump:
- Go to your Azure Web App and click on Advanced Tools in left Navigation bar as shown below:
- It will open a new page https://<<web app name>>.scm.azurewebsites.net. Now open the Process explorer.
- The W3WP.exe process in the red box is the one running the KUDU site while W3WP.exe process in the green box is the one responding to requests to your Web App.
- Then, right-click on the W3WP process, in the green box and select Download Memory Dump -> Full Dump, as illustrated below.
It will take sometime to capture the dmp file and once it is created, you should get prompted to save the dmp file.
Comments
Post a Comment
Thanks for your comment. In case of any concerns, please contact me at er.ashishsharma@outlook.com