Skip to content

Commit b416a9b

Browse files
author
Michael Bender
committed
Github Issue Fix
1 parent 8045bef commit b416a9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/load-balancer/basic/quickstart-basic-public-load-balancer-powershell.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ $lbrule = @{
106106
IdleTimeoutInMinutes = '15'
107107
FrontendIpConfiguration = $feip
108108
BackendAddressPool = $bePool
109+
Probe = $probe
109110
}
110111
$rule = New-AzLoadBalancerRuleConfig @lbrule
111112

0 commit comments

Comments
 (0)