You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,6 +28,8 @@ You cannot connect to Microsoft Azure Windows Virtual Machine (VM) after you dis
28
28
29
29
To reset network interface, follow these steps:
30
30
31
+
#### Use Azure portal
32
+
31
33
1. Go to the [Azure portal](https://ms.portal.azure.com).
32
34
2. Select **Virtual Machines (Classic)**.
33
35
3. Select the affected Virtual Machine.
@@ -38,6 +40,31 @@ To reset network interface, follow these steps:
38
40
8. The virtual machine will restart to initialize the new NIC to the system.
39
41
9. Try to RDP to your machine. If successful, you can change the Private IP address back to the original if you would like. Otherwise, you can keep it.
40
42
43
+
#### Use Azure PowerShell
44
+
45
+
1. Make sure that you have [the latest Azure PowerShell](https://docs.microsoft.com/powershell/azure/overview) installed.
46
+
2. Open an elevated Azure PowerShell session (Run as administrator). Run the following commands:
3. Try to RDP to your machine. If successful, you can change the Private IP address back to the original if you would like. Otherwise, you can keep it.
67
+
41
68
### For VMs deployed in Resource group model
42
69
43
70
1. Go to the [Azure portal]( https://ms.portal.azure.com).
@@ -51,6 +78,31 @@ To reset network interface, follow these steps:
51
78
9. The virtual machine will restart to initialize the new NIC to the system.
52
79
10. Try to RDP to your machine. If successful, you can change the Private IP address back to the original if you would like. Otherwise, you can keep it.
53
80
81
+
#### Use Azure PowerShell
82
+
83
+
1. Make sure that you have [the latest Azure PowerShell](https://docs.microsoft.com/powershell/azure/overview) installed
84
+
2. Open an elevated Azure PowerShell session (Run as administrator). Run the following commands:
3. Try to RDP to your machine. If successful, you can change the Private IP address back to the original if you would like. Otherwise, you can keep it.
105
+
54
106
## Delete the unavailable NICs
55
107
After you can remote desktop to the machine, you must delete the old NICs to avoid the potential problem:
0 commit comments