Skip to content

Commit 90e7212

Browse files
authored
Merge pull request #105399 from TravisCragg-MSFT/patch-65
updated cmdlet
2 parents 4d99e31 + c78b5af commit 90e7212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/configure-keyvault-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ $listener01 = New-AzApplicationGatewayHttpListener -Name "listener1" -Protocol H
110110
-FrontendIPConfiguration $fipconfig01 -FrontendPort $fp01 -SslCertificate $sslCert01
111111
$listener02 = New-AzApplicationGatewayHttpListener -Name "listener2" -Protocol Http `
112112
-FrontendIPConfiguration $fipconfig01 -FrontendPort $fp02
113-
$poolSetting01 = New-AzApplicationGatewayBackendHttpSettings -Name "setting1" -Port 80 `
113+
$poolSetting01 = New-AzApplicationGatewayBackendHttpSetting -Name "setting1" -Port 80 `
114114
-Protocol Http -CookieBasedAffinity Disabled
115115
$rule01 = New-AzApplicationGatewayRequestRoutingRule -Name "rule1" -RuleType basic `
116116
-BackendHttpSettings $poolSetting01 -HttpListener $listener01 -BackendAddressPool $pool

0 commit comments

Comments
 (0)