Skip to content

Commit 84ac0a7

Browse files
Merge pull request #3649 from MicrosoftDocs/main638829252300437023sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 5ba73a2 + 5a019dd commit 84ac0a7

9 files changed

+70
-56
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
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
author: alkohli
3+
ms.author: alkohli
4+
ms.service: azure-local
5+
ms.topic: include
6+
ms.date: 05/13/2024
7+
---
8+
9+
## Step 3: Check the status of an update
10+
11+
To get the summary information about an update in progress, run the `Get-CauRun` cmdlet:
12+
13+
```PowerShell
14+
Get-CauRun -ClusterName <SystemName>
15+
```
16+
17+
Here's a sample output: <!--ASK-->
18+
19+
```output
20+
RunId : <Run ID>
21+
RunStartTime : 10/13/2024 1:35:39 PM
22+
CurrentOrchestrator : NODE1
23+
NodeStatusNotifications : {
24+
Node : NODE1
25+
Status : Waiting
26+
Timestamp : 10/13/2024 1:35:49 PM
27+
}
28+
NodeResults : {
29+
Node : NODE2
30+
Status : Succeeded
31+
ErrorRecordData :
32+
NumberOfSucceededUpdates : 0
33+
NumberOfFailedUpdates : 0
34+
InstallResults : Microsoft.ClusterAwareUpdating.UpdateInstallResult[]
35+
}
36+
```
37+
38+
You're now ready to perform the post-OS upgrade steps for your system.

azure-local/manage/virtual-machine-manage-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 03/27/2025
8+
ms.date: 05/15/2025
99
---
1010

1111
# Manage VM extensions on Azure Local virtual machines
@@ -25,7 +25,7 @@ For a full list of supported VM extensions, see:
2525

2626
## Prerequisites
2727

28-
- Access to a VM running on Azure Local with guest management enabled. Guest management is supported on Windows and Linux VMs. For information on how to create a VM, see [Create Azure Local VMs(./create-arc-virtual-machines.md).
28+
- Access to a VM running on Azure Local with guest management enabled. Guest management is supported on Windows and Linux VMs. For information on how to create a VM, see [Create Azure Local VMs](./create-arc-virtual-machines.md).
2929

3030
## Verify that guest management is enabled
3131

azure-local/upgrade/install-enable-network-atc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ronmiab
55
ms.author: robess
66
ms.topic: how-to
77
ms.reviewer: alkohli
8-
ms.date: 02/28/2025
8+
ms.date: 05/14/2025
99
ms.service: azure-local
1010
#Customer intent: As a Senior Content Developer, I want to provide customers with content and steps to help them successfully install and enable Network ATC on their existing Azure Local, version 22H2 instance.
1111
---
@@ -19,6 +19,7 @@ This article provides information on how to install and enable Network ATC on an
1919
> [!IMPORTANT]
2020
> - Before you apply the solution upgrade, make sure to install and enable Network ATC on your existing Azure Local instance. If Network ATC is already enabled on your existing system, you can skip this step.
2121
> - We recommend that you set up Network ATC after you have upgraded the operating system from version 22H2 to version 23H2. For more information, see [Upgrade Azure Local to the latest version 23H2 via PowerShell](./upgrade-22h2-to-23h2-powershell.md).
22+
> - If you’re enabling Network ATC for the first time on an existing Azure Local system with SDN workloads or want to avoid downtime during migration to a Network ATC managed system, skip this article and contact support.
2223
2324
## About Network ATC
2425

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: 3 additions & 3 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 other method
33
description: Learn how to upgrade from Azure Stack HCI OS, version 22H2 to version 23H2 using other manual methods on Azure Local.
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 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

@@ -170,7 +170,7 @@ If there's a critical security update <!--ASK-->that you need to apply quickly o
170170

171171
<!--ASK-->
172172

173-
You're now ready to perform the post-upgrade steps for your system.
173+
[!INCLUDE [verify-update](../includes/azure-local-verify-update.md)]
174174

175175
## Next steps
176176

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

Lines changed: 3 additions & 32 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 PowerShell
33
description: Learn how to use PowerShell to upgrade Azure Stack HCI OS, version 22H2 to version 23H2.
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 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

@@ -170,36 +170,7 @@ To install the new OS using PowerShell, follow these steps:
170170

171171
Wait for the update to complete and check the status of the update.
172172

173-
## Step 3: Check the status of an update
174-
175-
To get the summary information about an update in progress, run the `Get-CauRun` cmdlet:
176-
177-
```PowerShell
178-
Get-CauRun -ClusterName <SystemName>
179-
```
180-
181-
Here's a sample output: <!--ASK-->
182-
183-
```output
184-
RunId : <Run ID>
185-
RunStartTime : 10/13/2024 1:35:39 PM
186-
CurrentOrchestrator : NODE1
187-
NodeStatusNotifications : {
188-
Node : NODE1
189-
Status : Waiting
190-
Timestamp : 10/13/2024 1:35:49 PM
191-
}
192-
NodeResults : {
193-
Node : NODE2
194-
Status : Succeeded
195-
ErrorRecordData :
196-
NumberOfSucceededUpdates : 0
197-
NumberOfFailedUpdates : 0
198-
InstallResults : Microsoft.ClusterAwareUpdating.UpdateInstallResult[]
199-
}
200-
```
201-
202-
You're now ready to perform the post-OS upgrade steps for your system.
173+
[!INCLUDE [verify-update](../includes/azure-local-verify-update.md)]
203174

204175
## Next steps
205176

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)