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/backup-azure-vms-first-look-arm.md
+21-17Lines changed: 21 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,30 @@
2
2
title: Back up an Azure VM from the VM settings
3
3
description: In this article, learn how to back up either a singular Azure VM or multiple Azure VMs with the Azure Backup service.
4
4
ms.topic: how-to
5
-
ms.date: 06/11/2024
5
+
ms.date: 06/11/2025
6
6
author: jyothisuri
7
7
ms.author: jsuri
8
8
ms.custom: engagement-fy24
9
9
---
10
10
# Back up an Azure VM from the VM settings
11
11
12
-
This article describes how to back up Azure VMs with the [Azure Backup](backup-overview.md) service.
12
+
This article describes how to back up Azure virtual machines (VMs) using [Azure Backup](backup-overview.md).
13
13
14
-
Azure Backup provides independent and isolated backups to guard against unintended destruction of the data on your VMs. Backups are stored in a Recovery Services vault with built-in management of recovery points. Configuration and scaling are simple, backups are optimized, and you can easily restore as needed. You can back up Azure VMs using a couple of methods:
14
+
Azure Backup protects VM data with independent, isolated backups. It stores backups in a Recovery Services vault and manages recovery points automatically. You can configure and scale backups easily, restore data quickly, and optimize storage. Use one of the following methods to back up your Azure VMs:
15
15
16
-
- Single Azure VM: The instructions in this article describe how to back up an Azure VM directly from the VM settings.
17
-
- Multiple Azure VMs: You can set up a Recovery Services vault and configure backup for multiple Azure VMs. Follow the instructions in [this article](backup-azure-arm-vms-prepare.md) for this scenario.
16
+
-**Single Azure VM**: This article provides the steps to back up an Azure VM directly from the VM settings.
17
+
-**Multiple Azure VMs**: You can create a Recovery Services vault and configure backup for multiple Azure VMs. Learn how to [back up multiple Azure VMs](backup-azure-arm-vms-prepare.md).
18
18
19
-
## Before you start
19
+
## Prerequisites
20
20
21
-
1.[Learn](backup-architecture.md#how-does-azure-backup-work) how Azure Backup works, and [verify](backup-support-matrix.md#azure-vm-backup-support) support requirements.
22
-
2.[Get an overview](backup-azure-vms-introduction.md) of Azure VM backup.
21
+
Before you back up an Azure VM, review the following prerequisites:
23
22
24
-
### Azure VM agent installation
23
+
-[Understand the Azure Backup workflow](backup-architecture.md#how-does-azure-backup-work).
24
+
-[Get an overview of Azure VM backup](backup-azure-vms-introduction.md).
25
+
-[Verify the VM backup support requirements](backup-support-matrix.md#azure-vm-backup-support).
26
+
27
+
28
+
### Install Azure VM agent
25
29
26
30
To back up Azure VMs, Azure Backup installs an extension on the VM agent running on the machine. If your VM was created from an Azure Marketplace image, the agent will be running. In some cases, for example if you create a custom VM, or you migrate a machine from on-premises, you might need to install the agent manually.
27
31
@@ -30,7 +34,7 @@ To back up Azure VMs, Azure Backup installs an extension on the VM agent running
30
34
31
35
## Back up from Azure VM settings
32
36
33
-
Follow these steps:
37
+
To back up from Azure VM settings, follow these steps:
34
38
35
39
1. Sign in to the [Azure portal](https://portal.azure.com/).
36
40
2. In the **Search**, type **Virtual machines**, and then select **Virtual machines**.
@@ -65,9 +69,9 @@ Follow these steps:
65
69
- Until the initial backup completes, the **Last backup status** shows as **Warning (Initial backup pending)**.
66
70
- To see when the next scheduled backup will run, select the backup policy name.
67
71
68
-
## Run a backup immediately
72
+
## Run an on-demand backup of Azure VM
69
73
70
-
Follow these steps:
74
+
To run an on-demand backup of Azure VM, follow these steps:
71
75
72
76
1. To run a backup immediately, in the VM menu, select **Backup** > **Backup now**.
73
77
@@ -79,11 +83,11 @@ Follow these steps:
79
83
80
84
3. Portal notifications let you know the backup job has been triggered. To monitor backup progress, select **View all jobs**.
81
85
82
-
## Back up from the Recovery Services vault
86
+
## Back up Azure VM from the Recovery Services vault
83
87
84
-
Follow the instructions in [this article](backup-azure-arm-vms-prepare.md) to enable backup for Azure VMs by setting up an Azure Backup Recovery Services vault, and enabling backup in the vault.
88
+
To enable backup for Azure VMs by setting up an Azure Backup Recovery Services vault, and enabling backup in the vault, see [this article](backup-azure-arm-vms-prepare.md).
85
89
86
-
## Next steps
90
+
## Related content
87
91
88
-
-If you have difficulties with any of the procedures in this article, consult the [troubleshooting guide](backup-azure-vms-troubleshoot.md).
89
-
-[Learn about](backup-azure-manage-vms.md) managing your backups.
92
+
-[Manage Azure VM backups](backup-azure-manage-vms.md).
93
+
-[Troubleshoot Azure VM backup errors](backup-azure-vms-troubleshoot.md).
0 commit comments