Skip to content

Commit a297bc1

Browse files
committed
Updated text
1 parent 702ac05 commit a297bc1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@ This article explains how to discover and import update packages for Azure Local
3232

3333
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. The SHA256 is used to check the integrity of your download.
3434

35-
> [!NOTE]
36-
> It may take up to 24 hours after a release for the latest version of the **CombinedSolutionBundle** and the associated SHA256 hash to be available. For more information on the release cadence, see [Azure Local release information](../release-information-23h2.md).
37-
3835
The following table lists the available **CombinedSolutionBundle** versions and associated SHA256 hash.
3936

4037
| Download URI | SHA256 |
4138
|--------------|---------------------------------|
4239
| [11.2504.1001.19](https://azurestackreleases.download.prss.microsoft.com/dbazure/AzureLocal/CombinedSolutionBundle/11.2504.1001.19/CombinedSolutionBundle.11.2504.1001.19.zip) | BAA0CEB0CF695CCCF36E39F70BF2E67E0B886B91CDE97F8C2860CE299E2A5126 |
4340
| [10.2503.0.13](https://azurestackreleases.download.prss.microsoft.com/dbazure/AzureLocal/CombinedSolutionBundle/10.2503.0.13/CombinedSolutionBundle.10.2503.0.13.zip) | 3A2E5D7F1B8C9F6A2D7E5B8C9F6A2D7E5B8C9F6A2D7E5B8C9F6A2D7E5B8C9F6 |
4441

42+
> [!NOTE]
43+
> It may take up to 24 hours after a release for the latest version of the **CombinedSolutionBundle** and the associated SHA256 hash to be available. For more information on the release cadence, see [Azure Local release information](../release-information-23h2.md).
44+
4545
## Step 1: Download Solution update bundle
4646

47-
1. Download the bundle and note the SHA256 hash from the [Solution update bundle](#solution-update-bundle) table.
47+
1. Download the bundle and note the SHA256 hash from the [Solution update bundle](#solution-update-bundle) table. Run this command:
4848

4949
```PowerShell
5050
# Download the CombinedSolutionBundle
5151
Invoke-WebRequest -Uri "<download URI>" -OutFile "C:\ClusterStorage\Infrastructure_1\Shares\SU1_Infrastructure_1\import\CombinedSolutionBundle.<build number>.zip"
5252
```
5353

54-
1. Verify the SHA256 hash of the downloaded **CombinedSolutionBundle**.
54+
1. Verify the SHA256 hash of the downloaded **CombinedSolutionBundle**. Run this command:
5555

5656
```PowerShell
5757
# Verify the SHA256 hash of the downloaded CombinedSolutionBundle
@@ -60,23 +60,23 @@ The following table lists the available **CombinedSolutionBundle** versions and
6060

6161
## Step 2: Import the Solution update bundle
6262

63-
1. Create a folder for the update service to discover at the following location in the infrastructure volume of your system.
63+
1. Create a folder for the update service to discover at the following location in the infrastructure volume of your system. Run this command:
6464

6565
```PowerShell
6666
# Create a folder for the update service to discover
6767
New-Item C:\ClusterStorage\Infrastructure_1\Shares\SU1_Infrastructure_1\import -ItemType Directory
6868
```
6969

70-
1. Copy the CombinedSolutionBundle you downloaded to the folder you created.
70+
1. Copy the CombinedSolutionBundle you downloaded to the folder you created. Run this command:
7171

72-
1. Extract the contents to the Solution subfolder.
72+
1. Extract the contents to the Solution subfolder. Run this command:
7373

7474
```PowerShell
7575
# Extract the contents of the CombinedSolutionBundle to the Solution subfolder
7676
Expand-Archive -Path C:\ClusterStorage\Infrastructure_1\Shares\SU1_Infrastructure_1\import\CombinedSolutionBundle.<build number>.zip -DestinationPath C:\ClusterStorage\Infrastructure_1\Shares\SU1_Infrastructure_1\import\Solution
7777
```
7878

79-
1. Import the package to the update service.
79+
1. Import the package to the update service. Run this command:
8080

8181
```PowerShell
8282
# Import the module

0 commit comments

Comments
 (0)