Skip to content

Commit 93c40f7

Browse files
Update monitor-instances-health-check.md
1 parent 4a61ab1 commit 93c40f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,12 @@ function envVarMatchesHeader(headerValue) {
128128
> The `x-ms-auth-internal-token` header is only available on Windows App Service.
129129
130130
## 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 machine's name, the status of that machine and give you the option to manually restart the machine.
131+
Once Health Check is enabled, you can restart and monitor the status of your instances through the instances tab. The instances tab will show your machine's name, the status of that machine and give you the option to manually restart the machine.
132132

133133
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+
- if the selected app restart fails, you will be given the option to replace the worker (only 1 instance can be replaced per hour)
134135

135-
Windows applications 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.
136+
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.
136137

137138

138139
## Monitoring

0 commit comments

Comments
 (0)