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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Solution updates managed by this feature contain new versions of the Azure Stack
82
82
This solution is the recommended way to update your Azure Local.
83
83
84
84
> [!NOTE]
85
-
85
+
>
86
86
> - Azure Local update includes updates for all components, including Azure CLI, PowerShell, and any extensions. Microsoft does not support out of band updates for individual components. The out of band updates could lead to incompatibility with Application Control for Windows.
87
87
> - Customer workloads aren't covered by this update solution.
Copy file name to clipboardExpand all lines: azure-local/upgrade/upgrade-22h2-to-23h2-other-methods.md
+21-13Lines changed: 21 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via other method
3
3
description: Learn how to upgrade from Azure Stack HCI OS, version 22H2 to version 23H2 using other manual methods on Azure Local.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 03/14/2025
6
+
ms.date: 04/14/2025
7
7
ms.author: alkohli
8
8
ms.reviewer: alkohli
9
9
ms.service: azure-local
@@ -45,26 +45,34 @@ Before you begin, make sure that:
45
45
46
46
- You have access to an Azure Local running version 22H2.
47
47
- The system is registered in Azure.
48
-
- Make sure that all the machines in your Azure Local are healthy and show as **Online**.
48
+
- All the machines in your Azure Local are healthy and show as **Online**.
49
+
- You shut down virtual machines (VMs). We recommend shutting down VMs before performing the OS upgrade to prevent unexpected outages and damages to databases.
49
50
- You have access to the Azure Stack HCI OS, version 23H2 software update. This update is available via Windows Update or as a downloadable media. The media is an ISO file that you can download from the [Azure portal](https://portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/hciGetStarted).
50
51
- You have access to a client that can connect to your Azure Local. This client should be running PowerShell 5.0 or later.
51
52
52
53
## Step 0: Update registry keys
53
54
54
-
To avoid issues with Resilient File System (ReFS) during OS upgrade, run the following commands on each machine in the system to update registry keys:
55
+
To ensure Resilient File System (ReFS) and live migrations function properly during and after OS upgrade, follow these steps on each machine in the system to update registry keys. Reboot each machine for the changes to take effect.
1. Restart the machine for the changes to take effect. On machine restart, if the `RefsEnableMetadataValidation` key gets overridden and ReFS volumes fail to come online, toggle the key by first setting `RefsEnableMetadataValidation` to `1` and then back to `0` again.
Copy file name to clipboardExpand all lines: azure-local/upgrade/upgrade-22h2-to-23h2-powershell.md
+21-15Lines changed: 21 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via PowerShell
3
3
description: Learn how to use PowerShell to upgrade Azure Stack HCI OS, version 22H2 to version 23H2.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 03/14/2025
6
+
ms.date: 04/14/2025
7
7
ms.author: alkohli
8
8
ms.reviewer: alkohli
9
9
ms.service: azure-local
@@ -44,32 +44,38 @@ Before you begin, make sure that:
44
44
45
45
- You have access to an Azure Local running version 22H2.
46
46
- The system is registered in Azure.
47
-
- Make sure that all the machines in your Azure Local, version 22H2 instance are healthy and show as **Online**.
47
+
- All the machines in your Azure Local, version 22H2 instance are healthy and show as **Online**.
48
+
- You shut down virtual machines (VMs). We recommend shutting down VMs before performing the OS upgrade to prevent unexpected outages and damages to databases.
48
49
- You have access to the Azure Stack HCI, version 23H2 OS software update for Azure Local. This update is available via Windows Update or as a downloadable media. The media is an ISO file that you can download from the [Azure portal](https://portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/hciGetStarted).
49
50
- You have access to a client that can connect to your Azure Local instance. This client should be running PowerShell 5.0 or later.
50
51
51
52
> [!NOTE]
52
53
> The ISO file is only required if the machines do not have access to Windows Update to download the OS feature update. If using this method, after you [Connect to Azure Local, version 22H2](#step-1-connect-to-azure-local), skip to step 6 under [Step 2: Install new OS using PowerShell](#step-2-install-new-os-using-powershell) and perform the remaining steps.
53
54
> Use of 3rd party tools to install upgrades is not supported.
54
55
55
-
Follow these steps to install the solution upgrade:
56
-
57
56
## Step 0: Update registry keys
58
57
59
-
To avoid issues with Resilient File System (ReFS) during OS upgrade, run the following commands on each machine in the system to update registry keys:
58
+
To ensure Resilient File System (ReFS) and live migrations function properly during and after OS upgrade, follow these steps on each machine in the system to update registry keys. Reboot each machine for the changes to take effect.
1. Restart the machine for the changes to take effect. On machine restart, if the `RefsEnableMetadataValidation` key gets overridden and ReFS volumes fail to come online, toggle the key by first setting `RefsEnableMetadataValidation` to `1` and then back to `0` again.
Copy file name to clipboardExpand all lines: azure-local/upgrade/upgrade-22h2-to-23h2-windows-admin-center.md
+21-13Lines changed: 21 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via Windows Admi
3
3
description: Learn how to upgrade Azure Stack HCI OS, version 22H2 to version 23H2 using Windows Admin Center.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 03/14/2025
6
+
ms.date: 04/14/2025
7
7
ms.author: alkohli
8
8
ms.reviewer: alkohli
9
9
ms.service: azure-local
@@ -43,7 +43,8 @@ Before you begin, make sure that:
43
43
44
44
- You have access to version 23H2 OS software update.
45
45
- The system is registered in Azure.
46
-
- Make sure that all the machines in your Azure Local are healthy and show as **Online**.
46
+
- All the machines in your Azure Local are healthy and show as **Online**.
47
+
- You shut down virtual machines (VMs). We recommend shutting down VMs before performing the OS upgrade to prevent unexpected outages and damages to databases.
47
48
- You have access to the Azure Stack HCI OS, version 23H2 software update. This update is available via Windows Update or as a downloadable media. The media is an ISO file that you can download from the [Azure portal](https://portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/hciGetStarted).
48
49
- You have access to a client that can connect to your Azure Local instance. This client should have Windows Admin Center installed on it. For more information, see [Install Windows Admin Center](/windows-server/manage/windows-admin-center/deploy/install).
49
50
@@ -52,20 +53,27 @@ Before you begin, make sure that:
52
53
53
54
## Step 0: Update registry keys
54
55
55
-
To avoid issues with Resilient File System (ReFS) during OS upgrade, run the following commands on each machine in the system to update registry keys:
56
+
To ensure Resilient File System (ReFS) and live migrations function properly during and after OS upgrade, follow these steps on each machine in the system to update registry keys. Reboot each machine for the changes to take effect.
1. Restart the machine for the changes to take effect. On machine restart, if the `RefsEnableMetadataValidation` key gets overridden and ReFS volumes fail to come online, toggle the key by first setting `RefsEnableMetadataValidation` to `1` and then back to `0` again.
69
77
70
78
## Step 1: Connect to Azure Local via Windows Admin Center
0 commit comments