Skip to content

Commit d9361f5

Browse files
Merge pull request #283740 from jasonamedina/patch-2
Updated Azure Portal "Configure network interface" section
2 parents a2ef270 + e65a4c8 commit d9361f5

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

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

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -316,31 +316,23 @@ In this section, you create the virtual machine and its supporting resources.
316316

317317
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**.
318318

319-
10. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
320-
321-
11. Select **myVM**.
322-
323-
12. Stop **myVM**.
324-
325319
### Configure network interface
326320

327321
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.
328322

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

331-
2. Select **myVM**.
325+
2. Select **myVM** or your existing virtual machine name.
332326

333-
3. Select **Stop**, to stop the virtual machine. Wait for the machine to shut down.
327+
3. Select **Networking** in **Settings**.
334328

335-
4. Select **Networking** in **Settings**.
329+
4. The name of your default network interface will be **myvmxx**, with xx a random number. In this example, it's **myvm281**. Select **myvm281** next to **Network Interface:**.
336330

337-
5. The name of your default network interface will be **myvmxx**, with xx a random number. In this example, it's **myvm281**. Select **myvm281** next to **Network Interface:**.
331+
5. In the properties of the network interface, select **IP configurations** in **Settings**.
338332

339-
6. In the properties of the network interface, select **IP configurations** in **Settings**.
333+
6. In **IP configurations**, select **+ Add**.
340334

341-
7. In **IP configurations**, select **+ Add**.
342-
343-
8. In **Add IP configuration**, enter or select the following information.
335+
7. In **Add IP configuration**, enter or select the following information.
344336

345337
| Setting | Value |
346338
| ------- | ----- |
@@ -351,9 +343,7 @@ A network interface is automatically created and attached to the chosen virtual
351343
| Public IP address | Select **Associate**. |
352344
| Public IP address | Select **myPublicIP-IPv6**. |
353345

354-
9. Select **OK**.
355-
356-
10. Return to the **Overview** of **myVM** and start the virtual machine.
346+
8. Select **OK**.
357347

358348
# [Azure CLI](#tab/azurecli/)
359349

0 commit comments

Comments
 (0)