Snapshots of Resource Groups including all the resources

Muhammad Farooq 1 Reputation point
2022-02-27T09:19:18.117+00:00

Hi,

In the same way that you can create a snapshot/backup of a specific VM, is it possible to create a snapshot of a whole resource group (including VMs, NICs, IPs, Cognitive Services etc.)? And a snapshot of a specific Azure subscription (including all resource groups) can be done?

Thank you very much.

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,302 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,476 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 25,316 Reputation points MVP
    2022-03-02T09:31:24.81+00:00

    Hi,
    As best practice you should manage your infrastructure/resources as code - IaC/CI/CD. This could be achieved for example by deploying the resources via Bicep/ARM. Additionally, you can use the Export template functionality to export resources from resource group. Keep in mind that the export template has some limits where certain resources cannot be exported. Recently there is a new feature for resource configuration changes which will give you changes that happened for the last 7 days. You can use it to see what kind of changes were made in the last 7 days and if needed to revert the changes if the resource was not completely deleted of course.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


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.