Skip to content

Commit 37196e4

Browse files
Update monitor-instances-health-check.md
1 parent 3e2fab7 commit 37196e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,11 @@ 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 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.
131+
Once Health Check is enabled, you can restart and monitor the status of your application instances through the instances tab. The instances tab will show your instance's name, the status of that instance and give you the option to manually restart the application instance.
132132

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-
- If the selected app restart fails, you will be given the option to replace the worker (only 1 instance can be replaced per hour)
133+
If the status of your instance is unhealthy, you can restart the instance manually using the restart button in the table. Keep in mind that any other applications hosted on the same App Service Plan as the instance will also be affected by the restart. If there are other applications using the same App Service Plan as the instance, they will be listed on the opening blade from the restart button.
134+
135+
If you restart the instance and the restart process fails, you will then be given the option to replace the worker (only 1 instance can be replaced per hour). This will also affect any applications using the same App Service Plan.
135136

136137
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.
137138

0 commit comments

Comments
 (0)