Skip to content

Commit 7afa84f

Browse files
committed
Changes from testing updates
1 parent 499225e commit 7afa84f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-local/update/update-via-powershell-23h2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use PowerShell to apply operating system, service, and
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
7-
ms.date: 12/12/2024
7+
ms.date: 12/17/2024
88
---
99

1010
# Update your Azure Local, version 23H2 via PowerShell
@@ -245,7 +245,7 @@ Follow these steps to discover the available updates for your system:
245245
Here's an example output:
246246
247247
```console
248-
PS C:\Users\lcmuser> $Update = $Get-SolutionUpdate -Id redmond/Solution10.2408.2.7
248+
PS C:\Users\lcmuser> $Update = Get-SolutionUpdate -Id redmond/Solution10.2408.2.7
249249
250250
PS C:\Users\lcmuser> $Update.ComponentVersions
251251
@@ -306,10 +306,10 @@ Follow these steps to import and discover your solution updates.
306306
1. Manually discover the update package using the Update service. Run the following command:
307307
308308
```powershell
309-
Add-SolutionUpdate -SourceFolder C:\ClusterStorage\Infrastructure_1\Shares\SU1_Infrastructure_1\sideload
309+
Add-SolutionUpdate -SourceFolder C:\ClusterStorage\Infrastructure_1\Shares\SU1_Infrastructure_1\import
310310
```
311311
312-
1. Verify that the Update service discovers the update package and that it's available to start preparation and installation. Repeat the earlier step to rediscover the updates.
312+
1. Verify that the Update service discovers the update package and that it's available to start preparation and installation. Repeat the `Get-SolutionUpdate` command to rediscover the updates.
313313
314314
## Step 4: (Recommended) Predownload and check update readiness
315315
@@ -329,6 +329,7 @@ You can download the update and perform a set of checks to verify your cluster
329329
330330
```console
331331
PS C:\Users\lcmuser> Get-SolutionUpdate -Id redmond/Solution10.2408.2.7 | Start-SolutionUpdate –PrepareOnly
332+
redmond/SBE4.1.2410.9/<GUID>
332333
```
333334
334335
@@ -414,9 +415,8 @@ This starts the process to install the update.
414415

415416
Microsoft recommends tracking cluster update progress in the Azure portal after the update has started. The portal is a great option for tracking update progress even when the update is started via PowerShell as it isn't subject to the disruptions in status reporting.
416417

417-
>[!TIP]
418+
> [!TIP]
418419
> - If monitoring via PowerShell, we recommend that you connect your PowerShell session to the last server in your cluster to avoid the session from disconnecting early. The sessions disconnect as the systems reboot so switching to monitor from an already updated server can minimize the frequency of disconnects.
419-
420420
> - We recommend that you track cluster update progress in the Azure portal to avoid having to reconnect to PowerShell sessions following a machine reboot.
421421
422422
Follow these steps to track update progress using PowerShell.

0 commit comments

Comments
 (0)