Skip to content

Commit 2a301fb

Browse files
authored
Merge pull request #88806 from changeworld/patch-93
Fix typo
2 parents 5a45784 + 80422db commit 2a301fb

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)