File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ az afd endpoint create --resource-group my-deid --endpoint-name myendpoint --pro
106
106
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.
107
107
108
108
``` 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
110
110
```
111
111
112
112
| Parameter | Value | Description |
@@ -116,8 +116,8 @@ az afd origin-group create --resource-group my-deid --origin-group-name myorigin
116
116
| ` probe-protocol ` | ` Https ` | Protocol to use for health probe. |
117
117
| ` probe-interval-in-seconds ` | ` 60 ` | The number of seconds between health probes. |
118
118
| ` 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. |
121
121
| ` additional-latency-in-milliseconds ` | ` 50 ` | The extra latency in milliseconds for probes to fall into the lowest latency bucket. |
122
122
| ` enable-health-probe ` | | Switch to control the status of the health probe. |
123
123
You can’t perform that action at this time.
0 commit comments