Skip to content

Commit 248824a

Browse files
author
Manika Dhiman
committed
Revisions to upgrade readiness and install OS articles
1 parent 71043d0 commit 248824a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

azure-local/deploy/deployment-install-os.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install Azure Stack HCI operating system, version 23H2
33
description: Learn how to install the Azure Stack HCI operating system, version 23H2 on each machine of your system.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 04/03/2025
6+
ms.date: 05/29/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -77,7 +77,7 @@ To install the operating system, follow these steps:
7777

7878
To install the latest drivers and firmware, follow these steps:
7979

80-
1. Skip this step if your hardware partner provides a solution builder extension (SBE). Install the latest supported drivers and firmware as per the instructions provided by your hardware manufacturer. After the installation is complete, restart your machines.
80+
1. Install the latest supported drivers and firmware as per the instructions provided by your hardware manufacturer. After the installation is complete, restart your machines.
8181

8282
1. Perform this step only if your hardware partner provides an SBE. Copy the SBE to each machine that you intend to cluster. Place the SBE content at *C:\SBE* to ensure that it is detected and used during deployment. For more information, see [Azure Local solution builder extension](../concepts/system-requirements-23h2.md#hardware-requirements).
8383

azure-local/upgrade/validate-solution-upgrade-readiness.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Validate solution upgrade readiness for Azure Local, version 23H2
33
description: Learn how to assess upgrade readiness for Azure Local, version 23H2 that already had its operating system upgraded from version 22H2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 05/13/2025
6+
ms.date: 05/29/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -150,7 +150,11 @@ Use the following commands for each machine to install the required features. If
150150
$windowsFeature = @(
151151
152152
"Failover-Clustering",
153+
"FileServerVSSAgent",
154+
"FSRM-Infrastructure",
155+
"Microsoft-Windows-GroupPolicy-ServerAdminTools-Update",
153156
"NetworkATC",
157+
"NetworkController",
154158
"RSAT-AD-Powershell",
155159
"RSAT-Hyper-V-Tools",
156160
"Data-Center-Bridging",
@@ -185,7 +189,6 @@ $windowsOptionalFeature = @(
185189
"EnhancedStorage",
186190
"WCF-Services45",
187191
"WCF-TCP-PortSharing45",
188-
"NetworkController",
189192
"NetFx4ServerFeatures",
190193
"NetFx4",
191194
"MicrosoftWindowsPowerShellRoot",
@@ -194,19 +197,16 @@ $windowsOptionalFeature = @(
194197
"KeyDistributionService-PSH-Cmdlets",
195198
"TlsSessionTicketKey-PSH-Cmdlets",
196199
"Tpm-PSH-Cmdlets",
197-
"FSRM-Infrastructure",
198200
"ServerCore-WOW64",
199201
"SmbDirect",
200202
"FailoverCluster-AdminPak",
201203
"Windows-Defender",
202204
"SMBBW",
203205
"FailoverCluster-FullServer",
204206
"FailoverCluster-PowerShell",
205-
"Microsoft-Windows-GroupPolicy-ServerAdminTools-Update",
206207
"DataCenterBridging",
207208
"BitLocker",
208209
"Dedup-Core",
209-
"FileServerVSSAgent",
210210
"FileAndStorage-Services",
211211
"Storage-Services",
212212
"File-Services",

0 commit comments

Comments
 (0)