Skip to content

Commit d961ad3

Browse files
corrections
1 parent bc63c43 commit d961ad3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/frontdoor/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@
322322
href: standard-premium/how-to-enable-private-link-web-app.md
323323
- name: Azure CLI
324324
href: standard-premium/how-to-enable-private-link-web-app-cli.md
325+
- name: Connect to an application gateway (preview)
326+
href: standard-premium/how-to-enable-private-link-application-gateway.md
325327
- name: Monitor and reports
326328
items:
327329
- name: Configure diagnostic logs

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ zone_pivot_groups: front-door-dev-exp-ps-cli
1212
---
1313

1414
# Connect Azure Front Door Premium to an application gateway with Private Link
15-
This article will guide you through how to configure Azure Front Door Premium tier to connect to your application gateway privately using the Azure Private Link service
15+
This article will guide you through how to configure Azure Front Door Premium tier to connect to your application gateway privately using the Azure Private Link service.
1616

1717
::: zone pivot="front-door-cli"
1818

@@ -22,10 +22,10 @@ This article will guide you through how to configure Azure Front Door Premium ti
2222

2323
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2424
- Have a functioning Azure Front Door Premium profile and an endpoint. For more information on how to create an Azure Front Door profile, see [Create a Front Door - CLI](create-front-door-cli.md).
25-
- Have a functioning Azure Application Gateway. For more information on how to create an Application Gateway, see [Direct web traffic with Azure Application Gateway - Azure CLI](/articles/application-gateway/quick-create-cli.md)
25+
- Have a functioning Azure Application Gateway. For more information on how to create an Application Gateway, see [Direct web traffic with Azure Application Gateway - Azure CLI](/articles/application-gateway/quick-create-cli.md).
2626

2727
## Enable Private Link on Application Gateway
28-
1. Follow the steps in [Configure Azure Application Gateway Private Link](/articles/application-gateway/private-link-configure.md). Skip the last step of creating a private endpoint.
28+
Follow the steps in [Configure Azure Application Gateway Private Link](/articles/application-gateway/private-link-configure.md). Skip the last step of creating a private endpoint.
2929

3030
## Create origin group and origin on Azure Front Door
3131

@@ -66,7 +66,7 @@ az afd origin create \
6666
--private-link-sub-resource-type appGwPublicFrontendIp
6767
```
6868
> [!NOTE]
69-
> 'SharedPrivateLinkResourceGroupId' is the same as the Application Gateway frontend IP configuration. This value may be different for different frontend IP configurations.
69+
> `SharedPrivateLinkResourceGroupId` is the same as the Application Gateway frontend IP configuration. This value may be different for different frontend IP configurations.
7070
7171
## Approve Private Endpoint Connection
7272

@@ -84,7 +84,7 @@ az afd origin create \
8484
8585
```
8686
## Complete Azure Front Door setup
87-
1. Add a route to map the endpoint that you created earlier to the origin group. This route forwards requests from the endpoint to your origin group. Run [az afd route create](/cli/azure/afd/route#az-afd-route-create) to map your endpoint to the origin group.
87+
Add a route to map the endpoint that you created earlier to the origin group. This route forwards requests from the endpoint to your origin group. Run [az afd route create](/cli/azure/afd/route#az-afd-route-create) to map your endpoint to the origin group.
8888

8989
```azurecli-interactive
9090
az afd route create \

0 commit comments

Comments
 (0)