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
@@ -52,7 +53,7 @@ Use the following steps to create a virtual machine, virtual network, and subnet
52
53
:::image type="content" source="./media/virtual-networks-static-private-ip-arm-pportal/create-vm.png" alt-text="Screenshot of create virtual machine.":::
53
54
54
55
> [!WARNING]
55
-
> Portal 3389 is selected, to enable remote access to the Windows Server virtual machine from the internet. Opening port 3389 to the internet is not recommended to manage production workloads. </br> For secure access to Azure virtual machines, see **[What is Azure Bastion?](../../bastion/bastion-overview.md)**
56
+
> Port 3389 is selected to enable remote access to the Windows Server virtual machine from the internet. Opening port 3389 to the internet is not recommended to manage production workloads. </br> For secure access to Azure virtual machines, see **[What is Azure Bastion?](../../bastion/bastion-overview.md)**
56
57
57
58
3. Select the **Networking** tab, or select **Next: Disks**, then **Next: Networking**.
58
59
@@ -94,12 +95,15 @@ In this section, you'll change the private IP address from **dynamic** to **stat
94
95
95
96
:::image type="content" source="./media/virtual-networks-static-private-ip-arm-pportal/select-ip-configuration.png" alt-text="Screenshot of select ip configuration.":::
96
97
97
-
7. Select **Static** in **Assignment**. Select**Save**.
98
+
7. Select **Static** in **Assignment**. Change the private IP address if you want a different one, and then select**Save**.
98
99
100
+
> [!WARNING]
101
+
> If you change the private IP address, the VM associated with the network interface will be restarted to utilize the new IP address.
102
+
99
103
:::image type="content" source="./media/virtual-networks-static-private-ip-arm-pportal/select-static-assignment.png" alt-text="Screenshot of select static assignment.":::
100
104
101
105
> [!NOTE]
102
-
> If you notice after selecting **Save** that the assignment is still set to **Dynamic**, the IP address you typed is already in use. Try another IP address.
106
+
> If you notice after selecting **Save** that the assignment is still set to **Dynamic**, the private IP address you entered is already in use. Try another IP address.
103
107
104
108
To change the IP address back to dynamic set the assignment for your private IP address to **Dynamic**, and then select **Save**.
105
109
@@ -112,11 +116,11 @@ To change the IP address back to dynamic set the assignment for your private IP
112
116
113
117
When no longer needed, delete the resource group and all of the resources it contains:
114
118
115
-
1. Enter **myResourceGroup** in the **Search** box at the top of the portal. When you see **myResourceGroup** in the search results, select it.
119
+
1. Enter *myResourceGroup* in the **Search** box at the top of the portal. When you see **myResourceGroup** in the search results, select it.
116
120
117
121
2. Select **Delete resource group**.
118
122
119
-
3. Enter **myResourceGroup** for **TYPE THE RESOURCE GROUP NAME:** and select **Delete**.
123
+
3. Enter *myResourceGroup* for **TYPE THE RESOURCE GROUP NAME:** and select **Delete**.
0 commit comments