Skip to content

Commit 8a2d01a

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-stack-docs-pr (branch live)
2 parents 5f5de9f + d8e354c commit 8a2d01a

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
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/deploy/deployment-install-os.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install Azure Stack HCI operating system, version 23H2
33
description: Learn how to install the Azure Stack HCI operating system, version 23H2 on each machine of your system.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 10/15/2024
6+
ms.date: 12/26/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-stack-hci
@@ -31,9 +31,9 @@ To install the operating system, version 23H2, follow these steps:
3131

3232
1. Start the **Install Azure Stack HCI** wizard on the system drive of the machine where you want to install the operating system.
3333

34-
1. Choose the language to install or accept the default language settings, select **Next**, and then on next page of the wizard, select **Install now**.
34+
1. Select **English (United States)** as the installation language and the time and currency format, or accept the default settings. Select **Next**, and then on the next page of the wizard, select **Install now**.
3535

36-
:::image type="content" source="media/deployment-install-os/azure-stack-hci-install-language.png" alt-text="Screenshot of the language page of the Install Azure Stack HCI wizard." lightbox="media/deployment-install-os/azure-stack-hci-install-language.png":::
36+
:::image type="content" source="media/deployment-install-os/azure-stack-hci-install-language.png" alt-text="Screenshot of the language page of the Install Azure Stack HCI wizard." lightbox="media/deployment-install-os/azure-stack-hci-install-language.png":::
3737

3838
1. On the **Applicable notices and license terms** page, review the license terms, select the **I accept the license terms** checkbox, and then select **Next**.
3939

azure-local/known-issues-2411-1.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Release notes with fixed and known issues in Azure Local 2411.1 baseline
33
description: Read about the known issues and fixed issues in Azure Local 2411.1 baseline release.
44
author: alkohli
55
ms.topic: conceptual
6-
ms.date: 12/17/2024
6+
ms.date: 12/26/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
@@ -49,12 +49,11 @@ The following issues are fixed in this release:
4949

5050
## Known issues in this release
5151

52-
Microsoft isn't aware of any issues in this release.
53-
54-
<!--The following table lists the known issues in this release:
52+
The following table lists the known issues in this release:
5553

5654
|Feature |Issue |Workaround |
57-
|---------|---------|---------|-->
55+
|---------|---------|---------|
56+
| Deployment | Validation times out due to timestamp deserialization. | When deploying the operating system, select **English (United States)** as the installation language, as well as the time and currency format. |
5857

5958
## Known issues from previous releases
6059

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)