From dc09b1800757e8171f6243d4805c160762da9567 Mon Sep 17 00:00:00 2001 From: marciolipi <118436752+marciolipi@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:25:51 +0100 Subject: [PATCH] Update Accelerated Networking Limitations and constraints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- articles/virtual-network/accelerated-networking-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/virtual-network/accelerated-networking-overview.md b/articles/virtual-network/accelerated-networking-overview.md index 07f79e4bf0a6d..d1dfdaec7a3f0 100644 --- a/articles/virtual-network/accelerated-networking-overview.md +++ b/articles/virtual-network/accelerated-networking-overview.md @@ -39,7 +39,7 @@ Accelerated Networking has the following benefits: - 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. - You can't deploy virtual machines (classic) with Accelerated Networking through Azure Resource Manager.