Update Accelerated Networking Limitations and constraints#128387
Update Accelerated Networking Limitations and constraints#128387marciolipi wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
Current Azure Portal now supports enabling Accelerated Networking on running VMs—no deallocation needed, unlike the outdated Learn doc statement: "You can't enable Accelerated Networking on a running VM. You must stop/deallocate first." I've replaced it with the portal's warning: "Network connectivity will be interrupted if your VM's OS doesn't support accelerated networking. Disable if connectivity drops." This reflects the new Automatic option that detects OS support before enabling.
|
@marciolipi : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit dc09b18: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Accelerated Networking overview to reflect current Azure Portal behavior by replacing the outdated “must stop/deallocate” limitation with a connectivity-impact warning.
Changes:
- Removed the statement that Accelerated Networking can only be enabled when a VM is stopped/deallocated.
- Added guidance warning about potential connectivity interruption when enabling Accelerated Networking on unsupported OSes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - For best results, enable Accelerated Networking on at least two VMs in the same Azure virtual network. This feature has minimal effect on latency when you communicate across virtual networks or connect on-premises. | ||
|
|
||
| - You can't enable Accelerated Networking on a running VM. You can enable Accelerated Networking on a supported VM only when the VM is stopped and deallocated. | ||
| - Network connectivity will be interrupted if the operating system of your virtual machine does not support accelerated networking. Disable accelerated networking if connectivity to your virtual machine is interrupted. |
There was a problem hiding this comment.
The PR description says the portal now supports enabling Accelerated Networking on running VMs (Automatic option) without deallocation, but the updated doc bullet only adds a warning and doesn’t explicitly state the new capability. Consider adding a short sentence that clarifies you can enable it on a running VM (for supported cases / via the Automatic option), so readers don’t continue to assume deallocation is required.
| - For best results, enable Accelerated Networking on at least two VMs in the same Azure virtual network. This feature has minimal effect on latency when you communicate across virtual networks or connect on-premises. | ||
|
|
||
| - You can't enable Accelerated Networking on a running VM. You can enable Accelerated Networking on a supported VM only when the VM is stopped and deallocated. | ||
| - Network connectivity will be interrupted if the operating system of your virtual machine does not support accelerated networking. Disable accelerated networking if connectivity to your virtual machine is interrupted. |
There was a problem hiding this comment.
This bullet uses inconsistent capitalization for the feature name compared to the rest of the page (e.g., “Accelerated Networking”). For consistency and clarity, update occurrences of “accelerated networking” here to “Accelerated Networking”.
| - Network connectivity will be interrupted if the operating system of your virtual machine does not support accelerated networking. Disable accelerated networking if connectivity to your virtual machine is interrupted. | |
| - Network connectivity will be interrupted if the operating system of your virtual machine does not support Accelerated Networking. Disable Accelerated Networking if connectivity to your virtual machine is interrupted. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Current Azure Portal now supports enabling Accelerated Networking on running VMs—no deallocation needed, unlike the outdated Learn doc statement: "You can't enable Accelerated Networking on a running VM. You must stop/deallocate first."
I've replaced it with the portal's warning: "Network connectivity will be interrupted if your VM's OS doesn't support accelerated networking. Disable if connectivity drops." This reflects the new Automatic option that detects OS support before enabling.