Skip to content

Commit b62140a

Browse files
Merge pull request #291898 from roygara/esanSnapPivot
Incorporating snapshot guidance
2 parents e218c48 + c43000d commit b62140a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/storage/elastic-san/elastic-san-snapshots.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli
77
ms.topic: conceptual
8-
ms.date: 12/03/2024
8+
ms.date: 12/12/2024
99
ms.author: rogarana
1010
---
1111

@@ -18,10 +18,16 @@ You can take up to 200 snapshots per volume at a rate of seven snapshots every f
1818

1919
## Limitations
2020

21-
- If a volume is larger than 4 TiB, export of a volume snapshot to a disk snapshot is not supported.
21+
- If a volume is larger than 4 TiB, you can't export that volume's snapshots to disk snapshots.
2222

2323
## General guidance
2424

25+
You should use Elastic SAN volume snapshots when you want to restore volumes quickly, like when you have dev/test workloads. Volumes created from volume snapshots are available instantly for use, while the rehydration happens in the background. Volume snapshots shouldn't be considered when hardening your backups.
26+
27+
You should use managed disk snapshots when you either want to create a managed disk from your Elastic SAN volume, or if you want to keep a long term backup of your Elastic SAN volumes. Managed disk snapshots are useful when you require durable checkpoints or version control for your Elastic SAN volumes, and you don't need to restore a volume backup instantly. Managed disk snapshots aren't ideal for scenarios where you require quick restoration, it takes time to create Elastic SAN volumes from managed disk snapshots.
28+
29+
### Take a stable snapshot
30+
2531
You can take a snapshot anytime, but if you’re taking snapshots while the VM is running, keep these things in mind:
2632

2733
When the VM is running, data is still being streamed to the volumes. As a result, snapshots of a running VM might contain partial operations that were in flight.

0 commit comments

Comments
 (0)