question

MuhammadFarooq-2758 avatar image
0 Votes"
MuhammadFarooq-2758 asked stan answered

Snapshots of Resource Groups including all the resources

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-backupazure-ad-group-management
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

stan avatar image
0 Votes"
stan answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.