Skip to content
Open
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
1 change: 1 addition & 0 deletions azure-local/manage/repair-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Follow these steps on the node you're trying to repair.
> - For versions 2503 and later, you'll need to use the OS image of the same solution as that running on the existing cluster.
> - Use the [Get solution version](../update/azure-update-manager-23h2.md#get-solution-version) to identify the solution version that you are running on the cluster.
> - Use the [OS image](https://github.com/Azure-Samples/AzureLocal/blob/main/os-image/os-image-tracking-table.md) table to identify and download the appropriate OS image version.
> - Make sure to rename the Management NIC to "Management" (or whatever is used on the other nodes) by running Rename-NetAdapter -Name "Port5" -NewName "Management"
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PowerShell command should be enclosed in backticks for proper formatting. Based on the documentation standards in this repository, inline PowerShell commands are typically wrapped in backticks. Additionally, a period should be added at the end of the bullet point for consistency with the other bullets in this note block.

Suggested change
> - Make sure to rename the Management NIC to "Management" (or whatever is used on the other nodes) by running Rename-NetAdapter -Name "Port5" -NewName "Management"
> - Make sure to rename the Management NIC to "Management" (or whatever is used on the other nodes) by running `Rename-NetAdapter -Name "Port5" -NewName "Management"`.

Copilot uses AI. Check for mistakes.

1. Register the node with Arc. Follow the steps in [Register with Arc and set up permissions](../deploy/deployment-arc-register-server-permissions.md).

Expand Down