How to do backup of my subscription/s Resources

Rohit Bhanu Singh 20 Reputation points
2023-09-03T02:27:33.34+00:00

How to do backup of my subscription/s Resources.
Resources Like Vnet, Snat, Route table Security Group and VMs

Also we are using Cloud guard and AVI on Azure, What is best practice to take config backup.

By chance if somebody delete any component how we can recover?

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
774 questions
0 comments No comments
{count} votes

Accepted answer
  1. AirGordon 7,150 Reputation points
    2023-09-03T12:07:12.2933333+00:00

    The best way to ensure cloud infrastructure configuration is backedup, is to deploy using infrastructure as code, the files will then be held in a source control system.

    Where deployment has happened via other means, you can capture the configuration though selecting Export template at the resource group level - although not 100% of resources will export cleanly.

    What you can do to protect your resources from accidental deletion is to enable Resource Locks, and ensure RBAC is well configured to prevent high levels of standing access to many people.

    To protect your Virtual Machines, you can leverage Azure Backup.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.