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/about-updates-23h2.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,9 @@ When you install updates for Azure Local, version 23H2 don't use the following i
111
111
112
112
Using these interfaces can install out-of-band updates, which aren't supported within the lifecycle and may cause various issues on the system. Additionally, billing for update operations like periodic assessment, checking for updates, using the scheduler, and installing updates on the machine resource (Machine-Azure Arc) may occur.
113
113
114
+
> [!IMPORTANT]
115
+
> Use of 3rd party tools to install updates is not supported.
116
+
114
117
## Next steps
115
118
116
119
Learn to [Understand update phases](./update-phases-23h2.md).
@@ -265,9 +268,9 @@ You can now proceed to [Download and install the updates](#step-2-discover-the-u
265
268
266
269
## Step 3: Import and rediscover updates
267
270
268
-
Importing updates could be required in one of the following scenarios:
271
+
This is an *optional* step. Importing updates could be required in one of the following scenarios:
269
272
270
-
- The update you wish to install reports an `AdditionalContentRequired`state. Some extra content may be required before you can schedule the update in the `AdditionalContentRequired`state. For details on this state and on solution extension updates, see [Solution Extension updates on Azure Local, version 23H2](./solution-builder-extension.md).
273
+
- The update you wish to install reports an `AdditionalContentRequired`state. Some extra content may be required before you can schedule the update in the `AdditionalContentRequired`state. For details on this state and on solution extension updates, see [Solution Extension updates on Azure Local, version 23H2](./solution-builder-extension.md).
271
274
272
275
- The update you wish to install isn't listed because Support is providing you with a private release to address an issue you're experiencing.
273
276
@@ -292,7 +295,6 @@ Follow these steps to import and discover your solution updates.
| SBE_Discovery_\<Manufacturer>\.xml | SBE_Discovery_Contoso.xml | A solution extension discovery manifest that enables update discovery. |
294
297
| SBE_\<Manufacturer>\_\<Family>\_\<Version>\.xml | SBE_Contoso_GenA_4.1.2410.5.xml | A file with solution extension inventory and signed software Bill of Materials |
295
-
| |
296
298
| SBE_\<Manufacturer>\_\<Family>\_\<Version>\.zip | SBE_Contoso_GenA_4.1.2410.5.zip | A file with solution extension payload |
297
299
298
300
1. Create a folder for discovery by the update service at the following location in the infrastructure volume of your system.
> If step 3 was skipped (and you did not make a similar call to Start-SolutionUpdate -PrepareOnly) calling Start-SolutionUpdate will first download the updates and perform a set of checks to verify your cluster's update readiness prior to starting the update install.
398
+
> If step 4 was skipped (and you did not make a similar call to `Start-SolutionUpdate -PrepareOnly`) calling `Start-SolutionUpdate`first downloads the updates and performs a set of checks to verify your cluster's update readiness prior to starting the update install.
397
399
398
400
399
401
<details>
@@ -429,11 +431,11 @@ Follow these steps to track update progress using PowerShell.
429
431
430
432
The update progresses through several states as described in [Review update phases](./update-phases-23h2.md#review-update-phases-of-azure-local-version-23h2).
431
433
432
-
Using the above command the following examples show how to monitor the update as it progresses through those phases using the State and `UpdateStateProperties` properties.
434
+
Using the above command the following examples show how to monitor the update as it progresses through those phases using the `State` and `UpdateStateProperties` properties.
433
435
434
436
- **Downloading state**
435
437
436
-
Shortly after Start-SolutionUpdate is called, the download of the updates begins. Depending on the size of the download package and the network bandwidth, the download might take several minutes.
438
+
Shortly after `Start-SolutionUpdate` is called, the download of the updates begins. Depending on the size of the download package and the network bandwidth, the download might take several minutes.
437
439
438
440
<details>
439
441
<summary>Expand this section to see an example output.</summary>
@@ -475,7 +477,7 @@ Follow these steps to track update progress using PowerShell.
475
477
476
478
Once the updates are prepared, readiness checks are performed to assess the update readiness of your cluster. For more information about the readiness checks, see [Update phases](./update-phases-23h2.md#phase-2-readiness-checks-and-staging).
477
479
478
-
During this phase, the State of the update shows as `HealthChecking`. If the `State` of the update shows as `HealthCheckFailed`, see [Troubleshoot readiness checks](./update-troubleshooting-23h2.md) before you proceed.
480
+
During this phase, the `State` of the update shows as `HealthChecking`. If the `State` of the update shows as `HealthCheckFailed`, see [Troubleshoot readiness checks](./update-troubleshooting-23h2.md) before you proceed.
479
481
480
482
<details>
481
483
<summary>Expand this section to see an example output.</summary>
@@ -494,7 +496,7 @@ Follow these steps to track update progress using PowerShell.
494
496
</details>
495
497
496
498
- **Installing state**
497
-
When the system is ready, the update transitions to the installing state. During this phase, the State of the updates shows as Installing and UpdateStateProperties shows the percentage of the installation that was completed.
499
+
When the system is ready, the update transitions to `Installing`. During this phase, the `State` of the updates shows as `Installing` and `UpdateStateProperties` shows the percentage of the installation that was completed.
498
500
499
501
<details>
500
502
<summary>Expand this section to see an example output.</summary>
@@ -523,7 +525,7 @@ To resume a previously failed update run via PowerShell, use the following comma
0 commit comments