To add a network interface to your virtual machine:
Go to the Azure portal to find an existing virtual machine. Search for and select Virtual machines.
Select the name of your VM. The VM must support the number of network interfaces you want to add. To find out how many network interfaces each VM size supports, see the sizes in Azure for Linux VMs or Windows VMs.
In the VM command bar, select Stop, and then OK in the confirmation dialog box. Then wait until the Status of the VM changes to Stopped (deallocated).
From the VM menu bar, choose Networking > Attach network interface. Then in Attach existing network interface, choose the network interface you'd like to attach, and select OK.
If you don't have an existing network interface, you must first create one. To do so, select Create network interface. To learn more about how to create a network interface, see Create a network interface. To learn more about additional constraints when adding network interfaces to virtual machines, see Constraints.
From the VM menu bar, choose Overview > Start to restart the virtual machine.
Now you can configure the VM operating system to use multiple network interfaces properly. Learn how to configure Linux or Windows for multiple network interfaces.
I hope this information will be helpful to resolve your issues!
Paul Wilson