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
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/virtual-networks-static-private-ip-arm-pportal.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ ms.custom: template-how-to
12
12
13
13
# Create a virtual machine with a static private IP address using the Azure portal
14
14
15
-
A virtual machine (VM) is automatically assigned a private IP address from a range that you specify, based on the subnet in which the VM is deployed. The VM retains the address until the VM is deleted. Azure dynamically assigns the next available private IP address from the subnet you create a VM in. If you want a specific IP address from the subnet assigned to the VM, assign a static IP address.
15
+
A virtual machine (VM) is automatically assigned a private IP address from a range that you specify. This range is based on the subnet in which the VM is deployed. The VM keeps the address until the VM is deleted. Azure dynamically assigns the next available private IP address from the subnet you create a VM in. Assign a static IP address to the VM if you want a specific IP address in the subnet.
16
16
17
17
## Prerequisites
18
18
19
19
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
20
20
21
21
## Create virtual machine
22
22
23
-
An Azure virtual machine can have a static or dynamic private IP address. Use the following steps to create a virtual machine, virtual network, and subnet.
23
+
Use the following steps to create a virtual machine, virtual network, and subnet.
24
24
25
25
1. Sign in to the [Azure portal](https://portal.azure.com).
26
26
@@ -45,7 +45,7 @@ An Azure virtual machine can have a static or dynamic private IP address. Use th
45
45
|**Administrator account**||
46
46
| Username | Enter a username. |
47
47
| Password | Enter a password. |
48
-
| Confirm password |Re-enter password. |
48
+
| Confirm password |Reenter password. |
49
49
| Public inbound ports | Select **Allow selected ports**. |
50
50
| Select inbound ports | Select **RDP (3389)**|
51
51
@@ -84,7 +84,7 @@ In this section, you'll change the private IP address from **dynamic** to **stat
84
84
85
85
3. Select **Networking** in **Settings** in **myVM**.
86
86
87
-
4. In **Networking**, select the name of the network interface next to **Network interface**. In this example the name of the NIC is **myvm472**.
87
+
4. In **Networking**, select the name of the network interface next to **Network interface**. In this example, the name of the NIC is **myvm472**.
88
88
89
89
:::image type="content" source="./media/virtual-networks-static-private-ip-arm-pportal/select-nic.png" alt-text="Screenshot of select network interface.":::
0 commit comments