Skip to content

Commit 56d2829

Browse files
Merge pull request #278770 from mahipdeora/patch-43
Update load-balancer-cross-subscription-add-nic.md
2 parents 1a675e1 + 97bf254 commit 56d2829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $IP1Config = New-AzNetworkInterfaceIpConfig @IP1 -Primary
3535
$nic = @{
3636
Name = 'MyNic'
3737
ResourceGroupName = '<Resoure Group Subscription A>'
38-
Location = 'eastus
38+
Location = 'eastus'
3939
IpConfiguration = $IP1Config
4040
}
4141
New-AzNetworkInterface @nic
@@ -55,4 +55,4 @@ Az account set –subscription 'Sub A'
5555
# Attach the network interface card to the load balancer
5656
az network nic create --name NIC --resource-group NIC-rg --vnet VNET-name --lb-address-pool "/subscriptions/<Subscription B ID>/resourceGroups/myResourceGroupLB/providers/Microsoft.Network/loadBalancers/myLoadBalancer/backendAddressPools/BackendPool1"
5757
```
58-
---
58+
---

0 commit comments

Comments
 (0)