How to create Snapshot in Azure
Hello guys, today we will look at snapshot feature in Azure. In the last blog we saw how to protect our resources from accidental deletion, but in case if your resource goes down, not because its deleted but may be because of the latest update which had some bug. This is very common for small companies who do not have a strong software testing team and failed to catch the bug. In such scenario maintaining the timely back-up is important and necessary, so that you recover the resource from the back-up and the business is back, live again with a small downtime. Taking backup is a good practice since disaster can happen any time and anywhere, you should be prepared for the worst case scenario. Snapshot is a back-up creation feature for Azure resources, inbuilt in Azure Portal. We can use snapshot to back-up resources such as: - Azure web app - Azure virtual machine - Files stored in Azure blob and many more... Snapshot are of 2 types: - Regular snapshot - Incremental snapshot...