Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 74a6ded

Browse files
committedSep 22, 2021
acrolinx
1 parent 8f704ec commit 74a6ded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎articles/virtual-network/ip-services/virtual-networks-static-private-ip-arm-pportal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ms.custom: template-how-to
1212

1313
# Create a virtual machine with a static private IP address using the Azure portal
1414

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.
1616

1717
## Prerequisites
1818

1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020

2121
## Create virtual machine
2222

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.
2424

2525
1. Sign in to the [Azure portal](https://portal.azure.com).
2626

@@ -45,7 +45,7 @@ An Azure virtual machine can have a static or dynamic private IP address. Use th
4545
| **Administrator account** | |
4646
| Username | Enter a username. |
4747
| Password | Enter a password. |
48-
| Confirm password | Re-enter password. |
48+
| Confirm password | Reenter password. |
4949
| Public inbound ports | Select **Allow selected ports**. |
5050
| Select inbound ports | Select **RDP (3389)** |
5151

@@ -84,7 +84,7 @@ In this section, you'll change the private IP address from **dynamic** to **stat
8484

8585
3. Select **Networking** in **Settings** in **myVM**.
8686

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**.
8888

8989
:::image type="content" source="./media/virtual-networks-static-private-ip-arm-pportal/select-nic.png" alt-text="Screenshot of select network interface.":::
9090

0 commit comments

Comments
 (0)
Please sign in to comment.