Skip to content

Commit 26dffa7

Browse files
committed
remove hard return
1 parent 09d4912 commit 26dffa7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/application-gateway/proxy-buffers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ az network application-gateway update --name <gw-name> --resource-group <rg-name
5555

5656
**New application gateway**
5757
```PowerShell
58-
$AppGw02 = New-AzApplicationGateway -Name "ApplicationGateway02" -ResourceGroupName "ResourceGroup02" -Location $location -BackendAddressPools $pool -BackendHttpSettingsCollection $poolSetting01 -FrontendIpConfigurations $fipconfig -GatewayIpConfigurations $gipconfig -FrontendPorts $fp01 -HttpListeners $listener01 -RequestRoutingRules $rule01 -Sku $sku
59-
-EnableRequestBuffering = $false -EnableResponseBuffering = $false
58+
$AppGw02 = New-AzApplicationGateway -Name "ApplicationGateway02" -ResourceGroupName "ResourceGroup02" -Location $location -BackendAddressPools $pool -BackendHttpSettingsCollection $poolSetting01 -FrontendIpConfigurations $fipconfig -GatewayIpConfigurations $gipconfig -FrontendPorts $fp01 -HttpListeners $listener01 -RequestRoutingRules $rule01 -Sku $sku -EnableRequestBuffering = $false -EnableResponseBuffering = $false
6059
```
6160
**Update an existing application gateway**
6261
```PowerShell

0 commit comments

Comments
 (0)