Add note on renaming Management NIC in repair process#4088
Add note on renaming Management NIC in repair process#4088HaikoHertes wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
Added a note about renaming the Management NIC during repair.
|
@HaikoHertes : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit e0e0af5: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
This PR adds a new note about renaming the Management NIC during the repair process to ensure consistency with other nodes in the cluster.
Key Changes
- Added a note in the repair server documentation about renaming the Management NIC to match the naming convention used on other nodes
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| > - 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" |
There was a problem hiding this comment.
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.
| > - 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"`. |
Added a note about renaming the Management NIC during repair.