Accumulating A Reminiscence Dump From Azure App Providers
Introduction
A reminiscence dump is useful when you must work out what’s incorrect along with your app service. As an illustration, you can wish to study the reminiscence dump to find out the explanation for a difficulty when you deployed new code and noticed that the app service was restarting or utilizing extra reminiscence than ordinary.
Remember the fact that you possibly can solely dump the reminiscence of an app service if the always-on setting is enabled and the app service plan is Commonplace or larger.
Step 1
Open your App Service and go to Acquire Reminiscence Dump below Diagnose and Resolve Issues.
Step 2
Then we should choose the trail that the dumps shall be saved. So, it’s higher to create a brand new storage account by deciding on Create new radio button and offering the Account title. After that, click on on the Save button.
Step 3
Choose the mode Acquire and Analyze Information. It’s going to analyze the information and generate an HTML file that anybody can navigate via the knowledge. And if you choose the mode Acquire Information Solely, it is going to give a uncooked dump reminiscence file.
As an example, you possibly can choose multiple occasion if in case you have many after which click on on the Acquire Reminiscence Dump button.
Step 4
Then you’ll obtain an information file (The dump) and a report (A HTML web page with organized info).
Abstract
On this article, we realized learn how to accumulate reminiscence dumps from Azure App Providers. Kindly use the feedback field if in case you have any questions.