Skip to content

Commit 619bfe6

Browse files
Merge pull request #16363 from alkohli/20-azlreb
Changed pulled from PR 15020
2 parents c588fa4 + 9bf424e commit 619bfe6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-local/manage/add-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to manage capacity on your Azure Local, version 23H2 syst
44
ms.topic: article
55
author: alkohli
66
ms.author: alkohli
7-
ms.date: 10/31/2024
7+
ms.date: 11/16/2024
88
---
99

1010
# Add a node on Azure Local, version 23H2
@@ -111,7 +111,7 @@ On the new node that you plan to add, follow these steps.
111111

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

114-
1. Sign in with the domain user credentials that you provided during the deployment of the system.
114+
1. Sign in with the domain user credentials (AzureStaclLCMUser or another user with equivalent permissions) that you provided during the deployment of the system.
115115

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

@@ -125,7 +125,7 @@ On a node that already exists on your system, follow these steps:
125125
Get-ChildItem -Path "$env:SystemDrive\NugetStore" -Exclude Microsoft.AzureStack.Solution.LCMControllerWinService*,Microsoft.AzureStack.Role.Deployment.Service* | Remove-Item -Recurse -Force
126126
```
127127
128-
1. Run the following command to add the new incoming node:
128+
1. Run the following command to add the new incoming node using a local adminsitrator credential for the new node:
129129
130130
```powershell
131131
$HostIpv4 = "<IPv 4 for the new node>"
@@ -175,4 +175,4 @@ If you experience failures or errors while adding a node, you can capture the ou
175175
176176
## Next steps
177177
178-
Learn more about how to [Repair a node](./repair-server.md).
178+
- Learn more about how to [Repair a node](./repair-server.md).

0 commit comments

Comments
 (0)