Skip to content

Commit 54dd128

Browse files
committed
Updated
1 parent 5684e61 commit 54dd128

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@ author: alkohli
33
ms.author: alkohli
44
ms.service: azure-local
55
ms.topic: include
6-
ms.date: 05/29/2025
6+
ms.date: 07/08/2025
77
---
88

99
SDN uses a VHDX file containing either the Azure Stack HCI or Windows Server operating system (OS) as a source for creating the SDN virtual machines (VMs).
1010

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-
[Download an English-language version of the VHDX file](https://aka.ms/PVvxVBVCVVC).
14+
Depending on the OS version, download one of the following English version VHDX:
1515

16-
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.
16+
- OS version 25398.xxxx: [Download an English-language version of the VHDX file](https://aka.ms/PVvxVBVCVVC).
17+
- OS version 26100.xxxx: [Download an English-language version of the VHDX file](../deploy/download-23h2-software?view=azloc-2506#download-the-software-from-the-azure-portal).
18+
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.
1720
1821
The following syntax shows an example of using `Convert-WindowsImage`:
1922
@@ -26,3 +29,4 @@ $vhdpath = "D:\temp\AzureStackHCI.vhdx"
2629
$edition=1
2730
Convert-WindowsImage -SourcePath $wimpath -Edition $edition -VHDPath $vhdpath -SizeBytes 500GB -DiskLayout UEFI
2831
```
32+
-->

0 commit comments

Comments
 (0)