@@ -19,7 +19,6 @@ In this article, you'll create a virtual machine in Azure with the Azure portal.
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
-
23
22
## Create a virtual network
24
23
25
24
In this section, you'll create a dual-stack virtual network for the virtual machine.
@@ -43,23 +42,23 @@ In this section, you'll create a dual-stack virtual network for the virtual mach
43
42
44
43
5 . Select the ** IP Addresses** tab, or ** Next: IP Addresses** .
45
44
46
- 6 . Leave the default IPv4 address space of ** 10.1.0.0/16** . If the default is absent, enter an IPv4 address space of ** 10.1.0.0/16** .
45
+ 6 . Leave the default IPv4 address space of ** 10.1.0.0/16** . If the default is absent or different , enter an IPv4 address space of ** 10.1.0.0/16** .
47
46
48
47
7 . Select the ** Add IPv6 address space** box.
49
48
50
49
8 . In ** IPv6 address space** , edit the default address space and change its value to ** 2404:f800:8000:122::/63** .
51
50
52
- 9 . To add an IPv6 subnet, select ** default** under ** Subnet name** .
51
+ 9 . To add an IPv6 subnet, select ** default** under ** Subnet name** . If default is missing, select ** + Add subnet ** .
53
52
54
53
10 . In ** Subnet name** , enter ** myBackendSubnet** .
55
54
56
- 11 . Leave the default IPv4 subnet of ** 10.1.0.0/24** in ** Subnet address range** .
55
+ 11 . Leave the default IPv4 subnet of ** 10.1.0.0/24** in ** Subnet address range** . Enter ** 10.1.0.0/24 ** if missing.
57
56
58
57
12 . Select the box next to ** Add IPv6 address space** .
59
58
60
59
13 . In ** IPv6 address range** , enter ** 2404:f800:8000:122::/64** .
61
60
62
- 14 . Select ** Save** .
61
+ 14 . Select ** Save** . If creating a subnet, select ** Add ** .
63
62
64
63
15 . Select the ** Review + create** .
65
64
@@ -93,7 +92,6 @@ You'll create two public IP addresses in this section, IPv4 and IPv6.
93
92
94
93
4 . Select ** Create** .
95
94
96
-
97
95
## Create network security group
98
96
99
97
You'll create a network security group to allow SSH connections to the virtual machine.
@@ -119,7 +117,7 @@ You'll create a network security group to allow SSH connections to the virtual m
119
117
120
118
### Create network security group rules
121
119
122
- In this section, you'll create the inbound and outbound NSG rules .
120
+ In this section, you'll create the inbound rule .
123
121
124
122
1 . In the search box at the top of the portal, enter ** Network security group** . Select ** Network security groups** in the search results.
125
123
@@ -143,7 +141,6 @@ In this section, you'll create the inbound and outbound NSG rules.
143
141
144
142
6 . Select ** Add** .
145
143
146
-
147
144
## Create virtual machine
148
145
149
146
In this section, you'll create the virtual machine and its supporting resources.
@@ -167,10 +164,10 @@ You'll create a network interface and attach the public IP addresses you created
167
164
| Name | Enter ** myNIC1** . |
168
165
| Region | Select ** East US 2** . |
169
166
| Virtual network | Select ** myVNet** . |
170
- | Subnet | Select ** myVNet/default (10.1.0.0/24,2404:f800:8000:122:/64)** . |
167
+ | Subnet | Select ** myBackendSubnet (10.1.0.0/24,2404:f800:8000:122:/64)** . |
171
168
| Network security group | Select ** myNSG** . |
172
169
| Private IP address (IPv6) | Select the box. |
173
- | IPv6 name | Enter ** ipconfig-ipv6 ** . |
170
+ | IPv6 name | Enter ** Ipv6config ** . |
174
171
175
172
4 . Select ** Review + create** .
176
173
@@ -198,7 +195,7 @@ You'll associate the IPv4 and IPv6 addresses you created previously to the netwo
198
195
199
196
9 . In ** IP configurations** , select ** ipconfig-ipv6** .
200
197
201
- 10 . In ** ipconig-ipv6 ** , select ** Associate** in ** Public IP address** .
198
+ 10 . In ** Ipv6config ** , select ** Associate** in ** Public IP address** .
202
199
203
200
11 . Select ** myPublicIP-IPv6** in ** Public IP address** .
204
201
@@ -240,7 +237,7 @@ You'll associate the IPv4 and IPv6 addresses you created previously to the netwo
240
237
| ------- | ----- |
241
238
| ** Network interface** | |
242
239
| Virtual network | Select ** myVNet** . |
243
- | Subnet | Select ** myVNet/default (10.1.0.0/24,2404:f800:8000:122:/64)** . |
240
+ | Subnet | Select ** myBackendSubnet (10.1.0.0/24,2404:f800:8000:122:/64)** . |
244
241
| Public IP | Select ** None** . |
245
242
| NIC network security group | Select ** None** . |
246
243
0 commit comments