Skip to content

Commit 7a08ee1

Browse files
committed
fix list alignment
1 parent 0dc818c commit 7a08ee1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/marketplace/azure-vm-certification-faq.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,11 @@ sections:
360360

361361
1. Create an unmanaged disk for your VM. Either use the default values or specify any value for fields like **OS disk size**, **OS disk type**, and **Encryption type**.
362362

363-
![Screenshot image of the Data disks page in the Create a virtual machine flow.](./media/create-vm/disks-pane.png)
363+
![Screenshot image of the Data disks page in the Create a virtual machine flow.](./media/create-vm/disks-pane.png)
364364

365365
1. After you create the VM, select **Disks** in the left pane.
366366

367-
![Screenshot showing how to select disks for a VM.](./media/create-vm/vm-certification-issues-solutions-17.png)
367+
![Screenshot showing how to select disks for a VM.](./media/create-vm/vm-certification-issues-solutions-17.png)
368368

369369
1. Attach your VHD as data disk to your VM for creating a partition table.
370370

@@ -378,23 +378,23 @@ sections:
378378
1. Select **Container** and then select your VHD.
379379
1. Select **OK**.
380380

381-
![Screenshot of the attach unmanaged disk page.](./media/create-vm/vm-certification-issues-solutions-19.png)
381+
![Screenshot of the attach unmanaged disk page.](./media/create-vm/vm-certification-issues-solutions-19.png)
382382

383-
Your VHD will be added as data disk LUN 0.
383+
Your VHD will be added as data disk LUN 0.
384384

385385
1. Restart the VM.
386386

387387
1. After you restart the VM, log in to the VM using Putty or another client and run the `sudo -i` command to gain root access.
388388

389-
![Putty client command-line screenshot showing the sudo -i command.](./media/create-vm/vm-certification-issues-solutions-20.png)
389+
![Putty client command-line screenshot showing the sudo -i command.](./media/create-vm/vm-certification-issues-solutions-20.png)
390390

391391
1. Create a partition on your VHD.
392392

393393
1. Enter `fdisk /dev/sdb` command.
394394
1. To view the existing partition list from your VHD, enter `p`.
395395
1. Enter `d` to delete all existing partitions available in your VHD. You can skip this step, if it's not required.
396396

397-
![Putty client command-line screenshot showing the commands for deleting existing partitions.](./media/create-vm/vm-certification-issues-solutions-21.png)
397+
![Putty client command-line screenshot showing the commands for deleting existing partitions.](./media/create-vm/vm-certification-issues-solutions-21.png)
398398

399399
1. Enter `n` to create new partition and select `p` for (primary partition).
400400

@@ -407,11 +407,11 @@ sections:
407407

408408
1. Type `w` to confirm the creation of partition.
409409

410-
![Putty client command-line screenshot showing the commands for creating a partition.](./media/create-vm/vm-certification-issues-solutions-23.png)
410+
![Putty client command-line screenshot showing the commands for creating a partition.](./media/create-vm/vm-certification-issues-solutions-23.png)
411411

412412
1. You can verify the partition table by running the command `n fdisk /dev/sdb` and typing `p`. You'll see that partition is created with 2048 offset value.
413413

414-
![Putty client command-line screenshot showing the commands for creating the 2048 offset.](./media/create-vm/vm-certification-issues-solutions-24.png)
414+
![Putty client command-line screenshot showing the commands for creating the 2048 offset.](./media/create-vm/vm-certification-issues-solutions-24.png)
415415

416416
1. Detach the VHD from VM and delete the VM.
417417

0 commit comments

Comments
 (0)