Skip to content

Commit c13d867

Browse files
author
Manika Dhiman
committed
tweaks
1 parent a250d0d commit c13d867

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

azure-local/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ items:
188188
href: upgrade/about-upgrades-23h2.md
189189
- name: 1. Select upgrade path
190190
items:
191-
- name: To 26100.xxxx from 25398.xxxx or 20349.xxxx
191+
- name: Upgrade to 26100.xxxx
192192
href: upgrade/upgrade-to-24h2-powershell.md
193-
- name: To 25398.xxxx from 20349.xxxx
193+
- name: Upgrade to 25398.xxxx
194194
items:
195195
- name: Via PowerShell (recommended)
196196
href: upgrade/upgrade-22h2-to-23h2-powershell.md

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ To upgrade the OS on your system, follow these high-level steps:
4242
- Make sure your Azure Local system is running either OS version 20349.3692 or OS version greater than 25398.1611.
4343
- Make sure the system is registered in Azure and all the machines in the system are healthy and online.
4444
- 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.
45-
- Confirm that you have access to the Azure Local **2505** ISO file that you can download from the [Azure portal](https://portal.azure.com/#view/Microsoft_Azure_ArcCenterUX/ArcCenterMenuBlade/~/hciGetStarted).
46-
- Consult your hardware OEM to verify driver compatability. Confirm that all drivers compatible with Windows Server 2025 or Azure Stack HCI OS, 26100.xxxx are installed before the upgrade.
45+
- 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).
46+
- 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.
4747
- 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:
4848

4949
```powershell
@@ -80,7 +80,7 @@ To ensure Resilient File System (ReFS) functions properly during and after OS up
8080
New-Item -Path HKLM:\SYSTEM\CurrentControlSet\Services\Vid\Parameters
8181
```
8282

83-
1. Restart the machine to apply changes. If ReFS volumes fail to come online after reboot and the `RefsEnableMetadataValidation` key is reset, toggle the key. Set `RefsEnableMetadataValidation` to `1` and then back to `0`. To check volume status, run the `Get-ClusterSharedVolumeState` command.
83+
1. Restart the machine to apply changes. If ReFS volumes fail to come online after reboot and the `RefsEnableMetadataValidation` key is reset, toggle the key. Set `RefsEnableMetadataValidation` to **1** and then back to **0**. To check volume status, run the `Get-ClusterSharedVolumeState` command.
8484

8585
1. Update and verify that the registry keys have been applied on each machine in the system before moving to the next step.
8686

@@ -155,7 +155,7 @@ To install the new OS using PowerShell, follow these steps:
155155
Test-Cluster
156156
```
157157

158-
You're now ready to perform the post-OS upgrade steps for your system.
158+
You're now ready to perform the post-OS upgrade steps for your system.
159159

160160
## Next steps
161161

0 commit comments

Comments
 (0)