Skip to content

Commit c2d70cc

Browse files
authored
Merge pull request #42184 from iainfoulds/patch-4
[VMSS] Fixes MicrosoftDocs/azure-docs#8330
2 parents 56e5bd4 + 9680bc8 commit c2d70cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-networking.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,10 @@ Example output:
210210
Every NIC attached to a VM in a scale set can have one or more IP configurations associated with it. Each configuration is assigned one private IP address. Each configuration may also have one public IP address resource associated with it. To understand how many IP addresses can be assigned to a NIC, and how many public IP addresses you can use in an Azure subscription, refer to [Azure limits](../azure-subscription-service-limits.md?toc=%2fazure%2fvirtual-network%2ftoc.json#azure-resource-manager-virtual-networking-limits).
211211

212212
## Multiple NICs per virtual machine
213-
You can have up to 8 NICs per virtual machine, depending on machine size. The maximum number of NICs per machine is available in the [VM size article](../virtual-machines/windows/sizes.md). The following example is a scale set network profile showing multiple NIC entries, and multiple public IPs per virtual machine:
213+
You can have up to 8 NICs per virtual machine, depending on machine size. The maximum number of NICs per machine is available in the [VM size article](../virtual-machines/windows/sizes.md). All NICs connected to a VM instance must connect to the same virtual network. The NICs can connect to different subnets, but all subnets must be part of the same virtual network.
214+
215+
The following example is a scale set network profile showing multiple NIC entries, and multiple public IPs per virtual machine:
216+
214217
```json
215218
"networkProfile": {
216219
"networkInterfaceConfigurations": [

0 commit comments

Comments
 (0)