Skip to content

Commit 6b3abab

Browse files
Update monitor-instances-health-check.md
adding documentation for the new instances tab
1 parent 839853a commit 6b3abab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ function envVarMatchesHeader(headerValue) {
127127
> [!NOTE]
128128
> The `x-ms-auth-internal-token` header is only available on Windows App Service.
129129
130+
## Instances
131+
Once Health Check is enabled, you can monitor the status of your instances through the instances tab. The instances tab will show your machines name, the status of that machine and give you the option to manually restart the machine.
132+
133+
If the status of your machine is unhealthy, you can restart the machine manually using the restart button. If there are other applications on the same machine, they will be listed on the opening blade. Keep in mind that any other applications hosted on the same machine will also be affected by the restart.
134+
135+
Windows applications also have the option to view processes via the Process Explorer. This gives you further insight on the instances processes including thread count, private memory, and total CPU time.
136+
130137

131138
## Monitoring
132139

0 commit comments

Comments
 (0)