Skip to content

Commit a1e727c

Browse files
author
Manika Dhiman
committed
tweaks
1 parent eb0c4bb commit a1e727c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

azure-local/upgrade/upgrade-to-24h2-powershell.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ ms.service: azure-local
1313

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

16-
This article describes how to upgrade the Azure Stack HCI operating system (OS) via PowerShell. Here are the supported upgrade paths:
16+
This article describes how to upgrade the Azure Stack HCI operating system (OS) via PowerShell. Supported upgrade paths include:
1717

18-
- OS version 20349.xxxx to 26100.xxxx.
18+
- From OS version 20349.xxxx to 26100.xxxx.
1919

20-
- OS version 25398.xxxx to 26100.xxxx.
20+
- From OS version 25398.xxxx to 26100.xxxx.
2121

2222
> [!IMPORTANT]
2323
> This article covers OS upgrades only. Do not proceed if solution upgrade is complete or Azure Local 2311.2 or later is deployed.
@@ -42,16 +42,16 @@ To upgrade the OS on your system, follow these high-level steps:
4242
- Make sure to shut down virtual machines (VMs). We recommend shutting down VMs before performing the OS upgrade to prevent unexpected outages and damages to databases.
4343
- Confirm that you have access to the Azure Local **2505** ISO file, which you can download from the [Azure portal](https://portal.azure.com/#view/Microsoft_Azure_ArcCenterUX/ArcCenterMenuBlade/~/hciGetStarted).
4444
- Consult your hardware OEM to verify driver compatibility. Confirm that all drivers compatible with Windows Server 2025 or Azure Stack HCI OS, 26100.xxxx are installed before the upgrade.
45-
- Check if the *identity* property is missing or doesn’t contain `type = "SystemAssigned"`. You can verify this in the resource's JSON in the Azure portal or by running the following cmdlet:
46-
47-
```powershell
48-
Get-AzResource -Name <cluster_name> -ResourceGroupName <name of the resource group> -ResourceType "Microsoft.AzureStackHCI/clusters" -ExpandProperties
49-
```
50-
If the *identity* property is missing or doesn’t contain `type = "SystemAssigned"`, repair the registration using the following cmdlet:
45+
- Ensure the instance is properly registered. If the *identity* property is missing or doesn’t contain `type = "SystemAssigned"`, run the following command to repair the registration:
5146

5247
```powershell
5348
Register-AzStackHCI -TenantId "<tenant_ID>" -SubscriptionId "<subscription_ID>" -ComputerName "<computer_name>" -RepairRegistration
5449
```
50+
You can verify the *identity* property in the Azure portal in resource's JSON or by running the following cmdlet:
51+
52+
```powershell
53+
Get-AzResource -Name <cluster_name> -ResourceGroupName <name of the resource group> -ResourceType "Microsoft.AzureStackHCI/clusters" -ExpandProperties
54+
```
5555
- (Recommended) Enable [Secure Boot](/windows-hardware/design/device-experiences/oem-secure-boot) on Azure Local machines before you upgrade the OS. To enable Secure Boot, follow these steps:
5656
1. Drain the cluster node.
5757
1. Restart the OS.

0 commit comments

Comments
 (0)