You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/release-information-23h2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The following tables summarize the release information for Azure Local across al
76
76
77
77
Starting in 2504, we offer two releases. One release provides the path to upgrade from 2503 to 2504. The other release supports a new deployment of 2504.
78
78
79
-
To support offline updates, the table now includes download links and associated SHA256 hashes for specified releases. For more information, see [Import and discover updates offline](./update/import-discover-updates-offline-23h2.md).
79
+
Starting with Azure Local 2503, you can discover and import update packages offline. To download the bundle and its SHA256 hash, see the Download URI column in the following table. For more information on how to discover and import update packages offline, see [Import and discover updates offline](./update/import-discover-updates-offline-23h2.md).
This article explains how to discover and import update packages offline for Azure Local. Starting with version 2503, the OS update components for Azure Local are distributed as a static payload, so you can import the update payload and install updates offline.
20
22
23
+
<!--To install updates online via PowerShell, see [Update Azure Local via PowerShell](./update-via-powershell-23h2.md).-->
24
+
21
25
## Prerequisites
22
26
23
27
- Make sure you're running Azure Local 2411.3 or later.
@@ -28,15 +32,17 @@ This article explains how to discover and import update packages offline for Azu
28
32
29
33
## Step 1: Download Solution update bundle
30
34
31
-
The CombinedSolutionBundle is a zip file that contains the update package for the Azure Stack HCI OS, core agents and services, and the solution extension. The associated SHA256 hash helps verify the integrity of the downloaded zip. Follow these steps:
35
+
The **CombinedSolutionBundle** is a zip file that contains the update package for the Azure Stack HCI OS, core agents and services, and the solution extension. The associated SHA256 hash helps verify the integrity of the downloaded zip.
32
36
33
-
1. Download the appropriate CombinedSolutionBundle and note the associated SHA256 hash. For more information, see [Azure Local release information summary](../release-information-23h2.md#supported-versions-of-azure-local).
37
+
Follow these steps:
34
38
35
-
- The CombinedSolutionBundle is named `CombinedSolutionBundle.<build number>.zip`, where `<build number>` is the build number for the release.
39
+
1. To download the bundle and note the SHA256 hash, see the **Download URI** column in [Azure Local release information summary](../release-information-23h2.md#supported-versions-of-azure-local).
40
+
41
+
- The **CombinedSolutionBundle** is named `CombinedSolutionBundle.<build number>.zip`, where `<build number>` is the build number for the release.
36
42
37
43
- The SHA256 hash is also in the release notes. Use the hash to check the integrity of your download.
38
44
39
-
1. Verify the SHA256 hash of the downloaded CombinedSolutionBundle.
45
+
1. Verify the SHA256 hash of the downloaded **CombinedSolutionBundle**.
40
46
41
47
```PowerShell
42
48
# Verify the SHA256 hash of the downloaded CombinedSolutionBundle
@@ -76,4 +82,12 @@ The CombinedSolutionBundle is a zip file that contains the update package for th
76
82
77
83
- Learn more about [Understanding update phases](./update-phases-23h2.md).
0 commit comments