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/update/import-discover-updates-offline-23h2.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ This article explains how to discover and import update packages offline for Azu
28
28
29
29
## Step 1: Download Solution update bundle
30
30
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:
32
32
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).
34
34
35
35
- The CombinedSolutionBundle is named `CombinedSolutionBundle.<build number>.zip`, where `<build number>` is the build number of the release.
36
36
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.
38
38
39
39
1. Verify the SHA256 hash of the downloaded CombinedSolutionBundle.
40
40
@@ -68,7 +68,7 @@ The CombinedSolutionBundle is a zip file that contains the update package for th
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.
72
72
73
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).
0 commit comments