Skip to content

Commit fcfd6ea

Browse files
committed
fixed indentation - line 220
1 parent cad455c commit fcfd6ea

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/frontdoor/how-to-enable-private-link-application-gateway.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -219,18 +219,18 @@ Follow the steps in [Configure Azure Application Gateway Private Link](../applic
219219
220220
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.
221221
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+
```
234234

235235
Your Azure Front Door profile is now fully functional after completing the final step.
236236

0 commit comments

Comments
 (0)