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/add-dual-stack-ipv6-vm-portal.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,23 +229,21 @@ New-AzPublicIpAddress @ip6
229
229
230
230
# [Azure portal](#tab/azureportal)
231
231
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.
233
233
234
234
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
235
235
236
236
2. Select **myVM** or your existing virtual machine name.
237
237
238
-
3.Stop**myVM**.
238
+
3.Select**Networking** in **Settings**.
239
239
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**.
241
241
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.
243
243
244
-
6.Select**IP configurations** in**Settings** of the network interface.
244
+
6.In**IP configurations**, select**+ Add**.
245
245
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**.
249
247
250
248
| Setting | Value |
251
249
| ------- | ----- |
@@ -258,8 +256,6 @@ The virtual machine must be stopped to add the IPv6 configuration to the existin
258
256
259
257
9. Select **OK**.
260
258
261
-
10. Start **myVM**.
262
-
263
259
# [Azure CLI](#tab/azurecli/)
264
260
265
261
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:
334
330
335
331
-[Overview of IPv6 for Azure Virtual Network.](ipv6-overview.md)
336
332
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