Introduction
In this article, you will learn that an incremental snapshot for managed disks in Azure is a type of backup that allows you to take snapshots of your managed disks at different points in time. Instead of the complete snapshot, which copies the entire disk, an incremental snapshot only copies the changes made since the last snapshot.
Step 1
Sign in to the Azure portal
Step 2
Browse to your existing managed disk
Step 3
Click create the snapshot
Step 4
Provide any name for the snapshot and select the snapshot type Incremental
Step 5
Click Review + create
Step 6
Once complete the deployment Go to the resource
Step 7
Now you can Navigate to the managed disk and verify the snapshot type
Conclusion
This article taught us how to configure azure incremental managed disk snapshot. If you have any questions, please get in touch with me.
Thanks