Azure Disk Snapshots Instant Access for SSD v2
Summary
Azure has introduced Instant Access for incremental snapshots of Premium SSD v2 and Ultra Disk, allowing new disks to be restored immediately after snapshot creation without the usual wait for hydration. This matters because it speeds up recovery and rollback for critical workloads while still preserving the storage efficiency of incremental snapshots and supporting cross-zone restores within the same region.
Introduction: why this matters
For mission-critical workloads, snapshots are often the fastest path to rollback, recovery, and environment refresh—but traditional incremental snapshot workflows can introduce delays while data is copied and disks “hydrate” back to full performance. Azure has announced Instant Access support for incremental snapshots of Premium SSD v2 (Pv2) and Ultra Disk, removing the wait time and delivering production-ready restore performance immediately.
What’s new
Instant Access is an opt-in capability when creating incremental snapshots for Pv2 and Ultra Disk using the existing snapshot API.
Key capabilities
- Instant availability: Snapshots can be used to restore new disks immediately upon creation, eliminating the “snapshot not ready yet” window.
- Fast restore performance: Disks restored from Instant Access snapshots provide near-full performance from the start, with single-digit millisecond read latencies and sub-millisecond write latencies (as stated in the announcement), reducing performance degradation during recovery.
- Incremental storage efficiency: Snapshots store only incremental changes after snapshot creation, helping keep costs lower than full-copy approaches.
- Cross-zonal restore: Supports restoring disks into a different Availability Zone within the same region, similar to existing incremental snapshot behavior.
How it works (operationally)
With Instant Access enabled, the point-in-time data is kept in the same high-performance storage location as the source disk for a specified duration. In parallel, Azure begins copying the snapshot data into Standard ZRS. When the Instant Access duration expires, the snapshot automatically transitions to a standard hardened ZRS incremental snapshot—no extra steps required.
Impact for IT admins and workload owners
- Reduced RTO and fewer “performance brownouts”: Restoring disks no longer means waiting for readiness or accepting slower reads while hydration completes.
- Tighter maintenance windows: Create the snapshot and start maintenance immediately, improving predictability for planned outages.
- Faster scale-out for stateful apps: Quickly clone disks for replicas (for example, adding database read replicas or secondary SQL Server instances) with minimal delay.
- Quicker dev/test refresh: Spin up production-like environments faster, improving iteration speed and keeping downstream environments more current.
Action items / next steps
- Identify candidates: Prioritize Pv2 and Ultra Disk workloads with strict recovery objectives (databases, clustered stateful services, latency-sensitive apps).
- Update automation: Modify snapshot creation workflows (ARM/Bicep/Terraform/SDK/CLI where applicable) to opt in to Instant Access and define the required duration.
- Test runbooks: Validate restore procedures, performance at restore time, and cross-zonal restore scenarios in a non-production environment.
- Cost and retention review: Align Instant Access duration with operational needs, then rely on the automatic transition to Standard ZRS snapshots for longer-term retention.
Azure’s Instant Access incremental snapshots for Pv2 and Ultra Disk effectively shift snapshots from “eventually usable” to “immediately restorable,” which is a meaningful improvement for high-availability and fast-recovery operations.
Need help with Azure?
Our experts can help you implement and optimize your Microsoft solutions.
Talk to an ExpertStay updated on Microsoft technologies