I am not able to delete resources in my resource group

Devdatta Jadhav 0 Reputation points
2025-07-31T09:43:42.0066667+00:00

I am trying to delete the VMSS and other resources but I am getting error as these resources are marked as Delete and can not be modified. I tried multiple times and also tried to delete one by one independent resources but nothing is working.

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.
{count} votes

1 answer

Sort by: Most helpful
  1. Durga Reshma Malthi 9,355 Reputation points Microsoft External Staff Moderator
    2025-08-01T10:00:10.5766667+00:00

    Hi Devdatta Jadhav

    Run this cmd - az group list --output table to check the resource groups.

    and then run these cmds to delete NIC and VMSS:

    az network nic delete --name vmcc-ic --resource-group my-client-rg

    az vmss delete --name client-vmss --resource-group my-client-rg

    Hope this helps!

    Please Let me know if you have any queries.


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.