Skip to content

Commit f89b528

Browse files
committed
fixing formatting
1 parent 3f01df2 commit f89b528

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/virtual-machines/linux/create-upload-generic.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The mechanism for rebuilding the initrd or initramfs image may vary depending on
7171
7272
### Resizing VHDs
7373
VHD images on Azure must have a virtual size aligned to 1 MB. Typically, VHDs created using Hyper-V are aligned correctly. If the VHD isn't aligned correctly, you may receive an error message similar to the following when you try to create an image from your VHD.
74-
```outout
74+
```output
7575
The VHD http:\//\<mystorageaccount>.blob.core.windows.net/vhds/MyLinuxVM.vhd has an unsupported virtual size of 21475270656 bytes. The size must be a whole number (in MBs).
7676
```
7777
In this case, resize the VM using either the Hyper-V Manager console or the [Resize-VHD](/powershell/module/hyper-v/resize-vhd) PowerShell cmdlet. If you aren't running in a Windows environment, we recommend using `qemu-img` to convert (if needed) and resize the VHD.
@@ -200,11 +200,12 @@ The [Azure Linux Agent](../extensions/agent-linux.md) `waagent` provisions a Lin
200200
update-grub
201201
```
202202
1. Ensure that the SSH server is installed, and configured to start at boot time. This configuration is usually the default.
203+
203204
1. Install the Azure Linux Agent.
204205
The Azure Linux Agent is required for provisioning a Linux image on Azure. Many distributions provide the agent as an RPM or .deb package (the package is typically called WALinuxAgent or walinuxagent). The agent can also be installed manually by following the steps in the [Linux Agent Guide](../extensions/agent-linux.md).
205206

206-
> [!NOTE]
207-
> Make sure **'udf'** and **'vfat'** modules are enable. Blocklisting or removing the udf module will cause a provisioning failure. Blocklisting or removing vfat module will cause both provisioning and boot failures. **(_Cloud-init >= 21.2 removes the udf requirement. Please read top of document for more detail)**
207+
> [!NOTE]
208+
> Make sure 'udf' and 'vfat' modules are enable. Blocklisting or removing the udf module will cause a provisioning failure. Blocklisting or removing vfat module will cause both provisioning and boot failures. **(_Cloud-init >= 21.2 removes the udf requirement. Please read top of document for more detail)**
208209
209210

210211
Install the Azure Linux Agent, cloud-init and other necessary utilities by running the following command:

0 commit comments

Comments
 (0)