Skip to content

Commit 5b1cdeb

Browse files
Merge pull request #307380 from mmkiran21-git/azure-vm-backup-faq
Addressed EEE 33040776, 35038483, 35078711, 35018239, 26856548, 27315261, 27460234, 33578774
2 parents e47ca5d + 6fcf74b commit 5b1cdeb

1 file changed

Lines changed: 47 additions & 6 deletions

File tree

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

Lines changed: 47 additions & 6 deletions
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: 06/23/2025
7+
ms.date: 10/29/2025
88
author: AbhishekMallick-MS
99
ms.author: v-mallicka
1010
ms.custom: build-2025
@@ -151,7 +151,7 @@ sections:
151151
152152
- question: In Azure VM Backup, what is the Snapshot Tier and Storage Redundancy for snapshot taken as part of backup?
153153
answer: |
154-
In Azure VM Backup, snapshots are taken using the Standard HDD tier type, regardless of the source VM disk tier. By default, the storage redundancy for these snapshots is Locally Redundant Storage (LRS). However, if the VM backups are managed by an Enhanced Policy and the underlying source disk storage supports Zone Redundant Storage (ZRS), the snapshots will be of the ZRS type.
154+
In Azure VM Backup, snapshots are taken using the Standard HDD tier type, regardless of the source VM disk tier. By default, the storage redundancy for these snapshots is Locally Redundant Storage (LRS). However, if the VM backups are managed by an Enhanced Policy and the underlying source disk storage locates in the region which supports Zone Redundancy, snapshots will be of Zone Redundant Storage.
155155
156156
- question: How long can I retain backup points of Azure VMs using the backup policy?
157157
answer: |
@@ -162,12 +162,38 @@ sections:
162162
- **Retention of monthly backup points**: 1188 months
163163
- **Retention of yearly backup points**: 99 years
164164
165-
- question: Can I back up a VM disks that're created in the Azure Classic Storage?
165+
- question: Can I back up a VM disks that are created in the Azure Classic Storage?
166166
answer: |
167-
No, the support for disks created in Azure Classic Storage is no longer available. To ensure continued functionality, you must migrate these disks to Azure Resource Manager (ARM) Storage. Also, Classic Storage accounts can't support ARM-based Virtual Machines (VMs), and no workarounds exist to enable compatibility.
167+
No, the support for disks created in Azure Classic Storage is no longer available. To ensure continued functionality, you must migrate these disks to Azure Resource Manager Storage. Also, Classic Storage accounts can't support ARM-based Virtual Machines (VMs), and no workarounds exist to enable compatibility.
168168
169169
>[!Important]
170-
>Support for backup of all Classic VMs is planned for deprecation on September 30, 2025. We recommend that you migrate the Classic VMs and associated disks to ARM Storage before this timeline to avoid disruptions.
170+
>Support for backup of all Classic VMs is planned for deprecation on September 30, 2025. We recommend that you migrate the Classic VMs and associated disks to Azure Resource Manager Storage before this timeline to avoid disruptions.
171+
172+
- question: How Soft-Delete behavior occurs when the retention of the backup policy is changed or modified?
173+
answer: |
174+
When the retention period of a backup policy is changed, the soft-delete behavior for restore points (RPs) is determined based on the current policy at the time of evaluation—not the policy in place when the RP was created.
175+
- question: I have an Azure VM stored in a zone with a Premium SSD ZRS disk. What happens if I restore this VM to a Paired region using CRR where ZRS is not supported?
176+
answer: |
177+
When restoring a VM to a peered region that does not support Zone-Redundant Storage (ZRS), Azure Backup will automatically create the disk in the same performance tier (e.g., Standard or Premium) as the original disk, but with Locally Redundant Storage (LRS) instead of ZRS. This ensures that the restore operation completes successfully, even though the redundancy model changes.
178+
- question: Is 64 TB disk support for Azure Backup available in all regions?
179+
answer: |
180+
Azure Backup supports individual disk sizes up to 64 TB and a combined total of 512 TB per VM. However, this capability is region dependent. While initially available in select regions, support has expanded to additional locations. Customers are advised to check the latest regional availability or consult Azure Support to confirm support in their target region.
181+
- question: How does the MDCC backup works via Enhanced Policy with and without selecting the option "only Crash Consistency Snapshot"?
182+
answer: |
183+
The behavior of MDCC backup under Enhanced Policy depends on whether the **"Only Crash Consistency Snapshot"** checkbox is selected:
184+
185+
**When the checkbox is NOT selected:**
186+
187+
Enhanced Policy will attempt to take application-consistent or filesystem-consistent backups. However, if these attempts fail, the policy will fall back to crash-consistent backups at specific intervals:
188+
- A crash-consistent snapshot will be taken on the 4th, 6th, and 8th attempt.
189+
- This fallback ensures backup continuity even when consistency cannot be guaranteed.
190+
191+
**When the checkbox is selected:**
192+
193+
The policy will not attempt application or filesystem consistency. Instead, it will directly initiate a crash-consistent MDCC backup without any retries for higher consistency levels.
194+
195+
This option is useful when speed and simplicity are prioritized over consistency guarantees.
196+
171197
- name: Restore
172198
questions:
173199
- question: How do I decide whether to restore disks only or a full VM?
@@ -239,7 +265,7 @@ sections:
239265
240266
- question: Is there a limit to trigger restore in a day?
241267
answer: |
242-
The restore limit applies per data source within a 24-hour window. You can restore the same VM up to 20 times in that period. Restoring multiple VMs simultaneously is allowed, but may trigger throttling from other Azure services, such as [Azure Resource Manager (ARM) due to request limits](/azure/azure-resource-manager/management/request-limits-and-throttling#migrating-to-regional-throttling-and-token-bucket-algorithm).
268+
The restore limit applies per data source within a 24-hour window. You can restore the same VM up to 20 times in that period. Restoring multiple VMs simultaneously is allowed, but may trigger throttling from other Azure services, such as [Azure Resource Manager due to request limits](/azure/azure-resource-manager/management/request-limits-and-throttling#migrating-to-regional-throttling-and-token-bucket-algorithm).
243269
244270
- question: How does restored disk SKU depend on target SA provided?
245271
answer: |
@@ -318,6 +344,12 @@ sections:
318344
- **MarketPlace Image VMs**: Only VMs created from a MarketPlace image will have the Offer, SKU, and Publisher details. These properties are derived from the VM image itself. When a VM is created from a MarketPlace image, the createOption is set to **from image**. This ensures that the Offer, SKU, and Publisher properties are included during the VM creation process.
319345
- **VMs Created from Disks**: When a VM is created from disks (such as restored VMs, uploaded VMs, or VMs created from snapshots), the createOption is set to **Attach** instead of "from image". In this case, the Offer, SKU, and Publisher properties are not included because these properties are read-only and can only be added during the initial VM creation process when the createOption is **from image**.
320346
347+
- question: What is the expected throughput when we perform the restore from the Vault storage.
348+
answer: |
349+
For Tier-2 restores (restores from vault data), the time required depends on the amount of allocated data that needs to be transferred. In one observed case, disks with approximately 2 TB of allocated data each contributed significantly to the overall transfer time. While a transfer rate of 30 MBps is generally considered optimal, we achieved around 50 MBps in this instance.
350+
351+
For example, if a customer has a 16 TB disk with 2 TB of allocated data per segment, the total restore time could extend up to 20 hours at the optimal transfer rate.
352+
321353
- name: Manage VM backups
322354
questions:
323355
- question: What happens if I modify a backup policy?
@@ -470,3 +502,12 @@ sections:
470502
471503
>[!Note]
472504
>GRS functions only when both paired regions support SSD V2/Ultra disks.
505+
506+
- question: Why don’t I see the updated expiry time for my Recovery Points immediately after changing the backup policy?
507+
answer: |
508+
When you modify a backup policy (for example, changing the retention duration), the updated expiry time for Recovery Points (RPs) is not reflected instantly on the Azure portal. This is expected behavior.
509+
510+
The expiry time is updated only after the system runs its daily cleanup process (also known as the expired Recovery Points pruning job). This job typically runs once every 24 hours. Therefore, it may take up to 24 hours for the new expiry time to appear on the portal for existing or newly created Recovery Points.
511+
512+
If you don’t see the updated expiry time immediately, please wait for up to 24 hours before raising a support request.
513+

0 commit comments

Comments
 (0)