Skip to content

Commit 8c4e432

Browse files
author
AbhishekMallick-MS
committed
Addressed EEE doc ask #24121752
1 parent 2539b41 commit 8c4e432

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

articles/backup/backup-azure-vm-backup-faq.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: In this article, discover answers to common questions about backing up Azure VMs with the Azure Backup service.
55
ms.topic: faq
66
ms.service: azure-backup
7-
ms.date: 09/10/2024
7+
ms.date: 10/21/2024
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
1010

@@ -404,5 +404,25 @@ sections:
404404
answer: |
405405
The expiry time for the latest recovery point doesn't appear because it has infinite retention until a newer one gets created. The expiry time of other recovery points will be available in the Azure Portal after 24 hours of creation, depending on when the garbage collection runs (that will be within 24 hours).
406406
407+
- question: Will an Azure VM restore operation to original or alternate location affect a scheduled backup?
408+
answer: |
409+
No, the restore operation (to the original or an alternate location) doesn't affect scheduled backups.
410+
411+
- **Restore to Original Location**: Azure Backup replaces the existing VM’s disks with the ones from the restore point. This process includes [taking a snapshot of the current VM before the restore ensuring that the backup schedule remains](backup-azure-arm-restore-vms.md).
412+
- **Restore to Alternate Location**: Azure Backup creates a new VM using the restore point. This new VM won't have the same backup schedule as the original VM; you need to configure the Backup policy manually. Learn [about Azure VM restore](about-azure-vm-restore.md).
407413
414+
In these restore scenarios, the original backup policy and schedule for the original VM remain unaffected. However, if you want the restored VM (in the alternate location) to have a backup schedule, you need to set up the Backup policy.
408415
416+
- question: What happens to the backup configuration if I do Original/Alternate Location Restore of Azure VMs?
417+
answer: |
418+
In case of an Original Location Restore (OLR) or an Alternate Location Restore (ALR) for Azure VMs, Azure Backup performs the backup configuration as:
419+
420+
| Restore type | Backup configuration | Backup data |
421+
| --- | --- | --- |
422+
| **Original Location Restore (OLR)** | The backup configuration remains the same. The restored VM uses the same backup policy and schedule as the original VM. | The existing backup data is preserved, and new backups are triggered as per the original backup schedule. |
423+
| **Alternate Location Restore (ALR)** | The new VM created in the alternate location doesn't inherit the backup configuration of the original VM. You need to configure a new backup policy for this VM manually. | The backup data for the original VM remains unaffected. However, the new VM starts with a fresh backup history once you configure its backup. |
424+
425+
>[!Note]
426+
>- **OLR**: Provides a seamless continuation of backups with the same policy.
427+
>- **ALR**: Requires manual setup of backup policies for the new VM.
428+

0 commit comments

Comments
 (0)