Skip to content

Commit a9280ff

Browse files
committed
Updated text
1 parent 8c09108 commit a9280ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ This article explains how to discover and import update packages offline for Azu
2828

2929
## Step 1: Download Solution update bundle
3030

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. Additionally, the CombinedSolutionBundle contains the SHA256 hash of the zip file. You can use this hash to verify the integrity of the downloaded zip. Follow these steps:
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:
3232

33-
1. Download the appropriate CombinedSolutionBundle and make note of the associated SHA256, see [Azure Local release information summary](../release-information-23h2.md#supported-versions-of-azure-local).
33+
1. Download the appropriate CombinedSolutionBundle and make note of the associated SHA256 has. For information, see [Azure Local release information summary](../release-information-23h2.md#supported-versions-of-azure-local).
3434

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

37-
- The SHA256 hash is provided in the release notes. You need this to verify the integrity of the downloaded zip file.
37+
- The SHA256 hash is also provided in the release notes. You need the hash to verify the integrity of your download.
3838

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

@@ -68,7 +68,7 @@ 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, so 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. Update discovery is done asynchronously by the update service and you may need to run `Get-SolutionUpdate` more than once.
7272

7373
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).
7474

0 commit comments

Comments
 (0)