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
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.
20
20
21
21
## Prerequisites
22
22
23
-
-You must be running Azure Local 2411.3 or later.
23
+
-Make sure you're running Azure Local 2411.3 or later.
24
24
25
25
- Review [About updates for Azure Local](./about-updates-23h2.md) to understand the update process.
26
26
@@ -30,11 +30,11 @@ This article explains how to discover and import update packages offline for Azu
30
30
31
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 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).
34
34
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.
36
36
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.
38
38
39
39
1. Verify the SHA256 hash of the downloaded CombinedSolutionBundle.
40
40
@@ -45,19 +45,19 @@ The CombinedSolutionBundle is a zip file that contains the update package for th
45
45
46
46
## Step 2: Import the Solution update bundle
47
47
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.
49
49
50
50
```PowerShell
51
-
# Create a directory for the update service to discover
51
+
# Create a folder for the update service to discover
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.
72
72
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.
0 commit comments