Skip to content

Commit 7fdd47f

Browse files
committed
fixes
1 parent 89ee8f8 commit 7fdd47f

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ In this article, you'll create a virtual machine in Azure with the Azure portal.
1919

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

22-
2322
## Create a virtual network
2423

2524
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
4342

4443
5. Select the **IP Addresses** tab, or **Next: IP Addresses**.
4544

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**.
4746

4847
7. Select the **Add IPv6 address space** box.
4948

5049
8. In **IPv6 address space**, edit the default address space and change its value to **2404:f800:8000:122::/63**.
5150

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**.
5352

5453
10. In **Subnet name**, enter **myBackendSubnet**.
5554

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.
5756

5857
12. Select the box next to **Add IPv6 address space**.
5958

6059
13. In **IPv6 address range**, enter **2404:f800:8000:122::/64**.
6160

62-
14. Select **Save**.
61+
14. Select **Save**. If creating a subnet, select **Add**.
6362

6463
15. Select the **Review + create**.
6564

@@ -93,7 +92,6 @@ You'll create two public IP addresses in this section, IPv4 and IPv6.
9392

9493
4. Select **Create**.
9594

96-
9795
## Create network security group
9896

9997
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
119117

120118
### Create network security group rules
121119

122-
In this section, you'll create the inbound and outbound NSG rules.
120+
In this section, you'll create the inbound rule.
123121

124122
1. In the search box at the top of the portal, enter **Network security group**. Select **Network security groups** in the search results.
125123

@@ -143,7 +141,6 @@ In this section, you'll create the inbound and outbound NSG rules.
143141

144142
6. Select **Add**.
145143

146-
147144
## Create virtual machine
148145

149146
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
167164
| Name | Enter **myNIC1**. |
168165
| Region | Select **East US 2**. |
169166
| 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)**. |
171168
| Network security group | Select **myNSG**. |
172169
| Private IP address (IPv6) | Select the box. |
173-
| IPv6 name | Enter **ipconfig-ipv6**. |
170+
| IPv6 name | Enter **Ipv6config**. |
174171

175172
4. Select **Review + create**.
176173

@@ -198,7 +195,7 @@ You'll associate the IPv4 and IPv6 addresses you created previously to the netwo
198195

199196
9. In **IP configurations**, select **ipconfig-ipv6**.
200197

201-
10. In **ipconig-ipv6**, select **Associate** in **Public IP address**.
198+
10. In **Ipv6config**, select **Associate** in **Public IP address**.
202199

203200
11. Select **myPublicIP-IPv6** in **Public IP address**.
204201

@@ -240,7 +237,7 @@ You'll associate the IPv4 and IPv6 addresses you created previously to the netwo
240237
| ------- | ----- |
241238
| **Network interface** | |
242239
| 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)**. |
244241
| Public IP | Select **None**. |
245242
| NIC network security group | Select **None**. |
246243

0 commit comments

Comments
 (0)