Skip to content

Commit 8de0cab

Browse files
authored
Merge pull request #17940 from ManikaDhiman/md-UUF-359946-validate-section
UUF 359946: Added include for verify updates steps
2 parents 4bbcd5f + 93430a3 commit 8de0cab

File tree

3 files changed

+42
-33
lines changed

3 files changed

+42
-33
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
author: alkohli
3+
ms.author: alkohli
4+
ms.service: azure-local
5+
ms.topic: include
6+
ms.date: 05/13/2024
7+
---
8+
9+
## Step 3: Check the status of an update
10+
11+
To get the summary information about an update in progress, run the `Get-CauRun` cmdlet:
12+
13+
```PowerShell
14+
Get-CauRun -ClusterName <SystemName>
15+
```
16+
17+
Here's a sample output: <!--ASK-->
18+
19+
```output
20+
RunId : <Run ID>
21+
RunStartTime : 10/13/2024 1:35:39 PM
22+
CurrentOrchestrator : NODE1
23+
NodeStatusNotifications : {
24+
Node : NODE1
25+
Status : Waiting
26+
Timestamp : 10/13/2024 1:35:49 PM
27+
}
28+
NodeResults : {
29+
Node : NODE2
30+
Status : Succeeded
31+
ErrorRecordData :
32+
NumberOfSucceededUpdates : 0
33+
NumberOfFailedUpdates : 0
34+
InstallResults : Microsoft.ClusterAwareUpdating.UpdateInstallResult[]
35+
}
36+
```
37+
38+
You're now ready to perform the post-OS upgrade steps for your system.

azure-local/upgrade/upgrade-22h2-to-23h2-other-methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via other method
33
description: Learn how to upgrade from Azure Stack HCI OS, version 22H2 to version 23H2 using other manual methods on Azure Local.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 05/12/2025
6+
ms.date: 05/13/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -170,7 +170,7 @@ If there's a critical security update <!--ASK-->that you need to apply quickly o
170170

171171
<!--ASK-->
172172

173-
You're now ready to perform the post-upgrade steps for your system.
173+
[!INCLUDE [verify-update](../includes/azure-local-verify-update.md)]
174174

175175
## Next steps
176176

azure-local/upgrade/upgrade-22h2-to-23h2-powershell.md

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via PowerShell
33
description: Learn how to use PowerShell to upgrade Azure Stack HCI OS, version 22H2 to version 23H2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 05/12/2025
6+
ms.date: 05/13/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -170,36 +170,7 @@ To install the new OS using PowerShell, follow these steps:
170170

171171
Wait for the update to complete and check the status of the update.
172172

173-
## Step 3: Check the status of an update
174-
175-
To get the summary information about an update in progress, run the `Get-CauRun` cmdlet:
176-
177-
```PowerShell
178-
Get-CauRun -ClusterName <SystemName>
179-
```
180-
181-
Here's a sample output: <!--ASK-->
182-
183-
```output
184-
RunId : <Run ID>
185-
RunStartTime : 10/13/2024 1:35:39 PM
186-
CurrentOrchestrator : NODE1
187-
NodeStatusNotifications : {
188-
Node : NODE1
189-
Status : Waiting
190-
Timestamp : 10/13/2024 1:35:49 PM
191-
}
192-
NodeResults : {
193-
Node : NODE2
194-
Status : Succeeded
195-
ErrorRecordData :
196-
NumberOfSucceededUpdates : 0
197-
NumberOfFailedUpdates : 0
198-
InstallResults : Microsoft.ClusterAwareUpdating.UpdateInstallResult[]
199-
}
200-
```
201-
202-
You're now ready to perform the post-OS upgrade steps for your system.
173+
[!INCLUDE [verify-update](../includes/azure-local-verify-update.md)]
203174

204175
## Next steps
205176

0 commit comments

Comments
 (0)