Skip to content

Commit dda1cbf

Browse files
Merge pull request #252748 from mbender-ms/ip-services-update-dual-stack
ip services - updates for GH Issue 115118
2 parents 6f57a8d + be314de commit dda1cbf

File tree

1 file changed

+44
-17
lines changed

1 file changed

+44
-17
lines changed

articles/virtual-network/ip-services/create-vm-dual-stack-ipv6-portal.md

Lines changed: 44 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ ms.author: mbender
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 08/24/2023
10+
ms.date: 09/25/2023
1111
ms.custom: template-how-to, devx-track-linux
1212
---
1313

1414
# Create an Azure Virtual Machine with a dual-stack network using the Azure portal
1515

16-
In this article, you'll create a virtual machine in Azure with the Azure portal. The virtual machine is created along with the dual-stack network as part of the procedures. When completed, the virtual machine supports IPv4 and IPv6 communication.
16+
In this article, you create a virtual machine in Azure with the Azure portal. The virtual machine is created along with the dual-stack network as part of the procedures. When completed, the virtual machine supports IPv4 and IPv6 communication.
1717

1818
## Prerequisites
1919

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

2222
## Create a virtual network
2323

24-
In this section, you'll create a dual-stack virtual network for the virtual machine.
24+
In this section, you create a dual-stack virtual network for the virtual machine.
2525

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

@@ -66,7 +66,9 @@ In this section, you'll create a dual-stack virtual network for the virtual mach
6666

6767
## Create public IP addresses
6868

69-
You'll create two public IP addresses in this section, IPv4 and IPv6.
69+
You create two public IP addresses in this section, IPv4 and IPv6.
70+
71+
### Create IPv4 public IP address
7072

7173
1. In the search box at the top of the portal, enter **Public IP address**. Select **Public IP addresses** in the search results.
7274

@@ -76,23 +78,48 @@ You'll create two public IP addresses in this section, IPv4 and IPv6.
7678

7779
| Setting | Value |
7880
| ------- | ----- |
79-
| IP version | Select **Both**. |
80-
| SKU | Leave the default of **Standard**. |
81-
| **Ipv4 IP Address Configuration** | |
81+
| **Project details** | |
82+
| Subscription | Select your subscription. |
83+
| Resource group | Select **myResourceGroup**. |
84+
| Location | Select **East US 2**. |
85+
| Availability zone | Select **Zone redundant**. |
86+
| **Instance details** | |
8287
| Name | Enter **myPublicIP-IPv4**. |
88+
| IP version | Select **IPv4**. |
89+
| SKU | Leave the default of **Standard**. |
90+
| Tier | Leave the default of **Regional**. |
91+
| **IP address assignment** | |
8392
| Routing preference | Leave the default of **Microsoft network**. |
8493
| Idle timeout (minutes) | Leave the default of **4**. |
85-
| **IPv6 IP Address Configuration** | |
86-
| Name | Enter **myPublicIP-IPv6**. |
87-
| Idle timeout (minutes) | Leave the default of **4**. |
94+
| DNS name label | Enter **myPublicIP-IPv4**. |
95+
96+
4. Select **Review + create** then **Create**.
97+
98+
### Create IPv6 public IP address
99+
1. In the search box at the top of the portal, enter **Public IP address**. Select **Public IP addresses** in the search results.
100+
101+
2. Select **+ Create**.
102+
103+
3. Enter or select the following information in **Create public IP address**.
104+
105+
| Setting | Value |
106+
| ------- | ----- |
107+
| **Project details** | |
88108
| Subscription | Select your subscription. |
89109
| Resource group | Select **myResourceGroup**. |
90110
| Location | Select **East US 2**. |
91111
| Availability zone | Select **Zone redundant**. |
112+
| **Instance details** | |
113+
| Name | Enter **myPublicIP-IPv6**. |
114+
| IP version | Select **IPv6**. |
115+
| SKU | Leave the default of **Standard**. |
116+
| Tier | Leave the default of **Regional**. |
117+
| **IP address assignment** | |
118+
| DNS name label | Enter **myPublicIP-IPv6**. |
92119

93-
4. Select **Create**.
120+
4. Select **Review + create** then **Create**.
94121

95-
### Create virtual machine
122+
## Create virtual machine
96123

97124
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
98125

@@ -137,19 +164,19 @@ You'll create two public IP addresses in this section, IPv4 and IPv6.
137164

138165
7. Select **Create**.
139166

140-
8. **Generate new key pair** will appear. Select **Download private key and create resource**.
167+
8. **Generate new key pair** appears. Select **Download private key and create resource**.
141168

142-
9. The private key will download to your local computer. Copy the private key to a directory on your computer. In the following example, it's **~/.ssh**.
169+
9. The private key downloads to your local computer. Copy the private key to a directory on your computer. In the following example, it's **~/.ssh**.
143170

144171
10. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
145172

146173
11. Select **myVM**.
147174

148175
12. Stop **myVM**.
149176

150-
### Network interface configuration
177+
## Network interface configuration
151178

152-
A network interface is automatically created and attached to the chosen virtual network during creation. In this section, you'll add the IPv6 configuration to the existing network interface.
179+
A network interface is automatically created and attached to the chosen virtual network during creation. In this section, you add the IPv6 configuration to the existing network interface.
153180

154181
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
155182

@@ -182,7 +209,7 @@ A network interface is automatically created and attached to the chosen virtual
182209

183210
## Test SSH connection
184211

185-
You'll connect to the virtual machine with SSH to test the IPv4 public IP address.
212+
You connect to the virtual machine with SSH to test the IPv4 public IP address.
186213

187214
1. In the search box at the top of the portal, enter **Public IP address**. Select **Public IP addresses** in the search results.
188215

0 commit comments

Comments
 (0)