Share via

Resource group deleted

Jagadish V 0 Reputation points
2026-06-13T10:45:04.15+00:00

hi ,
By accidently deleted Resource group in Azure, is there any options to restore ?

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 132.1K Reputation points MVP Volunteer Moderator
    2026-06-13T11:00:14.0066667+00:00

    Hi @Jagadish V ,

    a deleted Resource Group can't be restored.

    But you can restore other Azure object if you have configured a backup for these resources. For instance Azure VMs can be restored from an existing backup. Same is for AQL databases, Storage Accounts and other Azure resources.

    It is a good practice to use resource delete locks in Azure to prevent deletion by accident: Lock your Azure resources to protect your infrastructure


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-06-13T10:45:14.39+00:00

    A deleted Azure resource group can't be restored. Resource group deletion is irreversible.

    However, some individual resources that were in the deleted resource group might be recoverable if they support soft delete or backup-based restore (for example, certain Azure Backup items, Key Vault objects, Storage blobs, Cosmos DB, or databases with backup retention). Recovery depends on each resource type’s own soft delete or backup configuration and retention period.

    If a specific resource (such as a VM’s disks, a database, or a key) needs to be recovered, check that resource’s soft delete/backup documentation or open an Azure support case and provide the resource IDs, names, and types so support can investigate whether recovery is possible.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.