Skip to content

Commit d91716a

Browse files
Merge pull request #283436 from jasonamedina/patch-1
Updated Azure Portal "Add IPv6 configuration to virtual machine" section
2 parents a97c224 + 426653b commit d91716a

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -229,23 +229,21 @@ New-AzPublicIpAddress @ip6
229229

230230
# [Azure portal](#tab/azureportal)
231231

232-
The virtual machine must be stopped to add the IPv6 configuration to the existing virtual machine. You stop the virtual machine and add the IPv6 configuration to the existing virtual machine's network interface.
232+
In this section, you will configure your virtual machine’s network interface to include both a private and a public IPv6 address.
233233

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

236236
2. Select **myVM** or your existing virtual machine name.
237237

238-
3. Stop **myVM**.
238+
3. Select **Networking** in **Settings**.
239239

240-
4. Select **Networking** in **Settings**.
240+
4. Select your network interface name next to **Network Interface:**. In this example, the network interface is named **myvm404**.
241241

242-
5. Select your network interface name next to **Network Interface:**. In this example, the network interface is named **myvm404**.
242+
5. Select **IP configurations** in **Settings** of the network interface.
243243

244-
6. Select **IP configurations** in **Settings** of the network interface.
244+
6. In **IP configurations**, select **+ Add**.
245245

246-
7. In **IP configurations**, select **+ Add**.
247-
248-
8. Enter or select the following information in **Add IP configuration**.
246+
7. Enter or select the following information in **Add IP configuration**.
249247

250248
| Setting | Value |
251249
| ------- | ----- |
@@ -258,8 +256,6 @@ The virtual machine must be stopped to add the IPv6 configuration to the existin
258256

259257
9. Select **OK**.
260258

261-
10. Start **myVM**.
262-
263259
# [Azure CLI](#tab/azurecli/)
264260

265261
Use [az network nic ip-config create](/cli/azure/network/nic/ip-config#az-network-nic-ip-config-create) to create the IPv6 configuration for the network interface. The **`--nic-name`** used in the example is **myvm569**. Replace this value with the name of the network interface in your virtual machine.
@@ -334,4 +330,4 @@ For more information about IPv6 and IP addresses in Azure, see:
334330

335331
- [Overview of IPv6 for Azure Virtual Network.](ipv6-overview.md)
336332

337-
- [What is Azure Virtual Network IP Services?](ip-services-overview.md)
333+
- [What is Azure Virtual Network IP Services?](ip-services-overview.md)

0 commit comments

Comments
 (0)