You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/frontdoor/how-to-enable-private-link-application-gateway.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,18 +219,18 @@ Follow the steps in [Configure Azure Application Gateway Private Link](../applic
219
219
220
220
Run [az afd route create](/cli/azure/afd/route#az-afd-route-create) to create a route that maps your endpoint to the origin group. This route forwards requests from the endpoint to your origin group.
221
221
222
-
```azurecli-interactive
223
-
az afd route create \
224
-
--resource-group myResourceGroup \
225
-
--profile-name myFrontDoorProfile \
226
-
--endpoint-name myFrontDoorEndpoint \
227
-
--forwarding-protocol MatchRequest \
228
-
--route-name myRoute \
229
-
--https-redirect Enabled \
230
-
--origin-group myOriginGroup \
231
-
--supported-protocols Http Https \
232
-
--link-to-default-domain Enabled
233
-
```
222
+
```azurecli-interactive
223
+
az afd route create \
224
+
--resource-group myResourceGroup \
225
+
--profile-name myFrontDoorProfile \
226
+
--endpoint-name myFrontDoorEndpoint \
227
+
--forwarding-protocol MatchRequest \
228
+
--route-name myRoute \
229
+
--https-redirect Enabled \
230
+
--origin-group myOriginGroup \
231
+
--supported-protocols Http Https \
232
+
--link-to-default-domain Enabled
233
+
```
234
234
235
235
Your Azure Front Door profile is now fully functional after completing the final step.
0 commit comments