Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » AWS/Azure/OpenShift » Add or Remove Network Interface from a VM in Azure

Add or Remove Network Interface from a VM in Azure

Posted on 06/09/202115/09/2023 Christian By Christian No Comments on 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.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
AWS/Azure/OpenShift Tags:Azure

Post navigation

Previous Post: Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub
Next Post: How to manage costs with AWS Budgets

Related Posts

  • S3 Bucket
    Access AWS Management Console and Create Resources with AWS CLI on Windows AWS/Azure/OpenShift
  • Screenshot 2020 05 13 at 19.23.25
    AWS Command-Line Interface: How to configure AWS CLI [Part 1] AWS/Azure/OpenShift
  • TLS1.2
    Unable to install Azure AD Connect, TLS 1.2 is required: How to enable or disable TLS 1.2 on a Windows Server via the Registry and PowerShell AWS/Azure/OpenShift
  • Azure Storage 1
    Azure CLI: How To Upload Batch Files to Azure Storage Account AWS/Azure/OpenShift
  • image 81
    How to Deploy Dynamic Website to AWS EC2 AWS/Azure/OpenShift
  • HighA
    Virtual Machine Scale Set: Demonstrating High Availability in Azure AWS/Azure/OpenShift

More Related Articles

S3 Bucket Access AWS Management Console and Create Resources with AWS CLI on Windows AWS/Azure/OpenShift
Screenshot 2020 05 13 at 19.23.25 AWS Command-Line Interface: How to configure AWS CLI [Part 1] AWS/Azure/OpenShift
TLS1.2 Unable to install Azure AD Connect, TLS 1.2 is required: How to enable or disable TLS 1.2 on a Windows Server via the Registry and PowerShell AWS/Azure/OpenShift
Azure Storage 1 Azure CLI: How To Upload Batch Files to Azure Storage Account AWS/Azure/OpenShift
image 81 How to Deploy Dynamic Website to AWS EC2 AWS/Azure/OpenShift
HighA Virtual Machine Scale Set: Demonstrating High Availability in Azure AWS/Azure/OpenShift

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • screenshot 2020 04 18 at 00.01.07
    Different ways to check for Ansible syntax errors Configuration Management Tool
  • ccsC
    NTuser.dat file: How to correctly load Windows Registry Hive Windows
  • xcdbfg
    Folder Access Denied, you require permission from SYSTEM: Unable to delete old Windows folder Windows
  • oracle virtualbox
    Fix VirtualBox Virtual Machine Encountered a Non-Fatal problem Virtualization
  • lang2
    How to add languages to your Windows PC Windows
  • screenshot 2020 05 11 at 20.25.01
    How to remove (uninstall) a printer on a macOS Mac
  • sql server
    Download and install MSSQL 2019 Express Edition and SSMS Oracle/MSSQL/MySQL
  • screenshot 2020 03 13 at 20.24.17
    How to view installed packages in Cygwin on Windows Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,823 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.