Skip to content

Commit bd8ecd1

Browse files
authored
Merge pull request #46936 from markgalioto/jul182018
adding a FAQ section to the Backup Stack v2 article
2 parents 2056025 + e25b4bd commit bd8ecd1

File tree

1 file changed

+51
-12
lines changed

1 file changed

+51
-12
lines changed

articles/backup/backup-upgrade-to-vm-backup-stack-v2.md

Lines changed: 51 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
---
22
title: Upgrade to the Azure VM Backup Stack V2
33
description: Upgrade process and FAQs for VM backup stack, Resource Manager deployment model
4-
services: backup, virtual-machines
4+
services: backup
55
author: trinadhk
66
manager: vijayts
77
tags: azure-resource-manager, virtual-machine-backup
8-
ms.service: backup, virtual-machines
8+
ms.service: backup
99
ms.topic: conceptual
10-
ms.date: 03/08/2018
10+
ms.date: 7/18/2018
1111
ms.author: trinadhk
12-
---
12+
---
1313

1414
# Upgrade to Azure VM Backup stack V2
15+
1516
The Resource Manager deployment model for the upgrade to virtual machine (VM) backup stack provides the following feature enhancements:
17+
1618
* Ability to see snapshots taken as part of a backup job that's available for recovery without waiting for data transfer to finish. It reduces the wait time for snapshots to copy to the vault before triggering restore. Also, this ability eliminates the additional storage requirement for backing up premium VMs, except for the first backup.
1719

18-
* Reduction in backup and restore times by retaining snapshots locally for seven days.
20+
* Reduces backup and restore times by retaining snapshots locally, for seven days.
1921

2022
* Support for disk sizes up to 4 TB.
2123

22-
* Ability to use an unmanaged VM's original storage accounts when restoring. This ability exists even when VM has disks that are distributed across storage accounts. It makes restores faster for a wide variety of VM configurations.
23-
> [!NOTE]
24+
* Ability to use an unmanaged VM's original storage accounts, when restoring. This ability exists even when the VM has disks that are distributed across storage accounts. It speeds up restore operations for a wide variety of VM configurations.
25+
> [!NOTE]
2426
> This ability is not the same as overriding the original VM.
2527
>
2628
@@ -36,15 +38,16 @@ A recovery point is considered created only after phases 1 and 2 are done. As pa
3638
By default, snapshots are kept for seven days. This feature allows the restore to finish faster from these snapshots. It reduces the time that's required to copy data back from the vault to the customer's storage account.
3739

3840
## Considerations before upgrade
39-
* The upgrade of the VM backup stack is one directional. So all backups go into this flow. Because it's enabled at the subscription level, all VMs go into this flow. All new feature additions are based on the same stack. Ability to control this at policy level is coming in future releases.
4041

41-
* Snapshots are stored locally to boost recovery point creation and also to speed up restore. Therefore, you see storage costs that correspond to snapshots during the seven-day period.
42+
* The upgrade of the VM backup stack is one directional, all backups go into this flow. Because the change occurs at the subscription level, all VMs go into this flow. All new feature additions are based on the same stack. Currently you can't control the stack at policy level.
4243

43-
* Incremental snapshots are stored as page blobs. All customers that use unmanaged disks are charged for the seven days the snapshots are stored in the customer's local storage account. According to the current pricing model, there is no cost for customers on managed disks.
44+
* Snapshots are stored locally to boost recovery point creation and also to speed up restore operations. As a result, you'll see storage costs that correspond to snapshots taken during the seven-day period.
4445

45-
* If you do a restore from a snapshot recovery point for a premium VM, you see a temporary storage location that is used while the VM is created as part of the restore.
46+
* Incremental snapshots are stored as page blobs. All customers that use unmanaged disks are charged for the seven days the snapshots are stored in the customer's local storage account. According to the current pricing model, there's no cost for customers on managed disks.
4647

47-
* For premium storage accounts, the snapshots that are taken for instant recovery will count towards the limit of 10 TB of allocated space.
48+
* If you restore a premium VM from a snapshot recovery point, a temporary storage location is used while the VM is created.
49+
50+
* For premium storage accounts, the snapshots taken for instant recovery points count towards the 10-TB limit of allocated space.
4851

4952
## Upgrade
5053
### The Azure portal
@@ -84,3 +87,39 @@ Get-AzureRmProviderFeature -FeatureName "InstantBackupandRecovery" –ProviderNa
8487
```
8588

8689
If it says "Registered," then your subscription is upgraded to VM backup stack Resource Manager deployment model.
90+
91+
## Frequently asked questions
92+
93+
The following questions and answers have been collected from forums and customer questions.
94+
95+
### Will upgrading to V2 impact current backups?
96+
97+
If you upgrade to V2, there's no impact to your current backups, and no need to reconfigure your environment. Upgrade and your backup environment continues to work as it has.
98+
99+
### What does it cost to upgrade to Azure Backup stack v2?
100+
101+
There is no cost to upgrade to Azure Backup stack v2. Snapshots are stored locally to speed up recovery point creation, and restore operations. As a result, you'll see storage costs that correspond to the snapshots taken during the seven-day period.
102+
103+
### Does upgrading to stack v2 increase the premium storage account snapshot limit by 10 TB?
104+
105+
No.
106+
107+
### In Premium Storage accounts, do snapshots taken for instant recovery point occupy the 10 TB snapshot limit?
108+
109+
Yes, for premium storage accounts, the snapshots taken for instant recovery point, occupy the allocated 10 TB of space.
110+
111+
### How does the snapshot work during the seven-day period?
112+
113+
Each day a new snapshot is taken. There are seven individual snapshots. The service does **not** take a copy on the first day, and add changes for the next six days.
114+
115+
### What happens if the default resource group is deleted accidentally?
116+
117+
If the resource group is deleted, the instant recovery points for all protected VMs in that region, are lost. When the next backup occurs, the resource group is created again, and the backups continue as expected. This functionality is not exclusive to instant recovery points.
118+
119+
### Can I delete the default resource group created for instant recovery points?
120+
121+
Azure Backup service creates the managed resource group. Currently, you can't change or modify the resource group. Also, you should not lock the resource group. This guidance is not just for the V2 stack.
122+
123+
### Is a v2 snapshot an incremental snapshot or full snapshot?
124+
125+
Incremental snapshots are used for unmanaged disks. For managed disks, the snapshot is a full snapshot.

0 commit comments

Comments
 (0)