Share via

can i see deleted azure resource group and services ?

Vikas Chavan 20 Reputation points
2026-04-07T06:44:17.65+00:00

I have deleted the resource group but would like to view the services that were under it

Azure Site Recovery
Azure Site Recovery

An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.


1 answer

Sort by: Most helpful
  1. Ace Jerraldven C. Enoc 100 Reputation points
    2026-04-07T08:13:02.1966667+00:00

    Hi Vikas,

    Once an Azure resource group is deleted, the resources and services within that resource group are also deleted and are generally not recoverable or viewable through the Azure portal or standard Azure management tools.

    However, here are some options you might consider:

    1. Activity Logs: You can check the Azure Activity Logs to see the history of operations, including the deletion of the resource group and the resources it contained. This will show you what was deleted but not the detailed configuration or state of the resources.
    2. Azure Resource Graph / Azure CLI / PowerShell: If you had any snapshots, backups, or exported templates of the resource group or its resources before deletion, you could review those.
    3. Soft Delete or Recovery Options: Some Azure services (like Azure Key Vault, Azure Storage, Azure SQL) have soft delete or recovery features that might allow you to recover or view deleted data or configurations, but this is service-specific and not applicable to the resource group as a whole.
    4. Backup or Exported ARM Templates: If you had exported the ARM template or backed up the infrastructure as code before deletion, you can review those files to see the resources that were part of the resource group.

    I hope you find this helpful (n_o,

    1 person found this answer helpful.
    0 comments No comments

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.