Skip to content

Commit ca5fa04

Browse files
committed
Updated text per user feedback and PM suggestions
1 parent 2bc4eb5 commit ca5fa04

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

azure-local/update/solution-builder-extension.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,31 +75,45 @@ The following table provides the hardware update method for different hardware v
7575
| Lenovo | Premier Solutions and specific Integrated Systems:</br><br> MX455 V3, MX450 | Solution Builder Extension | [Azure Local Solution Builder Extension Update - Lenovo](https://thinkagile.lenovo.com/MX/) |
7676
| Lenovo | Other Integrated Systems and Validated Nodes (not previously listed) | [Windows Admin Center Extension](https://dev.azure.com/WindowsAdminCenter/Windows%20Admin%20Center%20Feed/_artifacts/feed/WAC/NuGet/lnvgy_sw_xclarity_integrator_for_wac/overview/4.5.1) | [Lenovo XClarity Integrator for Microsoft Windows Admin Center](https://dev.azure.com/WindowsAdminCenter/Windows%20Admin%20Center%20Feed/_artifacts/feed/WAC/NuGet/lnvgy_sw_xclarity_integrator_for_wac/overview/4.5.1) |
7777

78-
## Discover Solution Builder Extension Updates
79-
80-
The Azure Local Lifecycle Management orchestration integrates Solution Builder Extension updates, which include both Solution Builder Extension (hardware-only) updates and full solution updates for Azure Local and Solution Builder Extension. These updates can be managed using the same update management tools for the Azure portal and PowerShell. This means that you can install an urgent Solution Builder Extension update by itself or a combined "Solution" update using the same process.
78+
## Check for SBE installation
8179

82-
Check to see if you have SBE installed on your registered Azure Local system by running the following command:
80+
To see if you have SBE installed on your registered Azure Local system, run the following command:
8381

8482
```powershell
8583
$Update = Get-SolutionUpdateEnvironment
86-
$Update | ft SbeFamily, HardwareModel, CurrentSbeVersion
84+
$Update | ft SbeFamily, HardwareModel, CurrentSbeVersion, State
8785
```
8886

8987
Here's a sample output
9088

9189
```console
9290
PS C:\Users\lcmuser> $Update = Get-SolutionUpdateEnvironment
93-
PS C:\Users\lcmuser> $Update | ft SbeFamily, HardwareModel, CurrentSbeVersion
91+
PS C:\Users\lcmuser> $Update | ft SbeFamily, HardwareModel, CurrentSbeVersion, State
9492

95-
SbeFamily HardwareModel CurrentSbeVersion
96-
--------- ------------- -----------------
97-
Gen A Contoso680 4.0.0.0
93+
SbeFamily HardwareModel CurrentSbeVersion State
94+
--------- ------------- ----------------- -----
95+
Gen A Contoso680 4.0.0.0 UpdateAvailable
9896
```
9997

10098
> [!NOTE]
10199
> If you don't have an SBE installed the CurrentSbeVersion default is shown as 2.1.0.0.
102100
101+
The following table describes the possible states of the SBE on your Azure Local system.
102+
103+
| State | Description | Action |
104+
|-----------|----------------|-----------|
105+
| AppliedSuccessfully | The SBE is installed and up to date.| No action required.|
106+
| NeedsAttention | The SBE or Azure Local update requires attention.| [Troubleshoot solution updates for Azure Local](update-troubleshooting-23h2.md).|
107+
| PreparationFailed | The system failed to prepare for the SBE or Azure Local update.| [Troubleshoot solution updates for Azure Local](update-troubleshooting-23h2.md).|
108+
| PreparationInProgress | The system is preparing for an SBE or Azure Local update.| [Track system update progess and history](azure-update-manager-23h2.md#track-system-update-progress-and-history)|
109+
| UpdateAvailable | A new SBE or Azure Local update is available.| [Discover Solution Builder Extension updates](#discover-solution-builder-extension-updates).|
110+
| UpdateFailed | The SBE or Azure Local update failed.| [Troubleshoot solution updates for Azure Local](update-troubleshooting-23h2.md).|
111+
| UpdateInProgress | An SBE or Azure Local update is in progress.| [Track system update progess and history](azure-update-manager-23h2.md#track-system-update-progress-and-history)|
112+
113+
## Discover Solution Builder Extension Updates
114+
115+
The Azure Local Lifecycle Management orchestration integrates Solution Builder Extension updates, which include both Solution Builder Extension (hardware-only) updates and full solution updates for Azure Local and Solution Builder Extension. These updates can be managed using the same update management tools for the Azure portal and PowerShell. This means that you can install an urgent Solution Builder Extension update by itself or a combined "Solution" update using the same process.
116+
103117
To discover and install SBE or your SBE updates, use one of the methods in the next sections.
104118

105119
### Discover Solution Builder Extension updates via the Azure portal

0 commit comments

Comments
 (0)