Skip to content

Commit e90da68

Browse files
authored
Update redhat-create-upload-vhd.md
1 parent 13f0ad1 commit e90da68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/linux/redhat-create-upload-vhd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
327327
```
328328
329329
1. Swap configuration:
330-
1. Don't create swap space on the operating system disk.
330+
- Don't create swap space on the operating system disk.
331331

332332
Previously, the Azure Linux agent was used to automatically configure swap space by using the local resource disk that's attached to the VM after the VM is provisioned on Azure. This action is now handled by `cloud-init`. You *must not* use the Linux agent to format the resource disk to create the swap file. Modify the following parameters in `/etc/waagent.conf` appropriately:
333333
@@ -336,7 +336,7 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
336336
ResourceDisk.EnableSwap=n
337337
```
338338
339-
1. If you want to mount, format, and create the swap, you can either:
339+
- If you want to mount, format, and create the swap, you can either:
340340
* Pass this code in as a `cloud-init` configuration every time you create a VM through custom data. We recommend this method.
341341
* Use a `cloud-init` directive baked into the image that does this step every time the VM is created.
342342
@@ -517,7 +517,7 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
517517
```
518518
519519
1. Swap configuration:
520-
1. Don't create swap space on the operating system disk.
520+
- Don't create swap space on the operating system disk.
521521

522522
Previously, the Azure Linux agent was used to automatically configure swap space by using the local resource disk that's attached to the VM after the VM is provisioned on Azure. This action is now handled by `cloud-init`. You *must not* use the Linux agent to format the resource disk create the swap file. Modify the following parameters in `/etc/waagent.conf` appropriately:
523523

0 commit comments

Comments
 (0)