AWS/Azure/OpenShift

Add or Remove Network Interface from a VM in Azure

Webp.net-resizeimage-3-2

A network interface enables an Azure Virtual Machine to communicate with the internet, Azure, and on-premises resources. When creating a virtual machine using the Azure portal, the portal creates one network interface with default settings for you. Also, Network Interface Card (NIC) is assigned with an IP address and associated with NSG rules, which is used for communication between virtual machines or internal networks or the internet. The VM needs at least one NIC, NIC connects the VM to the VNet. One VM can have multiple NICs as well. In this article, I will show you how to Add or Remove Network Interface from a VM in Azure.

kindly refer to some of my contents: How to configure and install ansible on Azure VM, how to use Azure key vault secrets in Azure pipelines, and understand the overview concept of Azure cloud shell.

How to add or remove interface card in Azure VM

Create an Azure VM. Add a network interface card to an existing VM Remove a network interface card from a VM in Azure. Here are some exciting articles: Remove Azure VM: How to delete a Virtual Machine via the Azure Portal, How to install Windows Server 2022 on VirtualBox, How to Check the Size of Video Random Access Memory (VRAM) in Windows, How to Add and Format a New Virtual Disk to an EC2 Instance, and how to Create a new Azure Disk: How to create and attach an extra Disk to Azure Virtual Machine.

Sign in to Azure

First, sign in to the Azure portal following this link https://portal.azure.com and using your Microsoft login credentials.

Webp.net-resizeimage-3

Create a VM

From your Azure dashboard, at the top, perform the following below:

  1. Type virtual machines in the search.
  2. Under Services, select Virtual Machines.
  3. In the Virtual Machines page, select Create then Virtual Machine.
  4. In the Basics tab, under Project details, make sure the correct subscription is selected and then choose to Create a new resource group. Type myResourceGroup for the name.
Webp.net-resizeimage-4

Click on Create

Webp.net-resizeimage-5
Webp.net-resizeimage-6

Under Instance, details, type newVM1 for the Virtual machine name and choose East US for your Region. Choose Windows Server 2019 Datacenter for the Image and Standard_DS1_v2 for the Size. Leave the other defaults.

Webp.net-resizeimage-7

Under Administrator account, type in a username, such as myusername, and set a password that must be at least 12 characters long in order to meet the requirement.

Webp.net-resizeimage-8

Under Inbound port rules, choose to Allow selected ports and then select RDP (3389) and HTTP (80) from the drop-down.

Webp.net-resizeimage-9

Then leave the remaining as defaults Lastly, select the Review + Create button at the bottom of the page.

Webp.net-resizeimage-10

After validation runs, select the Create button at the bottom of the page.

Webp.net-resizeimage-11

The deployment is complete. Select Go to the resource.

Webp.net-resizeimage-12

Add a network interface card to an existing VM

Sign in to the Azure portal with your credentials.

In the search box at the top of the portal, type the name of the VM you just created or select any VM name to which you want to add the Network Interface Card, or browse for the VM by selecting All services, and then Virtual machines. After you’ve found the VM, select it. The VM must support the number of network interfaces you want to add. 

Webp.net-resizeimage-14

Then Select Overview, under SETTINGS. Select Stop, and then wait until the Status of the VM changes to Stopped (deallocated).

Webp.net-resizeimage-13

Select Networking, under SETTINGS at the left pane

Webp.net-resizeimage-15

Select Attach network interface. From the list of network interfaces that aren’t currently attached to another VM, select the one you’d like to attach.

Webp.net-resizeimage-16
Webp.net-resizeimage-19

If you don’t have an existing network interface, you must first create one. To do so, select Create network interface.

Webp.net-resizeimage-17

Click on Create and attach the network interface as shown below

Webp.net-resizeimage-18

Next, select OK and Create. Select Overview, under SETTINGS, and then Start to start the virtual machine.

Here are some exciting articles: How to fix Connectivity to a writable domain controller from node could not be determined because of an error: The distinguished name of the node could not be determined, and how to configure Windows LAPS, and Set up Veeam Backup for Microsoft Azure.

Remove a network interface card from a VM

Sign in to the Azure portal with your credentials.

In the search box at the top of the portal, search for the name of the VM you want to remove (detach) the Network Interface from, or browse for the VM by selecting All services, and then Virtual machines. After you’ve found the VM, select it.

Once the VM is open select Overview at the left hand side, under SETTINGS, and then Stop. Wait until the Status of the VM changes to Stopped (deallocated).

Webp.net-resizeimage-21

Then select Networking, under SETTINGS.

Webp.net-resizeimage-22

Select Detach network interface. From the list of network interfaces currently attached to the virtual machine, select the network interface you’d like to detach. If only one network interface is listed, you cannot detach it, because a virtual machine must always have at least one network interface attached to it.

Webp.net-resizeimage-23

You will need to click on “Detach network interface” as shown below and click on OK.

Webp.net-resizeimage-24

We have seen the step by steps on how to add or remove Network Interface from VM in Azure. Knowing how to add a network interface card to an existing VM in Azure, how to create a network interface card, also how to remove or detach a network interface card from a VM in Azure. I hope you find this article useful.

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x