Skip to content

Tweaks to Add/repair a node articles #3715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions azure-local/manage/add-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to manage capacity on your Azure Local, version 23H2 syst
ms.topic: how-to
author: alkohli
ms.author: alkohli
ms.date: 06/25/2025
ms.date: 06/26/2025
---

# Add a node on Azure Local
Expand Down Expand Up @@ -110,19 +110,13 @@ On the new node that you plan to add, follow these steps.

3. Assign the following permissions to the newly added nodes:

- Azure Local Device Management Role
- Azure Stack HCI Device Management Role
- Key Vault Secrets User
For more information, see [Assign permissions to the node](../deploy/deployment-arc-register-server-permissions.md).

On a node that already exists on your system, follow these steps:

1. Sign in with the domain user credentials (AzureStackLCMUser or another user with equivalent permissions) that you provided during the deployment of the system.

1. (Optional) Before you add the node, make sure to get an updated authentication token. Run the following command:

```powershell
Update-AuthenticationToken
```
1. Sign in with the domain user credentials (AzureStackLCMUser or another user with equivalent permissions) that you provided during the deployment of the system.

1. Run the following command to add the new incoming node using a local administrator credential for the new node:

Expand Down
4 changes: 2 additions & 2 deletions azure-local/manage/repair-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to repair a node on your Azure Local, version 23H2 system
ms.topic: how-to
author: alkohli
ms.author: alkohli
ms.date: 06/25/2025
ms.date: 06/26/2025
---

# Repair a node on Azure Local
Expand Down Expand Up @@ -134,7 +134,7 @@ Follow these steps on the node you're trying to repair.

1. Assign the following permissions to the repaired node:

- Azure Local Device Management Role
- Azure Stack HCI Device Management Role
- Key Vault Secrets User
For more information, see [Assign permissions to the node](../deploy/deployment-arc-register-server-permissions.md).

Expand Down