Skip to content

Commit c8a1edc

Browse files
committed
Updated text and includes file
1 parent 3fba1e7 commit c8a1edc

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed
File renamed without changes.

azure-local/release-information-23h2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following tables summarize the release information for Azure Local across al
7676

7777
Starting in 2504, we offer two releases. One release provides the path to upgrade from 2503 to 2504. The other release supports a new deployment of 2504.
7878

79-
To support offline updates, the table now includes download links and associated SHA256 hashes for specified releases. For more information, see [Import and discover updates offline](./update/import-discover-updates-offline-23h2.md).
79+
Starting with Azure Local 2503, you can discover and import update packages offline. To download the bundle and its SHA256 hash, see the Download URI column in the following table. For more information on how to discover and import update packages offline, see [Import and discover updates offline](./update/import-discover-updates-offline-23h2.md).
8080

8181
#### [Existing deployments](#tab/existing-deployments)
8282

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

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ ms.date: 05/13/2025
1010

1111
# Import and discover update packages offline for Azure Local
1212

13-
[!INCLUDE [applies-to](../includes/hci-applies-to-2503-later.md)]
13+
::: moniker range=">=azloc-2503"
14+
15+
[!INCLUDE [applies-to](../includes/applies-to-2503-later.md)]
1416

1517
[!INCLUDE [azure-local-banner-23h2](../includes/azure-local-banner-23h2.md)]
1618

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

1921
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.
2022

23+
<!--To install updates online via PowerShell, see [Update Azure Local via PowerShell](./update-via-powershell-23h2.md).-->
24+
2125
## Prerequisites
2226

2327
- Make sure you're running Azure Local 2411.3 or later.
@@ -28,15 +32,17 @@ This article explains how to discover and import update packages offline for Azu
2832

2933
## Step 1: Download Solution update bundle
3034

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:
35+
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.
3236

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).
37+
Follow these steps:
3438

35-
- The CombinedSolutionBundle is named `CombinedSolutionBundle.<build number>.zip`, where `<build number>` is the build number for the release.
39+
1. To download the bundle and note the SHA256 hash, see the **Download URI** column in [Azure Local release information summary](../release-information-23h2.md#supported-versions-of-azure-local).
40+
41+
- The **CombinedSolutionBundle** is named `CombinedSolutionBundle.<build number>.zip`, where `<build number>` is the build number for the release.
3642

3743
- The SHA256 hash is also in the release notes. Use the hash to check the integrity of your download.
3844

39-
1. Verify the SHA256 hash of the downloaded CombinedSolutionBundle.
45+
1. Verify the SHA256 hash of the downloaded **CombinedSolutionBundle**.
4046

4147
```PowerShell
4248
# Verify the SHA256 hash of the downloaded CombinedSolutionBundle
@@ -76,4 +82,12 @@ The CombinedSolutionBundle is a zip file that contains the update package for th
7682

7783
- Learn more about [Understanding update phases](./update-phases-23h2.md).
7884

79-
- Review [Troubleshooting updates](./update-troubleshooting-23h2.md).
85+
- Review [Troubleshooting updates](./update-troubleshooting-23h2.md).
86+
87+
::: moniker-end
88+
89+
::: moniker range="<=azloc-2503"
90+
91+
This feature is available only in Azure Local 2503 and later.
92+
93+
::: moniker-end

0 commit comments

Comments
 (0)