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
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/create-vm-dual-stack-ipv6-portal.md
+44-17Lines changed: 44 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,21 @@ ms.author: mbender
7
7
ms.service: virtual-network
8
8
ms.subservice: ip-services
9
9
ms.topic: how-to
10
-
ms.date: 08/24/2023
10
+
ms.date: 09/25/2023
11
11
ms.custom: template-how-to, devx-track-linux
12
12
---
13
13
14
14
# Create an Azure Virtual Machine with a dual-stack network using the Azure portal
15
15
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.
17
17
18
18
## Prerequisites
19
19
20
20
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
21
21
22
22
## Create a virtual network
23
23
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.
25
25
26
26
1. Sign-in to the [Azure portal](https://portal.azure.com).
27
27
@@ -66,7 +66,9 @@ In this section, you'll create a dual-stack virtual network for the virtual mach
66
66
67
67
## Create public IP addresses
68
68
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
70
72
71
73
1. In the search box at the top of the portal, enter **Public IP address**. Select **Public IP addresses** in the search results.
72
74
@@ -76,23 +78,48 @@ You'll create two public IP addresses in this section, IPv4 and IPv6.
76
78
77
79
| Setting | Value |
78
80
| ------- | ----- |
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**||
82
87
| 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**||
83
92
| Routing preference | Leave the default of **Microsoft network**. |
84
93
| 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**||
88
108
| Subscription | Select your subscription. |
89
109
| Resource group | Select **myResourceGroup**. |
90
110
| Location | Select **East US 2**. |
91
111
| 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**. |
92
119
93
-
4. Select **Create**.
120
+
4. Select **Review + create** then **Create**.
94
121
95
-
###Create virtual machine
122
+
## Create virtual machine
96
123
97
124
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
98
125
@@ -137,19 +164,19 @@ You'll create two public IP addresses in this section, IPv4 and IPv6.
137
164
138
165
7. Select **Create**.
139
166
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**.
141
168
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**.
143
170
144
171
10. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
145
172
146
173
11. Select **myVM**.
147
174
148
175
12. Stop **myVM**.
149
176
150
-
###Network interface configuration
177
+
## Network interface configuration
151
178
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.
153
180
154
181
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
155
182
@@ -182,7 +209,7 @@ A network interface is automatically created and attached to the chosen virtual
182
209
183
210
## Test SSH connection
184
211
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.
186
213
187
214
1. In the search box at the top of the portal, enter **Public IP address**. Select **Public IP addresses** in the search results.
0 commit comments