| name | restore-workflows |
| description | Restore VM, disk, or file — OLR/ALR/instant/cross-zone/cross-region |
Restore Workflows
When to use this skill
- Restore drill
- Real recovery
Key concepts
- Original Location Restore (OLR) overwrites the source — destructive, use carefully.
- Alternate Location Restore (ALR) restores to a new VM/RG — safer for validation.
- File-level restore mounts the recovery point as iSCSI; no full VM restore needed.
- Cross-zone restore lets you recover into a different zone than the source.
- Cross-region restore (CRR) requires GRS vault.
Azure CLI examples
az backup restore restore-disks --resource-group <rg> --vault-name vault-prod \
--container-name <c> --item-name <i> --rp-name <recoveryPointName> \
--storage-account <staging-sa> --restore-to-staging-storage-account
Common pitfalls
- Restoring OLR without snapshot of current state — irreversible mistake.
- Not staging restore in a different RG/VNet first.
- Restoring into an AZ the target SKU isn't available in.
References
Validation-first: verify every Azure fact against the Microsoft Learn MCP server (cite the Learn URL); Learn overrides built-in knowledge. If no Learn MCP server is configured, flag the answer ⚠️ unverified and mark specs as indicative. Analysis only — verify against Microsoft documentation before applying.