Skip to content

Commit 7be0a15

Browse files
committed
updates
1 parent 7a85671 commit 7be0a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ $nic = @{
3636
ResourceGroupName = '<Resource Group Subscription A>'
3737
Location = 'eastus'
3838
IpConfiguration = $IP1Config
39+
LoadBalancerBackendAddressPool = "/subscriptions/<Subscription B ID>/resourceGroups/myResourceGroupLB/providers/Microsoft.Network/loadBalancers/myLoadBalancer/backendAddressPools/BackendPool1"
3940
}
4041
New-AzNetworkInterface @nic
4142
```

0 commit comments

Comments
 (0)