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
@@ -25,12 +25,14 @@ Public IP addresses have a nominal fee. For details, see [pricing](https://azure
25
25
26
26
## Prerequisites
27
27
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).
29
29
30
30
## Azure portal
31
31
32
32
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
+
34
36
1. Under **Settings** in the left pane, select **Networking**, and then select the network interface you want to add the public IP address to.
35
37
36
38
:::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.":::
:::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.":::
69
45
70
46
> [!WARNING]
71
47
> 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).
72
48
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. |
0 commit comments