Skip to content

Commit 48b7fe3

Browse files
authored
Merge pull request #106091 from jeffwmartinez/patch-2
Update monitor-instances-health-check.md
2 parents ac217b5 + 37196e4 commit 48b7fe3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ 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 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.
132+
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.
136+
137+
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.
138+
130139

131140
## Monitoring
132141

0 commit comments

Comments
 (0)