We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6386387 commit e4933d0Copy full SHA for e4933d0
articles/load-balancer/backend-pool-management.md
@@ -6,7 +6,7 @@ services: load-balancer
6
author: mbender-ms
7
ms.service: load-balancer
8
ms.topic: how-to
9
-ms.date: 2/17/2022
+ms.date: 02/03/2023
10
ms.author: mbender
11
ms.custom: devx-track-azurepowershell, devx-track-azurecli
12
---
@@ -83,7 +83,7 @@ $net = @{
83
Name = 'myNic'
84
ResourceGroupName = 'myResourceGroup'
85
Location = 'eastus'
86
- PrivateIpAddress = '10.0.0.4'
+ PrivateIpAddress = '10.0.0.5'
87
Subnet = $virtualNetwork.Subnets[0]
88
}
89
$nic = New-AzNetworkInterface @net
0 commit comments