Skip to content

Commit 8755fc2

Browse files
authored
Merge pull request #17936 from ManikaDhiman/md-uuf-359323-upgrade-wac
UUFs 359323, 302143, and 374662: Revisions to the upgrade articles and TOC
2 parents b826658 + 93573ba commit 8755fc2

6 files changed

+24
-20
lines changed

azure-local/TOC.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,21 +184,21 @@ items:
184184
items:
185185
- name: About Azure Local upgrades
186186
href: upgrade/about-upgrades-23h2.md
187-
- name: 1 - Upgrade to version 23H2 OS
187+
- name: 1. Upgrade to version 23H2 OS
188188
items:
189-
- name: 1A - Via PowerShell
189+
- name: Via PowerShell (recommended)
190190
href: upgrade/upgrade-22h2-to-23h2-powershell.md
191-
- name: 1B - Via Windows Admin Center
191+
- name: Via Windows Admin Center
192192
href: upgrade/upgrade-22h2-to-23h2-windows-admin-center.md
193-
- name: 1C - Via other methods
193+
- name: Via other methods
194194
href: upgrade/upgrade-22h2-to-23h2-other-methods.md
195-
- name: 2 - Perform post-OS upgrade tasks
195+
- name: 2. Perform post-OS upgrade tasks
196196
href: upgrade/post-upgrade-steps.md
197-
- name: 3 - Install, enable Network ATC
197+
- name: 3. Install, enable Network ATC
198198
href: upgrade/install-enable-network-atc.md
199-
- name: 4 - Validate solution upgrade readiness
199+
- name: 4. Validate solution upgrade readiness
200200
href: upgrade/validate-solution-upgrade-readiness.md
201-
- name: 5 - Apply solution upgrade
201+
- name: 5. Apply solution upgrade
202202
href: upgrade/install-solution-upgrade.md
203203
- name: Troubleshoot upgrades
204204
href: upgrade/troubleshoot-upgrade-to-23h2.md

azure-local/upgrade/install-solution-upgrade.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install solution upgrade on Azure Local
33
description: Learn how to install the solution upgrade on your Azure Local instance.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 04/16/2025
6+
ms.date: 05/13/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -38,15 +38,19 @@ Before you install the solution upgrade, make sure that you:
3838

3939
:::image type="content" source="media/install-solution-upgrade/verify-subscription-permissions-roles.png" alt-text="Screenshot of subscription with permissions assigned to required roles for upgrade." lightbox="./media/install-solution-upgrade/verify-subscription-permissions-roles.png":::
4040

41+
## Before you begin
42+
43+
There are a few things to consider before you begin the solution upgrade process:
44+
45+
- Microsoft only supports upgrade applied from Azure Local resource page. Use of third party tools to install upgrades isn't supported.
46+
- We recommend you perform the solution upgrade during a maintenance window. After the upgrade, host machine might reboot and the workloads will be live migrated, causing brief disconnections.
47+
- If you have Azure Kubernetes Service (AKS) workloads on Azure Local, wait for the solution upgrade banner to appear on the Azure Local resource page. Then, remove AKS and all AKS hybrid settings before you apply the solution upgrade.
48+
- By installing the solution upgrade, existing Hyper-V VMs won't automatically become Azure Arc VMs.
49+
4150
## Install the solution upgrade via Azure portal
4251

4352
You install the solution upgrade via the Azure portal.
4453

45-
> [!IMPORTANT]
46-
> - Microsoft only supports upgrade applied from Azure Local resource page. Use of 3rd party tools to install upgrades is not supported.
47-
> - If you have Azure Kubernetes Service (AKS) workloads on Azure Local, wait for the solution upgrade banner to appear on the Azure Local resource page. Then, remove AKS and all AKS hybrid settings before you apply the solution upgrade.
48-
> - By installing the solution upgrade, existing Hyper-V VMs won't automatically become Azure Arc VMs.
49-
5054
Follow these steps to install the solution upgrade:
5155

5256
1. Go to your Azure Local resource in Azure portal.

azure-local/upgrade/upgrade-22h2-to-23h2-other-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: azure-local
1515

1616
[!INCLUDE [end-of-service-22H2](../includes/end-of-service-22h2.md)]
1717

18-
This article describes how to upgrade the operating system (OS) for Azure Local from version 22H2 to version 23H2 using manual methods, such as [SConfig](/windows-server/administration/server-core/server-core-sconfig) and performing an offline upgrade.
18+
This article describes how to upgrade the operating system (OS) for Azure Local from version 22H2 to version 23H2 using manual methods, such as [SConfig](/windows-server/administration/server-core/server-core-sconfig) and performing an offline upgrade. This is the first step in the upgrade process, which upgrades only the OS.
1919

2020
While you can use these other methods, PowerShell is the recommended method to upgrade the OS. For more information, see [Upgrade the Azure Stack HCI OS, version 22H2 to version 23H2 via PowerShell](./upgrade-22h2-to-23h2-powershell.md).
2121

azure-local/upgrade/upgrade-22h2-to-23h2-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: azure-local
1515

1616
[!INCLUDE [end-of-service-22H2](../includes/end-of-service-22h2.md)]
1717

18-
This article describes how to upgrade the operating system (OS) for Azure Local from version 22H2 to version 23H2 via PowerShell. Upgrade using PowerShell is the recommended method to upgrade the OS.
18+
This article describes how to upgrade the operating system (OS) for Azure Local from version 22H2 to version 23H2 via PowerShell, which is the recommended method to upgrade the OS. This is the first step in the upgrade process, which upgrades only the OS.
1919

2020
There are other methods to upgrade the OS that include using Windows Admin Center and the Server Configuration tool (SConfig). For more information about these methods, see [Upgrade the Azure Stack HCI OS, version 22H2 OS via Windows Admin Center](./upgrade-22h2-to-23h2-windows-admin-center.md) and [Upgrade Azure Local to new OS using other methods](./upgrade-22h2-to-23h2-other-methods.md).
2121

azure-local/upgrade/upgrade-22h2-to-23h2-windows-admin-center.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via Windows Admi
33
description: Learn how to upgrade Azure Stack HCI OS, version 22H2 to version 23H2 using Windows Admin Center.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 05/12/2025
6+
ms.date: 05/13/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -15,7 +15,7 @@ ms.service: azure-local
1515

1616
[!INCLUDE [end-of-service-22H2](../includes/end-of-service-22h2.md)]
1717

18-
This article describes how to upgrade the operating system (OS) for Azure Local from version 22H2 to version 23H2 via the Windows Admin Center.
18+
This article describes how to upgrade the operating system (OS) for Azure Local from version 22H2 to version 23H2 via the Windows Admin Center. This is the first step in the upgrade process, which upgrades only the OS.
1919

2020
While the recommended method is to [Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via PowerShell](./upgrade-22h2-to-23h2-powershell.md), you can also upgrade via Windows Admin Center or other methods.
2121

azure-local/upgrade/validate-solution-upgrade-readiness.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Validate solution upgrade readiness for Azure Local, version 23H2
33
description: Learn how to assess upgrade readiness for Azure Local, version 23H2 that already had its operating system upgraded from version 22H2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 04/17/2025
6+
ms.date: 05/13/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -95,7 +95,7 @@ Follow these steps to set up the Environment Checker on a machine of your Azure
9595
Invoke-AzStackHciUpgradeValidation
9696
```
9797

98-
1. To validate other machines in the system, run the following PowerShell command:
98+
1. To remotely validate other machines in the system, run the following PowerShell command for each remote machine:
9999

100100
```powershell
101101
$PsSession=New-Pssession -ComputerName "MyRemoteMachine"

0 commit comments

Comments
 (0)