Deleted Resource Group using Powershell in Azure cloud shell after deletion Resource Group is not showing but corresponding resources are still reside in all resources tab

MAHENDAR KUMAR GULLA 0 Reputation points
2024-01-21T14:50:14.2966667+00:00

Deleted Resource Group using Powershell in Azure cloud shell after deletion Resource Group is not showing but corresponding resources are still reside in all resources tab User's imageUser's image

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,800 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Azar 26,180 Reputation points MVP
    2024-01-21T17:02:15.0266667+00:00

    Hey MAHENDAR KUMAR GULLA

    i guess the resource groups have not been deleted try opening the Azure Cloud Shell, run the following command to verify that the resource group has been deleted:

    Get-AzResourceGroup -Name "YourResourceGroupName"
    
    • If the resource group is still listed, the resource groups have not been deleted.
      sometimes the deleion might be delayed too.

    Hope this helps, kindly accept the answer if this helped thanks much.


  2. MAHENDAR KUMAR GULLA 0 Reputation points
    2024-01-22T05:18:55.3466667+00:00

    Hi, Azar Thank you for your response, I tried to retrieve the resource group using Azure cloud Powershell but it is saying RG does not exist and I am wondering how can even the corresponding resources are still showing in All resource panel .tempsnip


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.