Skip to content

Commit a1132a4

Browse files
committed
resolved merge conflicts
1 parent 70be8d4 commit a1132a4

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,5 @@ For more information, see [Discover Solution Builder Extension updates](#discove
206206

207207
## Next steps
208208

209-
<<<<<<< HEAD
210-
=======
211209
- [Import and discover solution updates](../update/update-via-powershell-23h2.md#import-and-discover-solution-updates).
212-
>>>>>>> 353463fee2bdacc9e913a8219abcc73cb0f60bc6
213210
- [Understand update phases of Azure Local, version 23H2](../update/update-phases-23h2.md).

azure-local/update/update-via-powershell-23h2.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,7 @@ Before you discover the updates, make sure that your system is running Azure Loc
137137
138138
## Step 2: Discover the updates
139139
140-
<<<<<<< HEAD
141140
Follow these steps to discover the available updates for your system:
142-
=======
143-
You can discover updates in one of the following two ways:
144-
145-
- **Discover updates online** - The recommended option when your system has good internet connectivity. The solution updates are discovered via the online update catalog.
146-
- **Import and discover updates** - An alternative to discovering updates online and should be used for scenarios with unreliable or slow internet connectivity, or when using solution extension updates provided by your hardware vendor. In these instances, you download the solution updates to a central location. You then import the updates to an Azure Local and discover the updates locally.
147-
148-
### Discover solution updates online (recommended)
149-
150-
Discovering solution updates using the online catalog is the *recommended* method. Follow these steps to discover solution updates online:
151-
>>>>>>> 353463fee2bdacc9e913a8219abcc73cb0f60bc6
152141
153142
1. Connect to a machine on your Azure Local using the deployment user account.
154143
1. Review details of updates that are `Ready` to install using `Get-SolutionUpdate`.
@@ -272,7 +261,6 @@ Discovering solution updates using the online catalog is the *recommended* metho
272261
273262
</details>
274263
275-
<<<<<<< HEAD
276264
You can now proceed to [Download and install the updates](#step-2-discover-the-updates).
277265
278266
### Step 3: Import and rediscover updates
@@ -289,14 +277,6 @@ Follow these steps to import and discover your solution updates.
289277
290278
1. Connect to a machine on your Azure Local using the deployment user account.
291279
1. Go to the network share and acquire the update package that you use. Verify that the update package you import contains the following files:
292-
=======
293-
### Import and discover solution updates
294-
295-
If you're using solution extension updates from your hardware, you would need to import those updates. Follow these steps to import and discover your solution updates.
296-
297-
1. Connect to a machine on your Azure Local using the deployment user account.
298-
2. Go to the network share and acquire the update package that you use. Verify that the update package you import contains the following files:
299-
>>>>>>> 353463fee2bdacc9e913a8219abcc73cb0f60bc6
300280
- *SolutionUpdate.xml*
301281
- *SolutionUpdate.zip*
302282
- *AS_Update_10.2408.2.7.zip*
@@ -594,25 +574,7 @@ After the updates are installed, verify the solution version of the environment
594574
PS C:\Users\lcmuser>
595575
```
596576
597-
<<<<<<< HEAD
598577
</details>
599-
=======
600-
## Troubleshoot updates
601-
602-
To resume a previously failed update run via PowerShell, use the following command:
603-
604-
```powershell
605-
Get-SolutionUpdate | ? Version -eq "10.2302.0.31" | Start-SolutionUpdate
606-
```
607-
608-
To resume a previously failed update due to update health checks in a **Warning** state, use the following command:
609-
610-
```powershell
611-
Get-SolutionUpdate | ? Version -eq "10.2302.0.31" | Start-SolutionUpdate -IgnoreWarnings
612-
```
613-
614-
To troubleshoot other update run issues, see [Troubleshoot solution updates for Azure Local, version 23H2](./update-troubleshooting-23h2.md).
615-
>>>>>>> 353463fee2bdacc9e913a8219abcc73cb0f60bc6
616578
617579
## Next step
618580

0 commit comments

Comments
 (0)