Skip to content

Commit a5b20fc

Browse files
committed
Standardize text
1 parent 9b4fda8 commit a5b20fc

File tree

3 files changed

+33
-60
lines changed

3 files changed

+33
-60
lines changed

articles/virtual-network/ip-services/associate-public-ip-address-vm.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
1010
ms.workload: infrastructure-services
11-
ms.date: 03/07/2023
11+
ms.date: 03/17/2023
1212
ms.author: allensu
1313
ms.custom: template-how-to, engagement-fy23, devx-track-azurecli, devx-track-azurepowershell
1414
---
@@ -25,12 +25,14 @@ Public IP addresses have a nominal fee. For details, see [pricing](https://azure
2525

2626
## Prerequisites
2727

28-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
28+
- An Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2929

3030
## Azure portal
3131

3232
1. Sign in to the [Azure portal](https://portal.azure.com).
33-
1. Search for and select the VM that you want to add the public IP address to.
33+
34+
1. In the portal, search for and select the VM that you want to add the public IP address to.
35+
3436
1. Under **Settings** in the left pane, select **Networking**, and then select the network interface you want to add the public IP address to.
3537

3638
:::image type="content" source="./media/associate-public-ip-address-vm/select-nic.png" alt-text="Screenshot showing how to select the network interface of a VM.":::
757 Bytes
Loading

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

Lines changed: 28 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: allensu
66
ms.service: virtual-network
77
ms.subservice: ip-services
88
ms.topic: how-to
9-
ms.date: 03/10/2023
9+
ms.date: 03/17/2023
1010
ms.custom: template-how-to, engagement-fy23
1111
---
1212

@@ -16,84 +16,55 @@ When you create a virtual machine (VM), it's automatically assigned a private IP
1616

1717
## Prerequisites
1818

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

2121
## Create a VM
2222

2323
Use the following steps to create a VM, and its virtual network and subnet:
2424

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

27-
1. In the search box at the top of the portal, enter *virtual machine*. Select **Virtual machines** in the search results.
27+
1. In the portal, search for and select **Virtual machines**.
2828

2929
1. Select **Create** > **Azure virtual machine**.
3030

31-
1. From the **Create a virtual machine** window, in the **Basics** tab, enter or select this information in the following sections:
31+
1. On the **Basics** tab of the **Create a virtual machine** screen, enter or select the following values:
3232

33-
**Project details**
34-
35-
| Setting | Value |
36-
| ------- | ----- |
37-
| **Subscription** | Select your subscription. |
38-
| **Resource group** | Select **Create new**, enter *myResourceGroup* for the **Name**, and then select **OK**. |
39-
40-
**Instance details**
41-
42-
| Setting | Value |
43-
| ------- | ----- |
44-
| **Virtual machine name** | Enter *myVM*. |
45-
| **Region** | Select **(US) East US 2**. |
46-
| **Availability options** | Select **No infrastructure redundancy required**. |
47-
| **Security type** | Select **Standard**. |
48-
| **Image** | Select **Windows Server 2019 Datacenter - x64 Gen2**. |
49-
| **Run with Azure Spot discount** | Leave unchecked. |
50-
| **Size** | Select a size. |
51-
52-
**Administrator account**
53-
54-
| Setting | Value |
55-
| ------- | ----- |
56-
| **Authentication type** | Select **Password**. |
57-
| **Username** | Enter a username. |
58-
| **Password** | Enter a password. |
59-
| **Confirm password** | Reenter password. |
60-
61-
**Inbound port rules**
62-
63-
| Setting | Value |
64-
| ------- | ----- |
65-
| **Public inbound ports** | Select **Allow selected ports**. |
66-
| **Select inbound ports** | Select **RDP (3389)**. |
33+
- **Subscription**: Keep the default or select a different subscription.
34+
- **Resource group**: Select **Create new**, and then name the group *myResourceGroup*.
35+
- **Virtual machine name**: Enter *myVM*.
36+
- **Region**: Select **(US) East US**.
37+
- **Availability options**: Select **No infrastructure redundancy required**.
38+
- **Image**: Select **Windows Server 2019 Datacenter - x64 Gen2**.
39+
- **Size**: Accept the default, or drop down and select a size.
40+
- **Username**, **Password**, and **Confirm password**: Enter an admin username and password for the VM.
41+
- **Public inbound ports**: Select **Allow selected ports**.
42+
- **Select inbound ports**: Select **RDP (3389)**.
6743

6844
:::image type="content" source="./media/virtual-networks-static-private-ip-arm-pportal/create-vm.png" alt-text="Screenshot that shows the Basic tab of the Create a virtual machine window.":::
6945

7046
> [!WARNING]
7147
> In this example, you open port 3389 to enable remote access to the Windows Server VM from the internet. However, opening port 3389 to the internet is not recommended to manage production workloads. For information about secure access to Azure VMs, see [What is Azure Bastion?](../../bastion/bastion-overview.md).
7248
73-
1. Select the **Networking** tab, or select **Next: Disks**, then **Next: Networking**.
74-
75-
1. In the **Networking** tab, select or enter:
76-
77-
| Setting | Value |
78-
|-|-|
79-
| **Virtual network** | Accept the default network name. |
80-
| **Subnet** | Accept the default subnet configuration. |
81-
| **Public IP** | Accept the default public IP configuration. |
82-
| **NIC network security group** | Select **Basic**. |
83-
| **Public inbound ports** | Select **Allow selected ports**. |
84-
| **Select inbound ports** | Select **RDP (3389)**. |
85-
86-
1. Select **Review + create**.
49+
1. Select the **Networking** tab at the top of the page.
8750

88-
1. Review the settings, and then select **Create**.
51+
1. On the **Networking** page, enter or select the following values:
52+
53+
- **Virtual network**: Accept the default network name.
54+
- **Subnet**: Select **default** if not already selected.
55+
- **Public IP**: Accept the default public IP configuration.
56+
- **Public inbound ports**: Select **Allow selected ports**.
57+
- **Select inbound ports**: Select **RDP (3389)**.
58+
59+
1. Select **Review + create**. Review the settings, and then select **Create**.
8960

9061
[!INCLUDE [ephemeral-ip-note.md](../../../includes/ephemeral-ip-note.md)]
9162

9263
## Change private IP address to static
9364

9465
In this procedure, you change the private IP address from **dynamic** to **static** for the VM you created previously:
9566

96-
1. In the search box at the top of the portal, enter *virtual machine*. Select **Virtual machines** in the search results.
67+
1. In the portal, search for and select **Virtual machines**.
9768

9869
2. In **Virtual machines**, select **myVM** from the list.
9970

@@ -125,11 +96,11 @@ In this procedure, you change the private IP address from **dynamic** to **stati
12596

12697
When you're finished, delete the resource group and all of the resources it contains:
12798

128-
1. Enter *myResourceGroup* in the **Search** box at the top of the portal, and then select **myResourceGroup** in the search results.
99+
1. In the portal, search for and select **myResourceGroup**.
129100

130-
2. Select **Delete resource group**.
101+
1. From the **myResourceGroup** screen, select **Delete resource group**.
131102

132-
3. Enter *myResourceGroup* for **Enter resource group name to confirm deletion**, and then select **Delete**.
103+
1. Enter *myResourceGroup* for **Enter resource group name to confirm deletion**, and then select **Delete**.
133104

134105
## Next steps
135106

0 commit comments

Comments
 (0)