Skip to content

Commit 9c3ba28

Browse files
committed
fix indentation
1 parent 558a68b commit 9c3ba28

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

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

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -117,21 +117,22 @@ Follow the instructions in [Configure Azure Application Gateway Private Link](..
117117
118118
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.
119119
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.
135136

136137
::: zone-end
137138

0 commit comments

Comments
 (0)