Skip to content

Commit 3002bbd

Browse files
authored
Merge pull request #182034 from kobulloc-MSFT/patch-15
Copy a disk instructions now match current UI
2 parents 176632a + acbb33b commit 3002bbd

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

articles/virtual-machines/windows/create-vm-specialized-portal.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,20 @@ Create a snapshot and then create a disk from the snapshot. This strategy allows
4040
2. In the **All services** search box, enter **disks** and then select **Disks** to display the list of available disks.
4141
3. Select the disk that you would like to use. The **Disk** page for that disk appears.
4242
4. From the menu at the top, select **Create snapshot**.
43-
5. Enter a **Name** for the snapshot.
44-
6. Choose a **Resource group** for the snapshot. You can use either an existing resource group or create a new one.
45-
7. For **Account type**, choose either **Standard (HDD)** or **Premium (SSD)** storage.
46-
8. When you're done, select **Create** to create the snapshot.
47-
9. After the snapshot has been created, select **Create a resource** in the left menu.
48-
10. In the search box, enter **managed disk** and then select **Managed Disks** from the list.
49-
11. On the **Managed Disks** page, select **Create**.
50-
12. Enter a **Name** for the disk.
43+
5. Choose a **Resource group** for the snapshot. You can use either an existing resource group or create a new one.
44+
6. Enter a **Name** for the snapshot.
45+
7. For **Snapshot type**, choose either **Full** or **Incremental**.
46+
8. For **Storage type**, choose **Standard HDD**, **Premium SSD**, or **Zone-redundant** storage.
47+
9. When you're done, select **Create** to create the snapshot.
48+
10. After the snapshot has been created, select **Create a resource** in the left menu.
49+
11. In the search box, enter **managed disk** and then select **Managed Disks** from the list.
50+
12. On the **Managed Disks** page, select **Create**.
5151
13. Choose a **Resource group** for the disk. You can use either an existing resource group or create a new one. This selection will also be used as the resource group where you create the VM from the disk.
52-
14. For **Account type**, choose either **Standard (HDD)** or **Premium (SSD)** storage.
53-
15. In **Source type**, ensure **Snapshot** is selected.
54-
16. In the **Source snapshot** drop-down, select the snapshot you want to use.
55-
17. Make any other adjustments as needed and then select **Create** to create the disk.
52+
14. Enter a **Name** for the disk.
53+
16. In **Source type**, ensure **Snapshot** is selected.
54+
17. In the **Source snapshot** drop-down, select the snapshot you want to use.
55+
18. For **Size**, choose either **Standard (HDD)** or **Premium (SSD)** storage.
56+
19. Make any other adjustments as needed and then select **Create** to create the disk.
5657

5758
## Create a VM from a disk
5859

0 commit comments

Comments
 (0)