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
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,21 +117,22 @@ Follow the instructions in [Configure Azure Application Gateway Private Link](..
117
117
118
118
Use the [New-AzFrontDoorCdnRoute](/powershell/module/az.cdn/new-azfrontdoorcdnroute) command to create a route that maps your endpoint to the origin group. This route forwards requests from the endpoint to your origin group.
119
119
120
-
```azurepowershell-interactive
121
-
# Create a route to map the endpoint to the origin group
122
-
123
-
$Route = New-AzFrontDoorCdnRoute `
124
-
-EndpointName contosofrontend `
125
-
-Name defaultroute `
126
-
-ProfileName contosoAFD `
127
-
-ResourceGroupName myRGFD `
128
-
-ForwardingProtocol MatchRequest `
129
-
-HttpsRedirect Enabled `
130
-
-LinkToDefaultDomain Enabled `
131
-
-OriginGroupId og `
132
-
-SupportedProtocol Http,Https
133
-
```
134
-
Your Azure Front Door profile is now fully functional after completing the final step.
120
+
```azurepowershell-interactive
121
+
# Create a route to map the endpoint to the origin group
122
+
123
+
$Route = New-AzFrontDoorCdnRoute `
124
+
-EndpointName contosofrontend `
125
+
-Name defaultroute `
126
+
-ProfileName contosoAFD `
127
+
-ResourceGroupName myRGFD `
128
+
-ForwardingProtocol MatchRequest `
129
+
-HttpsRedirect Enabled `
130
+
-LinkToDefaultDomain Enabled `
131
+
-OriginGroupId og `
132
+
-SupportedProtocol Http,Https
133
+
```
134
+
135
+
Your Azure Front Door profile is now fully functional after completing the final step.
0 commit comments