An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
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:
- 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.
- 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.
- 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.
- 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,