It is very common that sometimes we disabled the network adapter from VM to trouble shoot some network related issue, and after doing so we suddenly realize that we made a big mistake, especially if we do it on Azure VMs. Suddenly we lost all the communication to the VM, no RDP, no PowerShell, and VM got completely isolated from the network. If AWS, we could fix this very easily by adding one additional network adapter (ENI), but in Azure, it will be little bit tricky, coz currently Azure VM does NOT support adding or removing NICs after a VM is created, Multi-NIC can only be applied when a VM is created. So, fixing this will be bit trickier for Azure VMs. If you search βDisabled network card on Azure VMβ, you will get multiple solution, but unfortunately those are not working with newer Azure VM (Resource Manager).
To fix this issue, you have to follow the steps bellow, and you will be able to re-enable the adapter.
- Select VM from http://portal.azure.com
- Select Network interfaces
- Select IP configurations
- Change the Static IP to Dynamic and Save the settings
- Wait till configuration gets updated.
- Now again change it from Dynamic to Static and also change the IP Address to a new one for the same VNET and Save.
- This will reboot the instance and after some time you will get the ping response from the new IP.
- Now you have to follow the exact same steps to change the IP back to old one.
- And finally you will able to get the VM with old IP.
- If you wish, buy me a cup of coffee.

Windows 11 Dev Build 26300.8170 Brings Clearer Secure Boot Visibility and Bigger FAT32 Drives
Microsoftβs latest Windows 11 Insider Preview for the Dev Channel, build 26300.8170,β¦
Microsoft Teams Desktop Update Breaks Launch for Some Users After Caching Regression
A subset of Microsoft Teams desktop users found themselves unable to launchβ¦
One-Click RCE in Azure Windows Admin Center: what happened and what you need to do
Windows Admin Center (WAC) is a convenient, browser-based management hub for administratorsβ¦
How the Windows Snipping Toolβs CVE-2026-33829 Opens the Door to NTLM Hash Theft
Microsoft patched a moderate-severity flaw in the Windows Snipping Tool in theβ¦
These steps are really helpful in mentioned scenario.
Thankx
Thanks. Worked perfectly. Takes a while after the IP configuration gets saved (and completed) to kick in and the connections start working.
You are welcome.
Mann saved my ass
π
Saved my bacon. Many thanks π
You Welcome! π
Great, thank you so much. I had tried about 10 other options found on the web, only yours worked, thanks again!
You Welcome! π
Changing IP address, Will it impact applications running inside the VM?
It is totally depending on how you configured the application and coded it. If the old IP address is hard-coded anywhere, then the application will not work, else it will be fine.
Regards,
Saugata D.
If you are doing it to recover the VM connectivity, then no need to worry, you will be reverting back to the old IP after following all the steps.
You can see here(include step by step)
http://helen-trinh.blogspot.com/2017/12/how-to-enable-net-card-virtual-machine.html
You are really awesome, this one worked for me.
You welcome π
Thank you Very much for your support it worked for me !!!
You welcome π