Share via

I ma not able to delete application

Mesala Govinda 0 Reputation points
2026-04-12T17:33:17.3466667+00:00

Brief summary of the issue

Resource Group 'centralindia-app-gateway-rg' is stuck in Deleting (deprovisioning) state.

VMSS is stuck with: ProvisioningState/failed/NetworkingInternalOperationError

I am unable to: - Delete VMSS - Create resources (409 ResourceGroupBeingDeleted) - Modify resources

This is blocking my subscription usage.

Please request backend cleanup of the Resource Group and all dependent resources.

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets

Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.


2 answers

Sort by: Most helpful
  1. Salamat Shah 180 Reputation points MVP
    2026-04-14T09:25:09.6133333+00:00

    This is a backend issue caused by a failed VM Scale Set (VMSS) networking operation, which leaves the Resource Group stuck in a Deleting state. Once this happens, self service recovery is not possible.

    This issue cannot be fixed via Portal, CLI, or PowerShell.

    Microsoft backend cleanup is required to unblock the subscription.

    For more troubleshooting use the below Microsoft recommendation:

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/delete-resource-group?tabs=azure-powershell#troubleshoot

    0 comments No comments

  2. Jilakara Hemalatha 12,915 Reputation points Microsoft External Staff Moderator
    2026-04-13T01:21:19.0933333+00:00

    Hello Govinda,

    The issue was caused due to a dependency conflict between NIC deletion and the Application Gateway backend configuration.

    During the NIC deletion process, the Network Resource Provider (NRP) identified that the NIC was still associated with the Application Gateway (centralindia-app-gateway) backend pool. Because of this dependency, the operation required an update to the Application Gateway through Gateway Manager (GWM).

    This triggered an internal PutLoadBalancerOperation, which failed during validation because the subscription was in a Warning state. Due to this state restriction, update operations were blocked, resulting in a failure in Operation.cs (line 3155).

    As a result, the NIC delete operation could not proceed, which also caused dependent resource cleanup operations to get blocked.

    After internal validation, the subscription state was temporarily moved back to Registered to remove the operational restriction. Once this correction was applied through the approved backend process, the Network Resource Provider was able to continue the delete operation successfully and the dependent cleanup flow proceeded without further validation issues.

    Could you please retry the operation and provide status on that.


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.