Skip to content

Commit cdeaf64

Browse files
Merge pull request #226226 from mbender-ms/lb-GH103864
Load Balancer - Github Issue Fix #103864
2 parents 42b8e3c + 6386387 commit cdeaf64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Load Balancer
44
description: This quickstart shows how to create a basic internal load balancer using Azure PowerShell
55
author: mbender-ms
66
ms.author: mbender
7-
ms.date: 03/22/2022
7+
ms.date: 02/03/2023
88
ms.topic: quickstart
99
ms.service: load-balancer
1010
ms.custom: devx-track-azurepowershell, mode-api
@@ -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)