5

I am new to azure cloud ,some can help me to understand the VM--NIC assignment, the Multiple VM's can use single NIC in azure ??

Michael B
  • 11,887
  • 6
  • 38
  • 74
Duggired
  • 51
  • 3

2 Answers2

2

In the new Resource Group model, you can create a NIC as an atomic, region based, entity. You can then assign and unassign that Nic to a VM at will. So if you want to retain the MAC address of a specific Nic across a number of VMs that is possible. However you can only use a Nic in one VM at a time.

Michael B
  • 11,887
  • 6
  • 38
  • 74
0

The answer is YES! Definitely, multiple VMs can use a single Network Interface Card---- BUT ONLY ONE VM AT A TIME. Azure allows you to create a NIC as a separate entity. So, at one time, it can be attached to only one VM. But you can, at any time as per your business requirement, detach and assign it to any other VM.