Skip to content

Commit 33a23d8

Browse files
committed
adjusting probe settings
1 parent 35a93db commit 33a23d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/reliability/reliability-health-data-services-deidentification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ az afd endpoint create --resource-group my-deid --endpoint-name myendpoint --pro
106106
Run [`az afd origin-group create`](/cli/azure/afd/origin-group#az-afd-origin-group-create) to create an origin group that contains your two de-identification services.
107107

108108
```azurecli-interactive
109-
az afd origin-group create --resource-group my-deid --origin-group-name myorigingroup --profile-name myfrontdoorprofile --probe-request-type GET --probe-protocol Https --probe-interval-in-seconds 60 --probe-path /health --sample-size 4 --successful-samples-required 3 --additional-latency-in-milliseconds 50 --enable-health-probe
109+
az afd origin-group create --resource-group my-deid --origin-group-name myorigingroup --profile-name myfrontdoorprofile --probe-request-type GET --probe-protocol Https --probe-interval-in-seconds 60 --probe-path /health --sample-size 1 --successful-samples-required 1 --additional-latency-in-milliseconds 50 --enable-health-probe
110110
```
111111

112112
|Parameter |Value |Description |
@@ -116,8 +116,8 @@ az afd origin-group create --resource-group my-deid --origin-group-name myorigin
116116
|`probe-protocol` |`Https` |Protocol to use for health probe. |
117117
|`probe-interval-in-seconds` |`60` |The number of seconds between health probes. |
118118
|`probe-path` |`/health` |The path relative to the origin that is used to determine the health of the origin. |
119-
|`sample-size` |`4` |The number of samples to consider for load balancing decisions. |
120-
|`successful-samples-required` |`3` |The number of samples within the sample period that must succeed. |
119+
|`sample-size` |`1` |The number of samples to consider for load balancing decisions. |
120+
|`successful-samples-required` |`1` |The number of samples within the sample period that must succeed. |
121121
|`additional-latency-in-milliseconds` |`50` |The extra latency in milliseconds for probes to fall into the lowest latency bucket. |
122122
|`enable-health-probe` | | Switch to control the status of the health probe. |
123123

0 commit comments

Comments
 (0)