Skip to content

Commit bb21621

Browse files
committed
.md
1 parent 22fbacd commit bb21621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/reliability/reliability-health-data-services-deidentification.mc renamed to articles/reliability/reliability-health-data-services-deidentification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ az afd endpoint create --resource-group my-deid --endpoint-name myendpoint --pro
108108
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 web apps.
109109

110110
```azurecli-interactive
111-
az afd origin-group create --resource-group my-deid --origin-group-name myorigingroup --profile-name myfrontdoorprofile --probe-request-type GET --probe-protocol Http --probe-interval-in-seconds 60 --probe-path /health --sample-size 4 --successful-samples-required 3 --additional-latency-in-milliseconds 50
111+
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
112112
```
113113

114114
|Parameter |Value |Description |

0 commit comments

Comments
 (0)