You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/tutorial-restore-disk.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,19 @@
2
2
title: Tutorial - Restore a VM with Azure CLI
3
3
description: Learn how to restore a disk and create a recover a VM in Azure with Backup and Recovery Services.
4
4
ms.topic: tutorial
5
-
ms.date: 01/20/2025
5
+
ms.date: 12/31/2025
6
6
ms.custom: mvc, devx-track-azurecli
7
7
ms.service: azure-backup
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-mallicka
10
10
# 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."
11
11
---
12
12
13
-
# Restore a VM with Azure CLI
13
+
# Tutorial: Restore a VM with Azure CLI
14
14
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.
16
16
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.
22
18
23
19
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).
24
20
@@ -30,15 +26,15 @@ Now, you can also use CLI to directly restore the backup content to a VM (origin
30
26
31
27
- 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).
32
28
33
-
## Backup overview
29
+
## Backup overview for Azure VMs
34
30
35
31
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.
36
32
37
33
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.
38
34
39
35
When the data transfer is complete, the snapshot is removed and a recovery point is created.
40
36
41
-
## List available recovery points
37
+
## List available recovery points for a VM
42
38
43
39
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.
0 commit comments