Skip to content

Commit 4e3b9ce

Browse files
committed
Addressed blocking issues
1 parent d5398d2 commit 4e3b9ce

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

azure-local/includes/hci-download-vhdx-2.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,8 @@ SDN uses a VHDX file containing either the Azure Stack HCI or Windows Server ope
1111
> [!NOTE]
1212
> The version of the OS in your VHDX must match the version used by the Azure Local Hyper-V machines. This VHDX file is used by all SDN infrastructure components.
1313
14-
Depending on the OS version, download one of the following English version VHDX:
14+
Depending on the OS version, download one of the following VHDX files::
1515

1616
- OS version 25398.xxxx: [Download an English-language version of the VHDX file](https://aka.ms/PVvxVBVCVVC).
1717
- OS version 26100.xxxx: [Download an English-language version of the VHDX file](../deploy/download-23h2-software.md?view=azloc-2506&preserve-view=true#download-the-software-from-the-azure-portal).
1818

19-
<!--Currently, a non-English VHDX file isn't available for download. If you require a non-English version, [download the corresponding ISO file](../deploy/download-23h2-software.md) and convert it to VHDX using the `Convert-WindowsImage` cmdlet. You must run this script from a Windows client computer. You'll probably need to run this script as Administrator and modify the execution policy for scripts using the `Set-ExecutionPolicy` command.
20-
21-
The following syntax shows an example of using `Convert-WindowsImage`:-->
22-
23-
<!--```powershell
24-
Install-Module -Name Convert-WindowsImage
25-
Import-Module Convert-WindowsImage
26-
27-
$wimpath = "E:\sources\install.wim"
28-
$vhdpath = "D:\temp\AzureStackHCI.vhdx"
29-
$edition=1
30-
Convert-WindowsImage -SourcePath $wimpath -Edition $edition -VHDPath $vhdpath -SizeBytes 500GB -DiskLayout UEFI
31-
```
32-
-->

0 commit comments

Comments
 (0)