Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to disable Accelerated Networking on Azure VM

i have enabled Accelerated Networking on Azure Vm..now i want to disable accelerating networking but unable to find a way. since i want to change the size of vm and accelerating network is preventing to change the size.

please suggest

like image 790
amyy Avatar asked Dec 17 '25 11:12

amyy


1 Answers

This is a setting on the network interface. For a single machine you could try running this command from the cloud shell on the azure portal:

az network nic update --accelerated-networking false --name <network interface name> --resource-group <resource group name>

Recommend typing this command out not copy pasting from this page to avoid hyphen hell. Case sensitive so all lower case.

https://learn.microsoft.com/en-us/cli/azure/network/nic?view=azure-cli-latest#az-network-nic-update

like image 55
Weyland Yutani Avatar answered Dec 19 '25 05:12

Weyland Yutani



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!