Skip to content

Commit 952f5ac

Browse files
authored
Merge pull request #18297 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-stack-docs (branch main)
2 parents c1a2d27 + 8212575 commit 952f5ac

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

azure-local/manage/add-server.md

Lines changed: 1 addition & 7 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: how-to
55
author: alkohli
66
ms.author: alkohli
7-
ms.date: 05/28/2025
7+
ms.date: 06/25/2025
88
---
99

1010
# Add a node on Azure Local
@@ -124,12 +124,6 @@ On a node that already exists on your system, follow these steps:
124124
Update-AuthenticationToken
125125
```
126126
127-
1. If you are running a version prior to 2405.3, you must run the following command on the new node to clean up conflicting files:
128-
129-
```powershell
130-
Get-ChildItem -Path "$env:SystemDrive\NugetStore" -Exclude Microsoft.AzureStack.Solution.LCMControllerWinService*,Microsoft.AzureStack.Role.Deployment.Service* | Remove-Item -Recurse -Force
131-
```
132-
133127
1. Run the following command to add the new incoming node using a local administrator credential for the new node:
134128
135129
```powershell

azure-local/manage/repair-server.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to repair a node on your Azure Local, version 23H2 system
44
ms.topic: how-to
55
author: alkohli
66
ms.author: alkohli
7-
ms.date: 05/08/2025
7+
ms.date: 06/25/2025
88
---
99

1010
# Repair a node on Azure Local
@@ -140,13 +140,6 @@ Follow these steps on the node you're trying to repair.
140140

141141
Follow these steps on another node that is a member of the same Azure Local instance.
142142

143-
144-
1. If you are running a version prior to 2405.3, you must run the following command to clean up conflicting files:
145-
146-
```powershell
147-
Get-ChildItem -Path "$env:SystemDrive\NugetStore" -Exclude Microsoft.AzureStack.Solution.LCMControllerWinService*,Microsoft.AzureStack.Role.Deployment.Service* | Remove-Item -Recurse -Force
148-
```
149-
150143
1. Sign into the node that is already a member of the system, with the domain user credentials that you provided during the deployment of the system. Run the following command to repair the incoming node:
151144

152145
```powershell

0 commit comments

Comments
 (0)