Skip to content

Commit e4933d0

Browse files
author
Michael Bender
committed
Updated PS Commands + Content maintenance
1 parent 6386387 commit e4933d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/backend-pool-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: how-to
9-
ms.date: 2/17/2022
9+
ms.date: 02/03/2023
1010
ms.author: mbender
1111
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1212
---
@@ -83,7 +83,7 @@ $net = @{
8383
Name = 'myNic'
8484
ResourceGroupName = 'myResourceGroup'
8585
Location = 'eastus'
86-
PrivateIpAddress = '10.0.0.4'
86+
PrivateIpAddress = '10.0.0.5'
8787
Subnet = $virtualNetwork.Subnets[0]
8888
}
8989
$nic = New-AzNetworkInterface @net

0 commit comments

Comments
 (0)