Skip to content

Commit 80422db

Browse files
committed
Fix typo
1 parent 215cfe7 commit 80422db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Now you can shut down your VM.
8686

8787

8888
## Prepare the VHD
89-
The VHDX format is not supported in Azure, only **fixed VHD**. You can convert the disk to fixed VHD format using Hyper-V Manager or the Powershell [convert-vhd](/powershell/module/hyper-v/convert-vhd) cmdlet. An example is as following.
89+
The VHDX format is not supported in Azure, only **fixed VHD**. You can convert the disk to fixed VHD format using Hyper-V Manager or the PowerShell [convert-vhd](/powershell/module/hyper-v/convert-vhd) cmdlet. An example is as following.
9090

9191
```powershell
9292
Convert-VHD OpenBSD61.vhdx OpenBSD61.vhd -VHDType Fixed

0 commit comments

Comments
 (0)