Skip to content

Commit 10281b1

Browse files
author
AbhishekMallick01
committed
Freshness - Azure VM backup from VM setting
1 parent 274f929 commit 10281b1

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

articles/backup/backup-azure-vms-first-look-arm.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,30 @@
22
title: Back up an Azure VM from the VM settings
33
description: In this article, learn how to back up either a singular Azure VM or multiple Azure VMs with the Azure Backup service.
44
ms.topic: how-to
5-
ms.date: 06/11/2024
5+
ms.date: 06/11/2025
66
author: jyothisuri
77
ms.author: jsuri
88
ms.custom: engagement-fy24
99
---
1010
# Back up an Azure VM from the VM settings
1111

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).
1313

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:
1515

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).
1818

19-
## Before you start
19+
## Prerequisites
2020

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:
2322

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
2529

2630
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.
2731

@@ -30,7 +34,7 @@ To back up Azure VMs, Azure Backup installs an extension on the VM agent running
3034

3135
## Back up from Azure VM settings
3236

33-
Follow these steps:
37+
To back up from Azure VM settings, follow these steps:
3438

3539
1. Sign in to the [Azure portal](https://portal.azure.com/).
3640
2. In the **Search**, type **Virtual machines**, and then select **Virtual machines**.
@@ -65,9 +69,9 @@ Follow these steps:
6569
- Until the initial backup completes, the **Last backup status** shows as **Warning (Initial backup pending)**.
6670
- To see when the next scheduled backup will run, select the backup policy name.
6771

68-
## Run a backup immediately
72+
## Run an on-demand backup of Azure VM
6973

70-
Follow these steps:
74+
To run an on-demand backup of Azure VM, follow these steps:
7175

7276
1. To run a backup immediately, in the VM menu, select **Backup** > **Backup now**.
7377

@@ -79,11 +83,11 @@ Follow these steps:
7983

8084
3. Portal notifications let you know the backup job has been triggered. To monitor backup progress, select **View all jobs**.
8185

82-
## Back up from the Recovery Services vault
86+
## Back up Azure VM from the Recovery Services vault
8387

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).
8589

8690
## Next steps
8791

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

Comments
 (0)