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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'Connect Azure Front Door Premium to an application gateway origin with Private Link'
2
+
title: 'Connect Azure Front Door Premium to an application gateway origin with Private Link (preview)'
3
3
titleSuffix: Azure Private Link
4
4
description: Learn how to connect your Azure Front Door Premium to an application gateway privately.
5
5
services: frontdoor
@@ -25,7 +25,7 @@ This article will guide you through how to configure Azure Front Door Premium ti
25
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)
26
26
27
27
## Enable Private Link on Application Gateway
28
-
1. Follow the steps in [Configure Azure Application Gateway Private Link](/articles/application-gateway/private-link-configure?tabs=cli). Skip the last step of creating a private endpoint.
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.
29
29
30
30
## Create origin group and origin on Azure Front Door
31
31
@@ -114,7 +114,7 @@ Your Front Door profile has become fully functional with the last step.
114
114
- 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](/articles/application-gateway/quick-create-powershell.md)
115
115
116
116
## Enable Private Link on Application Gateway
117
-
1. Follow the steps in [Configure Azure Application Gateway Private Link](/articles/application-gateway/private-link-configure?tabs=powershell). Skip the last step of creating a private endpoint.
117
+
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.
118
118
119
119
## Create origin group and origin on Azure Front Door
120
120
1. Use [New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject](/powershell/module/az.cdn/new-azfrontdoorcdnorigingrouphealthprobesettingobject) and [New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject](/powershell/module/az.cdn/new-azfrontdoorcdnorigingrouploadbalancingsettingobject) to create in-memory objects for storing health probe and load balancing settings. Run [New-AzFrontDoorCdnOriginGroup](/powershell/module/az.cdn/new-azfrontdoorcdnorigingroup) to create an origin group that will contain your application gateway.
0 commit comments