Skip to content

Commit 832aa80

Browse files
committed
fix stuff
1 parent d3fa873 commit 832aa80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

includes/load-balancer-cross-subscription-add-nic.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: mbender
66
ms.service: load-balancer
77
ms.topic: include
8-
ms.date: 05/31/2024
8+
ms.date: 03/17/2024
99
ms.author: mbender-ms
1010
ms.custom: include-file
1111
---
@@ -29,7 +29,6 @@ $IP1 = @{
2929
Name = 'MyIpConfig'
3030
subnetID= $vnet.subnets[0].Id
3131
PrivateIpAddressVersion = 'IPv4'
32-
-LoadBalancerBackendAddressPool $lb-be-info
3332
}
3433
$IP1Config = New-AzNetworkInterfaceIpConfig @IP1 -Primary
3534
$nic = @{

0 commit comments

Comments
 (0)