Skip to content

Commit dc049e1

Browse files
committed
fix urls again
1 parent d9b4cf1 commit dc049e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/multiple-nics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: devx-track-azurepowershell
1818
Virtual machines (VMs) in Azure can have multiple virtual network interface cards (NICs) attached to them. A common scenario is to have different subnets for front-end and back-end connectivity. You can associate multiple NICs on a VM to multiple subnets, but those subnets must all reside in the same virtual network (vNet). This article details how to create a VM that has multiple NICs attached to it. You also learn how to add or remove NICs from an existing VM. Different [VM sizes](../sizes.md) support a varying number of NICs, so size your VM accordingly.
1919

2020
> [!NOTE]
21-
> If multiple subnets are not required for a scenario, it may me more straightforward to utilize multiple IP configurations on a single NIC. Instructions for this setup can be found [here](..\..\virtual-network\ip-services\virtual-network-multiple-ip-addresses-portal.md).
21+
> If multiple subnets are not required for a scenario, it may me more straightforward to utilize multiple IP configurations on a single NIC. Instructions for this setup can be found [here](../../virtual-network/ip-services/virtual-network-multiple-ip-addresses-portal.md).
2222
2323
## Prerequisites
2424

0 commit comments

Comments
 (0)