Skip to content

Commit 6984582

Browse files
authored
Merge pull request #210629 from asudbring/ip-multi-vm-posh
Freshness update for create a virtual machine with multiple IP addresses - PowerShell
2 parents b86bcbf + 3132398 commit 6984582

File tree

2 files changed

+282
-293
lines changed

2 files changed

+282
-293
lines changed

articles/load-balancer/load-balancer-multiple-ip-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Follow the steps below to achieve the scenario outlined in this article:
5454
5555
Then complete [Create a Windows VM](/previous-versions/azure/virtual-machines/scripts/virtual-machines-windows-powershell-sample-create-vm?toc=%2fazure%2fload-balancer%2ftoc.json) steps 6.3 through 6.8.
5656
57-
5. Add a second IP configuration to each of the VMs. Follow the instructions in [Assign multiple IP addresses to virtual machines](../virtual-network/ip-services/virtual-network-multiple-ip-addresses-powershell.md#add) article. Use the following configuration settings:
57+
5. Add a second IP configuration to each of the VMs. Follow the instructions in [Assign multiple IP addresses to virtual machines](../virtual-network/ip-services/virtual-network-multiple-ip-addresses-powershell.md#add-secondary-private-and-public-ip-address) article. Use the following configuration settings:
5858
5959
```powershell
6060
$NicName = "VM1-NIC2"

0 commit comments

Comments
 (0)