Skip to content

Commit 555563e

Browse files
authored
Merge pull request #106719 from jeffwmartinez/patch-3
Update monitor-instances-health-check.md
2 parents daf1a34 + e14f58f commit 555563e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/app-service/monitor-instances-health-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ If you restart the instance and the restart process fails, you will then be give
136136

137137
Windows applications will also have the option to view processes via the Process Explorer. This gives you further insight on the instance's processes including thread count, private memory, and total CPU time.
138138

139+
## Diagnostic information collection
140+
For Windows applications, you have the option to collect diagnostic information in the Health Check tab. Enabling diagnostic collection will add an auto-heal rule that creates memory dumps for unhealthy instances and saves it to a designated storage account. Enabling this option will change auto-heal configurations. If there are existing auto-heal rules, we recommend setting this up through App Service diagnostics.
141+
142+
Once diagnostic collection is enabled, you can create or choose an existing storage account for your files. You can only select storage accounts in the same region as your application. Keep in mind that saving will restart your application. After saving, if your site instances are found to be unhealthy after continuous pings, you can go to your storage account resource and view the memory dumps.
143+
139144

140145
## Monitoring
141146

0 commit comments

Comments
 (0)