Skip to content

Commit 826ef2e

Browse files
committed
fixed pr blockers
1 parent 8dc51ea commit 826ef2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Follow the steps in [Configure Azure Application Gateway Private Link](../applic
217217
218218
## Complete Azure Front Door setup
219219
220-
1. 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.
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.
221221
222222
```azurecli-interactive
223223
az afd route create \
@@ -246,13 +246,13 @@ The following are common mistakes when configuring an Azure Application Gateway
246246
247247
::: zone pivot="front-door-ps"
248248
249-
1. Providing an incorrect Azure Application Gateway frontend IP configuration name as the value for `SharedPrivateLinkResourceGroupId`.
249+
3. Providing an incorrect Azure Application Gateway frontend IP configuration name as the value for `SharedPrivateLinkResourceGroupId`.
250250
251251
::: zone-end
252252
253253
::: zone pivot="front-door-cli"
254254
255-
1. Providing an incorrect Azure Application Gateway frontend IP configuration name as the value for `private-link-sub-resource-type`.
255+
3. Providing an incorrect Azure Application Gateway frontend IP configuration name as the value for `private-link-sub-resource-type`.
256256
257257
::: zone-end
258258

0 commit comments

Comments
 (0)