Microsoft azure resource group will not delete

Mohammed Abdul Majeed 1 Reputation point
2022-09-23T12:46:02.51+00:00

My resource group wont delete. There is also a virtual network attached to it which wont delete as well. Azure tells me there is a network interface attached, but it wont show up in my portal. In my resource explorer it does show up and when I try to delete it, it says successfully deleted, but it does not delete and I can still see it in the resource explorer. In my azure notifications it gives me an error "ajaxextended call failed" after failing to delete. Horrible service from Microsoft Azure. Can anyone help me out ?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,041 questions
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,775 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JimmySalian-2011 42,511 Reputation points
    2022-09-23T13:03:40.137+00:00

    Hi Mohammed,

    There might someother dependant services that was linked to the resources and before deleting or removing delegation the main services was removed, I will suggest to raise a case with MS via the portal as this will require some access from the backend
    create-ticket

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

  2. KarishmaTiwari-MSFT 20,777 Reputation points Microsoft Employee Moderator
    2022-09-23T19:20:14.54+00:00

    @Mohammed Abdul Majeed Thanks for posting your query on Microsoft Q&A. Sorry that you are facing this issue.
    Here are few things you can try:

    You can force Update the Network Interface with Azure CLI, PowerShell, or through Resources.Azure.com

    -Using Azure Cloud Shell:

    CLI Update Network Interface: https://learn.microsoft.com/en-us/cli/azure/network/nic?view=azure-cli-latest

    -Using Resources.Azure.com:

    Find the Network Interface through Subscriptions > (Subscription Name) > resourceGroups > (ResourceGroup Name) > providers > Microsoft.Network > networkInterfaces > (Interface Name)
    Edit then PUT to force the resource to update with Azure if it's stuck in a deletion, or updating state.

    Reference post: https://learn.microsoft.com/en-us/answers/questions/141385/cannot-delete-resource-group-because-of-network-in.html

    However, if none of these suggestions work for you, I would recommend creating a support request since the resources would then need to be removed from the backend with the help of support engineer.

    Let me know in the comments if you have any questions or if you do not have a support plan to create a support request. I can help you create one. Thanks.

    0 comments No comments

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.