You plan to deploy an Azure virtual machine named VM1. You configure a network interface named NIC1 for VM1 and connect it to a subnet in a virtual network named VNet1. You need to create and attach a second network interface named NIC2 to VM1. Which configuration is required for NIC2?
- NIC2 must be connected to VNet1.Cevap
- BNIC2 must be connected to a different virtual network that is peered with VNet1.
- CNIC2 must be deployed in a different Availability Zone than VM1 to ensure network redundancy.
- DNIC2 must be associated with a Basic SKU Load Balancer if NIC1 is associated with a Standard SKU Load Balancer.
Cevap
NIC2 must be connected to VNet1.
All network interfaces (NICs) attached to an Azure virtual machine must reside in the same location and subscription as the VM, and they must be connected to the same virtual network (VNet). While NIC2 can be in a different subnet than NIC1, it must be within the same virtual network (VNet1).
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Machine Multi-NIC Configuration Constraints