Unable to delete network interface

Alex Morris II 21 Reputation points
2022-08-22T17:16:21.92+00:00

I'm attempting to delete a network interface but whenever I click on it, it returns a "resource not found" error. However, the interface is present in its requisite resource group. So my question is if the resource is not found why is it still present in my account? And if it is still in my account, how can I delete it without error?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,762 questions
0 comments No comments
{count} votes

Accepted answer
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2022-08-22T20:13:55.513+00:00

    This situation comes sometimes when the resource removal is not followed as per Microsoft recommendation.
    Are you still seeing the network interface card in resource group? If yes, check the NSG it was attached before. Check the 'Network Interfaces' tab and disassociate. If there are any Interfaces found there.

    If there is no associations found, then you can force Update the Network Interface through resources.Azure.com portal
    Visit resources.Azure.com, and find the Network Interface: Subscription Name > resourceGroups > ResourceGroup Name > providers > Microsoft.Network > networkInterfaces > Interface Name
    you may find it as shown below:
    233736-image.png

    Click Edit and then click PUT to forcefully update. If the resource is stuck in a deletion, or updating state the operation helps to resolve the issue in most of the cases I see.
    Try a deletion after the above step and see if it helps !

    ----------

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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