GuideInformationBusiness ContinuityIT

Match incremental snapshots to the disk instance, not just its reused name

How can a snapshot inventory distinguish a recreated Azure disk from its predecessor?

Paired infrastructure paths converging on a stable recovered service.
DSE visual intelligenceContinuity & recoveryGuide · 2 min read
Executive summary

What you need to know

How can a snapshot inventory distinguish a recreated Azure disk from its predecessor?

Potentially affected

Operators inventorying incremental snapshots for Azure managed disks that might be deleted and recreated under the same name.

DSE recommendation

Match both the source resource ID and source unique ID when assigning snapshots to a particular disk instance.

Source facts

Azure incremental snapshots expose SourceResourceId for the source disk’s resource identity and SourceUniqueId inherited from the disk’s UniqueId. Deleting a disk and creating another with the same name changes UniqueId. Microsoft’s PowerShell example uses both source values when selecting the incremental snapshots associated with one disk. Microsoft Learn.

Applicability

Use this check when a recovery inventory or cleanup process groups snapshots by disk name or resource path. Identify whether the source disk was replaced, recreated, or removed. Keep snapshots of an earlier disk instance visible as a separate population rather than assuming that an identical name means continuous identity.

DSE recommendation

Match both the source resource ID and source unique ID when assigning snapshots to a particular disk instance. Preserve the original identity pair in the recovery register before retiring a disk. Ask the recovery owner to label each historical population with its intended retention and use. Review automation that selects only a disk name, especially if that selection drives restoration or deletion.

Verification

In a disposable test, compare snapshots taken before and after a same-name disk replacement and inspect their source identity fields. Confirm that the inventory keeps those populations separate while still retaining the historical snapshots intentionally. For a recovery exercise, record the selected snapshot’s identity pair beside the intended source generation. Investigate a missing or mismatched identifier before authorizing a restore or cleanup based on that inventory.

Official references

Microsoft Learn: Create an incremental snapshot for managed disks. Source reviewed September 9, 2026.

Primary reference

Review the official source

Create an incremental snapshot - Azure Virtual Machines | Microsoft Learn · Verified September 9, 2026

Open official reference ↗
Plan the next step

Need help applying this guidance safely?

DSE can help confirm applicability, protect service continuity, and validate the result across physical security and IT systems.

Talk with DSE