Skip to content

Commit ab2311a

Browse files
author
Manika Dhiman
committed
Merge branch 'main' into md-monitor-improvements
2 parents 009a79e + 150e392 commit ab2311a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

azure-local/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,8 @@ items:
851851
items:
852852
- name: Azure Local VM PowerShell commands
853853
href: /powershell/module/az.stackhcivm
854+
- name: Azure Local Arc VMs Azure CLI commands
855+
href: /cli/azure/stack-hci-vm
854856
- name: For Azure Local instance, service, and management
855857
items:
856858
- name: Azure registration Azure CLI commands

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

Lines changed: 11 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: 11/06/2024
6+
ms.date: 12/26/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-stack-hci
@@ -267,7 +267,16 @@ To learn more about how to disable WDAC policies, see [Remove Windows Defender A
267267

268268
Only systems installed using an English language are eligible to apply the solution upgrade. Make sure that your system was installed using English.
269269

270-
For more information, see [Verify OS language for Azure Local](../manage/languages.md#change-the-language-in-server-core).
270+
If you used the English ISO but configured a different language during setup, you must change the language settings for the LCM Upgrade user account as follows:
271+
272+
1. Sign in to each machine using the domain account you plan to use for the upgrade.
273+
274+
1. Run the following PowerShell commands:
275+
276+
```powershell
277+
$UserLanguageList = New-WinUserLanguageList -Language en-US
278+
Set-WinUserLanguageList -LanguageList $UserLanguageList
279+
```
271280
272281
## Remediation 6: Check storage pool space
273282

0 commit comments

Comments
 (0)