Skip to content

Commit 37e6b6f

Browse files
Update how-to-enable-private-link-application-gateway.md
1 parent f72feb9 commit 37e6b6f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ This article guides you through the steps to configure an Azure Front Door Premi
2828

2929
[!INCLUDE [cloud-shell-try-it.md](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
3030

31-
- Have a functioning Azure Application Gateway. For more information on how to create an Application Gateway, see [Direct web traffic with Azure Application Gateway using Azure PowerShell](../application-gateway/quick-create-powershell.md)
32-
3331
- 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 - PowerShell](create-front-door-powershell.md).
3432

3533
- Have a functioning Azure Application Gateway. For more information on how to create an Application Gateway, see [Direct web traffic with Azure Application Gateway using Azure PowerShell](../application-gateway/quick-create-powershell.md)
@@ -109,7 +107,7 @@ Follow the instructions in [Configure Azure Application Gateway Private Link](..
109107
Get-AzPrivateEndpointConnection -ResourceGroupName myResourceGroup -ServiceName myAppGateway -PrivateLinkResourceType Microsoft.Network/applicationgateways
110108
```
111109
112-
2. Run [Get-AzPrivateEndpointConnection](/powershell/module/az.network/get-azprivateendpointconnection) to retrieve the private endpoint connection details. Use the *Name* value from the output in the next step for approving the connection.
110+
2. Run [Approve-AzPrivateEndpointConnection](/powershell/module/az.network/approve-azprivateendpointconnection) to approve the private endpoint connection details. Use the *Name* value from the output in the previous step for approving the connection.
113111
114112
```azurepowershell-interactive
115113
Get-AzPrivateEndpointConnection -Name aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb.bbbbbbbb-1111-2222-3333-cccccccccccc -ResourceGroupName myResourceGroup -ServiceName myAppGateway -PrivateLinkResourceType Microsoft.Network/applicationgateways
@@ -258,4 +256,4 @@ The following are common mistakes when configuring an Azure Application Gateway
258256

259257
## Next steps
260258

261-
Learn about [Private Link service with storage account](../storage/common/storage-private-endpoints.md).
259+
Learn about [Private Link service with storage account](../storage/common/storage-private-endpoints.md).

0 commit comments

Comments
 (0)