Skip to content

Commit 3e1830f

Browse files
committed
freshness
1 parent 2cb3ff9 commit 3e1830f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed
Loading

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Create a VM with a static private IP address - Azure portal
2+
title: 'Create a VM with a static private IP address - Azure portal'
33
description: Learn how to create a virtual machine with a static private IP address using the Azure portal.
44
author: asudbring
55
ms.author: allensu
66
ms.service: virtual-network
77
ms.subservice: ip-services
88
ms.topic: how-to
9-
ms.date: 10/01/2021
9+
ms.date: 10/27/2022
1010
ms.custom: template-how-to
1111
---
1212

@@ -24,21 +24,22 @@ 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

27-
2. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
27+
2. In the search box at the top of the portal, enter *Virtual machine*. Select **Virtual machines** in the search results.
2828

29-
3. Select **+ Create**, then **+ Virtual machine** in **Virtual machines**.
29+
3. Select **+ Create** then **Azure Virtual machine**.
3030

3131
4. In **Create a virtual machine**, enter or select the following information:
3232

3333
| Setting | Value |
3434
| ------- | ----- |
3535
| **Project details** | |
3636
| Subscription | Select your subscription. |
37-
| Resource group | Select **Create new**. </br> Enter **myResourceGroup** in **Name**. </br> Select **OK**. |
37+
| Resource group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. |
3838
| **Instance details** | |
39-
| Virtual machine name | Enter **myVM**. |
39+
| Virtual machine name | Enter *myVM*. |
4040
| Region | Select **(US) East US 2**. |
4141
| Availability options | Select **No infrastructure redundancy required**. |
42+
| Security type | Select **Standard**. |
4243
| Image | Select **Windows Server 2019 Datacenter - Gen2**. |
4344
| Azure Spot instance | Leave unchecked. |
4445
| Size | Select a size. |
@@ -52,7 +53,7 @@ Use the following steps to create a virtual machine, virtual network, and subnet
5253
:::image type="content" source="./media/virtual-networks-static-private-ip-arm-pportal/create-vm.png" alt-text="Screenshot of create virtual machine.":::
5354

5455
> [!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)**
5657
5758
3. Select the **Networking** tab, or select **Next: Disks**, then **Next: Networking**.
5859

@@ -112,11 +113,11 @@ To change the IP address back to dynamic set the assignment for your private IP
112113

113114
When no longer needed, delete the resource group and all of the resources it contains:
114115

115-
1. Enter **myResourceGroup** in the **Search** box at the top of the portal. When you see **myResourceGroup** in the search results, select it.
116+
1. Enter *myResourceGroup* in the **Search** box at the top of the portal. When you see **myResourceGroup** in the search results, select it.
116117

117118
2. Select **Delete resource group**.
118119

119-
3. Enter **myResourceGroup** for **TYPE THE RESOURCE GROUP NAME:** and select **Delete**.
120+
3. Enter *myResourceGroup* for **TYPE THE RESOURCE GROUP NAME:** and select **Delete**.
120121

121122
## Next steps
122123

0 commit comments

Comments
 (0)