File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ $listener01 = New-AzApplicationGatewayHttpListener -Name "listener1" -Protocol H
110
110
-FrontendIPConfiguration $fipconfig01 -FrontendPort $fp01 -SslCertificate $sslCert01
111
111
$listener02 = New-AzApplicationGatewayHttpListener -Name "listener2" -Protocol Http `
112
112
-FrontendIPConfiguration $fipconfig01 -FrontendPort $fp02
113
- $poolSetting01 = New-AzApplicationGatewayBackendHttpSettings -Name "setting1" -Port 80 `
113
+ $poolSetting01 = New-AzApplicationGatewayBackendHttpSetting -Name "setting1" -Port 80 `
114
114
-Protocol Http -CookieBasedAffinity Disabled
115
115
$rule01 = New-AzApplicationGatewayRequestRoutingRule -Name "rule1" -RuleType basic `
116
116
-BackendHttpSettings $poolSetting01 -HttpListener $listener01 -BackendAddressPool $pool
You can’t perform that action at this time.
0 commit comments