Skip to content

Commit c31c0f3

Browse files
committed
update comment
1 parent 6bb51fb commit c31c0f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/troubleshooting/reset-network-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To reset network interface, follow these steps:
5757
Add-AzureAccount
5858
Select-AzureSubscription -SubscriptionId $SubscriptionId 
5959
60-
#Check if the IP is not using by another resource
60+
#Check whether the new IP address is available in the virtual network.
6161
Test-AzureStaticVNetIP –VNetName $VNET –IPAddress $IP
6262
6363
#Add/Change static IP. This process will not change MAC address
@@ -95,7 +95,7 @@ To reset network interface, follow these steps:
9595
Add-AzureRMAccount
9696
Select-AzureRMSubscription -SubscriptionId $SubscriptionId 
9797
98-
#Check if the IP is not using by another resource
98+
#Check whether the new IP address is available in the virtual network.
9999
Test-AzureStaticVNetIP –VNetName $VNET –IPAddress $IP
100100
101101
#Add/Change static IP. This process will not change MAC address

0 commit comments

Comments
 (0)