Skip to content

Commit 0cbb922

Browse files
authored
Updated "Configure Endpoint" section for Rich Health States
Updated configure endpoint section for app health extension, rich health states public preview.
1 parent dfda3f5 commit 0cbb922

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-instance-repairs.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ The scale set should have application health monitoring for instances enabled. H
2323

2424
**Configure endpoint to provide health status**
2525

26-
Before enabling automatic instance repairs policy, ensure that the scale set instances have application endpoint configured to emit the application health status. When an instance returns status 200 (OK) on this application endpoint, then the instance is marked as "Healthy". In all other cases, the instance is marked "Unhealthy", including the following scenarios:
26+
Before enabling automatic instance repairs policy, ensure that your scale set instances have application endpoint configured to emit the application health status. To configure health status on Application Health extension, you can use either [Binary Health States](./virtual-machine-scale-sets-health-extension.md#binary-health-states) or [Rich Health States](./virtual-machine-scale-sets-health-extension.md#rich-health-states). To configure health status using Load balancer health probes, see [probe up behaviour](../load-balancer/load-balancer-custom-probe-overview.md#probe-up-behavior).
2727

28-
- When there's no application endpoint configured inside the virtual machine instances to provide application health status
29-
- When the application endpoint is incorrectly configured
30-
- When the application endpoint isn't reachable
31-
32-
For instances marked as "Unhealthy", automatic repairs are triggered by the scale set. Ensure the application endpoint is correctly configured before enabling the automatic repairs policy in order to avoid unintended instance repairs, while the endpoint is getting configured.
28+
For instances marked as "Unhealthy" or "Unknown" (*Unknown* state is only available with [Application Health extension - Rich Health States](./virtual-machine-scale-sets-health-extension.md#unknown-state)), automatic repairs are triggered by the scale set. Ensure the application endpoint is correctly configured before enabling the automatic repairs policy in order to avoid unintended instance repairs, while the endpoint is getting configured.
3329

3430
**API version**
3531

0 commit comments

Comments
 (0)