Skip to content

Commit 3fba1e7

Browse files
committed
Updated text
1 parent fb8da5b commit 3fba1e7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ ms.date: 05/13/2025
1616

1717
[!INCLUDE [azure-local-end-of-support-banner-23h2](../includes/azure-local-end-of-support-banner-23h2.md)]
1818

19-
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, which allows you to import the update payload and install updates offline.
19+
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.
2020

2121
## Prerequisites
2222

23-
- You must be running Azure Local 2411.3 or later.
23+
- Make sure you're running Azure Local 2411.3 or later.
2424

2525
- Review [About updates for Azure Local](./about-updates-23h2.md) to understand the update process.
2626

@@ -30,11 +30,11 @@ This article explains how to discover and import update packages offline for Azu
3030

3131
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:
3232

33-
1. Download the appropriate CombinedSolutionBundle and make note of the associated SHA256 hash. For information, see [Azure Local release information summary](../release-information-23h2.md#supported-versions-of-azure-local).
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).
3434

35-
- The CombinedSolutionBundle is named `CombinedSolutionBundle.<build number>.zip`, where `<build number>` is the build number of the release.
35+
- The CombinedSolutionBundle is named `CombinedSolutionBundle.<build number>.zip`, where `<build number>` is the build number for the release.
3636

37-
- The SHA256 hash is also provided in the release notes. You need the hash to verify the integrity of your download.
37+
- The SHA256 hash is also in the release notes. Use the hash to check the integrity of your download.
3838

3939
1. Verify the SHA256 hash of the downloaded CombinedSolutionBundle.
4040

@@ -45,19 +45,19 @@ The CombinedSolutionBundle is a zip file that contains the update package for th
4545

4646
## Step 2: Import the Solution update bundle
4747

48-
1. Create a folder for discovery by the update service at the following location in the infrastructure volume of your system.
48+
1. Create a folder for the update service to discover at the following location in the infrastructure volume of your system.
4949

5050
```PowerShell
51-
# Create a directory for the update service to discover
51+
# Create a folder for the update service to discover
5252
New-Item C:\ClusterStorage\Infrastructure_1\Shares\SU1_Infrastructure_1\import -ItemType Directory
5353
```
5454

55-
1. Copy the CombinedSolutionBundle you downloaded to the directory you created.
55+
1. Copy the CombinedSolutionBundle you downloaded to the folder you created.
5656

57-
1. Extract the contents to the Solution subdirectory.
57+
1. Extract the contents to the Solution subfolder.
5858

5959
```PowerShell
60-
# Extract the contents of the CombinedSolutionBundle to the Solution subdirectory
60+
# Extract the contents of the CombinedSolutionBundle to the Solution subfolder
6161
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
6262
```
6363

@@ -68,9 +68,9 @@ The CombinedSolutionBundle is a zip file that contains the update package for th
6868
Add-SolutionUpdate -SourceFolder C:\ClusterStorage\Infrastructure_1\Shares\SU1_Infrastructure_1\import\Solution
6969
```
7070

71-
1. Verify that the Update service discovers the update package and that it's available to start preparation and installation. To discover the updates, run the `Get-SolutionUpdate` command. Update discovery is done asynchronously by the update service and you may need to run `Get-SolutionUpdate` more than once.
71+
1. Verify that the Update service discovers the update package and that it's available to start preparation and installation. To discover the updates, run the `Get-SolutionUpdate` command. The update service discovers updates asynchronously, so you may need to run `Get-SolutionUpdate` more than once.
7272

73-
1. If the update is returned with a state of `AdditionalContentRequired`, follow the instructions in this article to import the required Solution Builder Extension (SBE) updates: [Update Azure Local via PowerShell](./update-via-powershell-23h2.md#step-3-import-and-rediscover-updates).
73+
1. If the update returns a state of `AdditionalContentRequired`, follow the instructions in [Update Azure Local via PowerShell](./update-via-powershell-23h2.md#step-3-import-and-rediscover-updates) to import the required Solution Builder Extension (SBE) updates.
7474

7575
## Next steps
7676

0 commit comments

Comments
 (0)