Skip to content

Commit c39d807

Browse files
committed
Updated text
1 parent 942d0e3 commit c39d807

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

azure-local/update/import-discover-updates-offline-23h2.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,28 @@ This article explains how to discover and import update packages for Azure Local
2828

2929
- Review [Azure Local release information](../release-information-23h2.md).
3030

31-
## Step 1: Download Solution update bundle
31+
## Solution update bundle
32+
33+
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 **CombinedSolutionBundle** is named `CombinedSolutionBundle.<build number>.zip`, where `<build number>` is the build number for the release. Use the SHA256 hash to check the integrity of your download.
3234

33-
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.
35+
> [!NOTE]
36+
> It may take up to 24 hours for the latest version of the **CombinedSolutionBundle** and the associated SHA256 hash to be available.
37+
38+
The following table lists the available **CombinedSolutionBundle** versions and their SHA256 hashes.
3439

3540
| Download URI | SHA256 |
3641
|--------------|---------------------------------|
37-
| 11.0.2411.3 | |
38-
| 11.0.2411.4 | |
39-
| 11.0.2411.5 | |
40-
41-
Follow these steps:
42+
| [11.2504.1001.19](https://azurestackreleases.download.prss.microsoft.com/dbazure/AzureLocal/CombinedSolutionBundle/11.2504.1001.19/CombinedSolutionBundle.11.2504.1001.19.zip) | BAA0CEB0CF695CCCF36E39F70BF2E67E0B886B91CDE97F8C2860CE299E2A5126 |
43+
| [10.2503.0.13](https://azurestackreleases.download.prss.microsoft.com/dbazure/AzureLocal/CombinedSolutionBundle/10.2503.0.13/CombinedSolutionBundle.10.2503.0.13.zip) | 3A2E5D7F1B8C9F6A2D7E5B8C9F6A2D7E5B8C9F6A2D7E5B8C9F6A2D7E5B8C9F6 |
4244

43-
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).
45+
## Step 1: Download Solution update bundle
4446

45-
- The **CombinedSolutionBundle** is named `CombinedSolutionBundle.<build number>.zip`, where `<build number>` is the build number for the release.
47+
1. To download the bundle and note the SHA256 hash, see the [Solution update bundle](#solution-update-bundle) table.
4648

47-
- The SHA256 hash is also in the release notes. Use the hash to check the integrity of your download.
49+
```PowerShell
50+
# Download the CombinedSolutionBundle
51+
Invoke-WebRequest -Uri "<download URI>" -OutFile "C:\ClusterStorage\Infrastructure_1\Shares\SU1_Infrastructure_1\import\CombinedSolutionBundle.<build number>.zip"
52+
```
4853

4954
1. Verify the SHA256 hash of the downloaded **CombinedSolutionBundle**.
5055

0 commit comments

Comments
 (0)