Skip to content

Commit a51e40d

Browse files
authored
Fix sample in dests-health-checks.md (#2535)
1 parent 70edf07 commit a51e40d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docfx/articles/dests-health-checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ Destinations health state is used to determine which of them are eligible for re
345345
#### File example
346346
```JSON
347347
"Clusters": {
348-
"cluster1": {
349-
"AvailableDestinationsPolicy": "HealthyOrPanic",
348+
"cluster1": {
350349
"HealthCheck": {
350+
"AvailableDestinationsPolicy": "HealthyOrPanic",
351351
"Passive": {
352352
"Enabled": "true"
353353
}

0 commit comments

Comments
 (0)