Computer Science, asked by KKKOPPU, 1 year ago

Add-AzureRmVMNetworkInterface PowerShell command is used to

a. Attach a vnic using ASM portal
b.Create vnic using ARM portal
c.Attach a vnic using ARM portal
d.Create vnic using ASM portal

Answers

Answered by tushar1224
5
the correct answer is A
Answered by phillipinestest
3

"ANSWER: (a) Attaching a virtual machine called “vnic” with the help of the portal named “ASM”.

"To add" a "Virtual NIC" to an "azure virtual machine", it requires two step. Initially, create a Virtual NIC that needs to be connected and provide the $NICName, $Location, $IPAddress, $NICREsource, and $SubnetID. Attach the Virtual NIC to the virtual machine by providing $VMname and $VMRG."

Similar questions