File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ az network application-gateway update --name <gw-name> --resource-group <rg-name
55
55
56
56
** New application gateway**
57
57
``` 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
60
59
```
61
60
** Update an existing application gateway**
62
61
``` PowerShell
You can’t perform that action at this time.
0 commit comments