Share via

Cannot resize or delete an Azure VM that has more network interfaces than the current "Size" supports

Brandon Breymeier 0 Reputation points
2026-05-14T16:14:08.73+00:00

We have an Azure Ds3v2 VM to which an admin added three network adaptors. We now cannot remove the third network adaptor, resize the VM, or delete the VM. We receive the following error any time we attempt any change: 'The number of network interfaces for virtual machine azr_cato_apl_01 exceeds the maximum allowed for the virtual machine size Standard_D2s_v4. The number of network interfaces is 3 and the maximum allowed is 2. '

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


1 answer

Sort by: Most helpful
  1. kagiyama yutaka 2,590 Reputation points
    2026-05-15T23:03:18.4633333+00:00

    I think azure blocks any update when the nic count is over the size limit, so stop the vm, switch once to a size that allows 3 nics, remove the extra nic, then resize or delete. VM deletion also triggers the same validation, so it fails for the same reason.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.