Skip to content

Commit bab704a

Browse files
Merge pull request #309978 from AbhishekMallick-MS/Dec-31-2025-AIoptimization
AI optimization - VM backup using CLI - H1, H2, and intro updates
2 parents 3d0a7bb + e71df9d commit bab704a

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

articles/backup/tutorial-restore-disk.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,19 @@
22
title: Tutorial - Restore a VM with Azure CLI
33
description: Learn how to restore a disk and create a recover a VM in Azure with Backup and Recovery Services.
44
ms.topic: tutorial
5-
ms.date: 01/20/2025
5+
ms.date: 12/31/2025
66
ms.custom: mvc, devx-track-azurecli
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
99
ms.author: v-mallicka
1010
# Customer intent: "As an IT administrator managing virtual machines, I want to restore a VM from a recovery point using command-line tools, so that I can efficiently recover data without unnecessary manual steps."
1111
---
1212

13-
# Restore a VM with Azure CLI
13+
# Tutorial: Restore a VM with Azure CLI
1414

15-
Azure Backup creates recovery points that are stored in geo-redundant recovery vaults. When you restore from a recovery point, you can restore the whole VM or individual files. This article explains how to restore a complete VM using CLI. In this tutorial you learn how to:
15+
This tutorial describes how to restore a complete VM using CLI.
1616

17-
> [!div class="checklist"]
18-
>
19-
> * List and select recovery points
20-
> * Restore a disk from a recovery point
21-
> * Create a VM from the restored disk
17+
Azure Backup creates recovery points that are stored in geo-redundant recovery vaults. When you restore from a recovery point, you can restore the whole VM or individual files.
2218

2319
For information on using PowerShell to restore a disk and create a recovered VM, see [Back up and restore Azure VMs with PowerShell](backup-azure-vms-automation.md#restore-an-azure-vm).
2420

@@ -30,15 +26,15 @@ Now, you can also use CLI to directly restore the backup content to a VM (origin
3026

3127
- This tutorial requires a Linux VM that has been protected with Azure Backup. To simulate an accidental VM deletion and recovery process, you create a VM from a disk in a recovery point. If you need a Linux VM that has been protected with Azure Backup, see [Back up a virtual machine in Azure with the CLI](quick-backup-vm-cli.md).
3228

33-
## Backup overview
29+
## Backup overview for Azure VMs
3430

3531
When Azure initiates a backup, the backup extension on the VM takes a point-in-time snapshot. The backup extension is installed on the VM when the first backup is requested. Azure Backup can also take a snapshot of the underlying storage if the VM isn't running when the backup takes place.
3632

3733
By default, Azure Backup takes a file system consistent backup. Once Azure Backup takes the snapshot, the data is transferred to the Recovery Services vault. To maximize efficiency, Azure Backup identifies and transfers only the blocks of data that have changed since the previous backup.
3834

3935
When the data transfer is complete, the snapshot is removed and a recovery point is created.
4036

41-
## List available recovery points
37+
## List available recovery points for a VM
4238

4339
To restore a disk, you select a recovery point as the source for the recovery data. As the default policy creates a recovery point each day and retains them for 30 days, you can keep a set of recovery points that allows you to select a particular point in time for recovery.
4440

0 commit comments

Comments
 (0)