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 ??
Asked
Active
Viewed 1,878 times
5
-
Are you sure this is not the otherway around? I don't know a way to have multiple VM's use the same NIC – TheFiddlerWins Feb 05 '16 at 19:36
2 Answers
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
-
**bold** text should be used for direct answer to the question. – Rajesh Swarnkar Mar 06 '23 at 09:02
-
@RajeshSwarnkar what does that even mean? - every answer to a question should be a direct answer, are you saying all answers should be written in all bold! (that's not even getting into why say this on a seven year old answer!) – Michael B Mar 08 '23 at 09:27
-
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.

karan Singh
- 35
- 3