Skip to content

Commit 7f0db61

Browse files
authored
Merge pull request #226478 from v-ksreedevan/07Feb-MBPD
Multiple Backups per day - GA release
2 parents a97a250 + be9c195 commit 7f0db61

File tree

9 files changed

+35
-15
lines changed

9 files changed

+35
-15
lines changed

articles/backup/backup-azure-vms-enhanced-policy.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure Backup now supports _Enhanced policy_ that's needed to support new Azure o
2121
2222
You must enable backup of Trusted Launch VM through enhanced policy only. Enhanced policy provides the following features:
2323

24-
- Supports *Multiple Backups Per Day* (in preview).
24+
- Supports *Multiple Backups Per Day*.
2525
- Instant Restore tier is zonally redundant using Zone-redundant storage (ZRS) resiliency. See the [pricing details for Managed Disk Snapshots](https://azure.microsoft.com/pricing/details/managed-disks/).
2626

2727
:::image type="content" source="./media/backup-azure-vms-enhanced-policy/enhanced-backup-policy-settings.png" alt-text="Screenshot showing the enhanced backup policy options.":::
@@ -43,7 +43,7 @@ Follow these steps:
4343

4444
:::image type="content" source="./media/backup-azure-vms-enhanced-policy/choose-backup-policies-option.png" alt-text="Screenshot showing to choose the backup policies option.":::
4545

46-
3. Click **+Add**.
46+
3. Select **+Add**.
4747

4848
:::image type="content" source="./media/backup-azure-vms-enhanced-policy/add-backup-policy.png" alt-text="Screenshot showing to add a backup policy.":::
4949

@@ -65,8 +65,13 @@ Follow these steps:
6565
- **Retention range**: Options for retention range are auto-selected based on backup frequency you choose. The default retention for daily, weekly, monthly, and yearly backup points are set to 180 days, 12 weeks, 60 months, and 10 years respectively. You can customize these values as required.
6666

6767
:::image type="content" source="./media/backup-azure-vms-enhanced-policy/enhanced-backup-policy-settings.png" alt-text="Screenshot showing to configure the enhanced backup policy.":::
68-
69-
6. Click **Create**.
68+
69+
>[!Note]
70+
>The maximum limit of instant recovery point retention range depends on the number of snapshots you take per day. If the snapshot count is more (for example, every *4 hours* frequency in *24 hours* duration - *6* scheduled snapshots), then the maximum allowed days for retention reduces.
71+
>
72+
>However, if you choose lower RPO of *12 hours*, the snapshot retention is increased to *30 days*.
73+
74+
6. Select **Create**.
7075

7176
>[!Note]
7277
>- The support for Enhanced policy is available in all Azure Public and US Government regions.

articles/backup/backup-azure-vms-introduction.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About Azure VM backup
33
description: In this article, learn how the Azure Backup service backs up Azure Virtual machines, and how to follow best practices.
44
ms.topic: conceptual
5-
ms.date: 09/13/2019
5+
ms.date: 02/27/2023
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -75,6 +75,9 @@ The following table explains the different types of snapshot consistency:
7575
**Restore queue** | Azure Backup processes restore jobs from multiple storage accounts at the same time, and it puts restore requests in a queue.
7676
**Restore copy** | During the restore process, data is copied from the vault to the storage account.<br/><br/> The total restore time depends on the I/O operations per second (IOPS) and the throughput of the storage account.<br/><br/> To reduce the copy time, select a storage account that isn't loaded with other application writes and reads.
7777

78+
> [!Note]
79+
> Azure Backup now enables you to back up your Azure VMs multiple times a day using the Enhanced policy. With this capability, you can also define the duration in which your backup jobs would trigger and align your backup schedule with the working hours when there are frequent updates to Azure Virtual Machines. [Learn more](backup-azure-vms-enhanced-policy.md).
80+
7881
### Backup performance
7982

8083
These common scenarios can affect the total backup time:

articles/backup/backup-support-matrix-iaas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support matrix for Azure VM backups
33
description: Get a summary of support settings and limitations for backing up Azure VMs by using the Azure Backup service.
44
ms.topic: conceptual
5-
ms.date: 12/06/2022
5+
ms.date: 02/27/2023
66
ms.custom: references_regions
77
ms.reviewer: geg
88
ms.service: backup
@@ -49,7 +49,7 @@ Back up monthly or yearly| Not supported when you're backing up with the Azure V
4949
Automatically adjust the clock | Not supported.<br/><br/> Azure Backup doesn't automatically adjust for daylight saving time when you're backing up a VM.<br/><br/> Modify the policy manually as needed.
5050
[Disable security features for hybrid backup](./backup-azure-security-feature.md) |Not supported.
5151
Back up a VM whose machine time is changed | Not supported.<br/><br/> If you change the machine time to a future date/time after enabling backup for that VM, even if the time change is reverted, successful backup isn't guaranteed.
52-
Do multiple backups per day | Supported through **Enhanced policy** (in preview). <br><br> For hourly backup, the minimum recovery point objective (RPO) is 4 hours and the maximum is 24 hours. You can set the backup schedule to 4, 6, 8, 12, and 24 hours, respectively. [Learn how to back up an Azure VM by using Enhanced policy](backup-azure-vms-enhanced-policy.md).
52+
Do multiple backups per day | Supported through **Enhanced policy**. <br><br> For hourly backup, the minimum recovery point objective (RPO) is 4 hours and the maximum is 24 hours. You can set the backup schedule to 4, 6, 8, 12, and 24 hours, respectively. <br><br> Note that the maximum limit of instant recovery point retention range depends on the number of snapshots you take per day. If the snapshot count is more (for example, every *4 hours* frequency in *24 hours* duration - *6* scheduled snapshots), then the maximum allowed days for retention reduces. However, if you choose lower RPO of *12* hours, the snapshot retention is increased to *30 days*. <br><br> Learn about how to [back up an Azure VM using Enhanced policy](backup-azure-vms-enhanced-policy.md).
5353
Back up a VM with a deprecated plan when the publisher has removed it from Azure Marketplace | Not supported. <br><br> Backup is possible. However, restore will fail. <br><br> If you've already configured backup for a VM with a deprecated virtual machine offer and encounter a restore error, see [Troubleshoot backup errors with Azure VMs](backup-azure-vms-troubleshoot.md#usererrormarketplacevmnotsupported---vm-creation-failed-due-to-market-place-purchase-request-being-not-present).
5454

5555
## Operating system support (Windows)
@@ -167,7 +167,7 @@ Back up Azure VMs with locks | Supported for managed VMs. <br><br> Not supported
167167
[Restore spot VMs](../virtual-machines/spot-vms.md) | Not supported. <br><br/> Azure Backup restores spot VMs as regular Azure VMs.
168168
[Restore VMs in an Azure dedicated host](../virtual-machines/dedicated-hosts.md) | Supported.<br></br>When you're restoring an Azure VM through the [Create new](backup-azure-arm-restore-vms.md#create-a-vm) option, the VM can't be restored in the dedicated host, even when the restore is successful. To achieve this, we recommend that you [restore as disks](backup-azure-arm-restore-vms.md#restore-disks). While you're restoring as disks by using the template, create a VM in a dedicated host, and then attach the disks.<br></br>This is not applicable in a secondary region while you're performing [cross-region restore](backup-azure-arm-restore-vms.md#cross-region-restore).
169169
Configure standalone Azure VMs in Windows Storage Spaces | Supported.
170-
[Restore virtual machine scale sets](../virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes.md#scale-sets-with-flexible-orchestration) | Supported for the flexible orchestration model to back up and restore a single Azure VM.
170+
[Restore Virtual Machine Scale Sets](../virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes.md#scale-sets-with-flexible-orchestration) | Supported for the flexible orchestration model to back up and restore a single Azure VM.
171171
Restore with managed identities | Supported for managed Azure VMs. <br><br> Not supported for classic and unmanaged Azure VMs. <br><br> Cross-region restore isn't supported with managed identities. <br><br> Currently, this is available in all Azure public and national cloud regions. <br><br> [Learn more](backup-azure-arm-restore-vms.md#restore-vms-with-managed-identities).
172172
<a name="tvm-backup">Back up trusted launch VMs</a> | Backup is supported. <br><br> Backup of trusted launch VMs is supported through [Enhanced policy](backup-azure-vms-enhanced-policy.md). You can enable backup through a [Recovery Services vault](./backup-azure-arm-vms-prepare.md), the [pane for managing a VM](./backup-during-vm-creation.md#start-a-backup-after-creating-the-vm), and the [pane for creating a VM](backup-during-vm-creation.md#create-a-vm-with-backup-configured). <br><br> **Feature details** <br><br> - Backup is supported in all regions where trusted launch VMs are available. <br><br> - Configuration of backups, alerts, and monitoring for trusted launch VMs is currently not supported through the backup center. <br><br> - Migration of an existing [Gen2 VM](../virtual-machines/generation-2.md) (protected with Azure Backup) to a trusted launch VM is currently not supported. [Learn how to create a trusted launch VM](../virtual-machines/trusted-launch-portal.md?tabs=portal#deploy-a-trusted-launch-vm). <br><br> - Item-level restore is not supported.
173173
[Back up confidential VMs](../confidential-computing/confidential-vm-overview.md) | The backup support is in limited preview. <br><br> Backup is supported only for confidential VMs that have no confidential disk encryption and for confidential VMs that have confidential OS disk encryption through a platform-managed key (PMK). <br><br> Backup is currently not supported for confidential VMs that have confidential OS disk encryption through a customer-managed key (CMK). <br><br> **Feature details** <br><br> - Backup is supported in [all regions where confidential VMs are available](../confidential-computing/confidential-vm-overview.md#regions). <br><br> - Backup is supported only if you're using [Enhanced policy](backup-azure-vms-enhanced-policy.md). You can configure backup through the [pane for creating a VM](backup-azure-arm-vms-prepare.md), the [pane for managing a VM](backup-during-vm-creation.md#start-a-backup-after-creating-the-vm), and the [Recovery Services vault](backup-azure-arm-vms-prepare.md). <br><br> - [Cross-region restore](backup-azure-arm-restore-vms.md#cross-region-restore) and file recovery (item-level restore) for confidential VMs are currently not supported.
@@ -218,7 +218,7 @@ Azure Backup supports encryption for in-transit and at-rest data.
218218

219219
For network traffic to Azure:
220220

221-
- Backup traffic from servers to the Recovery Services vault is encrypted via Advanced Encryption Standard 256.
221+
- The Backup traffic from servers to the Recovery Services vault is encrypted via Advanced Encryption Standard 256.
222222
- Backup data is sent over a secure HTTPS link.
223223
- Backup data is stored in the Recovery Services vault in encrypted form.
224224
- Only you have the encryption key to unlock this data. Microsoft can't decrypt the backup data at any point.

articles/backup/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ landingContent:
6161
links:
6262
- text: Selective disk backup and restore for Azure VMs
6363
url: selective-disk-backup-restore.md
64-
- text: Support for backup of VM with up to 32 disks
65-
url: backup-support-matrix-iaas.md#vm-storage-support
6664
- text: Soft Delete for Azure Backup
6765
url: backup-azure-security-feature-cloud.md
6866
- text: Enhanced soft delete for Azure Backup (preview)
@@ -73,6 +71,8 @@ landingContent:
7371
url: ./multi-user-authorization-concept.md?tabs=backup-vault
7472
- text: Immutable vault
7573
url: backup-azure-immutable-vault-concept.md
74+
- text: Multiple backups per day for Azure VMs
75+
url: backup-azure-vms-enhanced-policy.md
7676
- text: Azure Kubernetes Service backup (preview)
7777
url: azure-kubernetes-service-backup-overview.md
7878
- text: Azure Blob vaulted backups (preview)
-26.3 KB
Loading

articles/backup/quick-backup-vm-portal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart - Back up a VM with the Azure portal
33
description: In this Quickstart, learn how to create a Recovery Services vault, enable protection on an Azure VM, and backup the VM, with the Azure portal.
4-
ms.date: 01/11/2022
4+
ms.date: 02/27/2023
55
ms.topic: quickstart
66
ms.devlang: azurecli
77
ms.custom: mvc, mode-ui
@@ -44,6 +44,8 @@ To apply a backup policy to your Azure VMs, follow these steps:
4444

4545
- If you don't want to use the default policy, select **Create New**, and create a custom policy as described in the next procedure.
4646

47+
> [!Note]
48+
> With Enhanced policy, you can now back up Azure VMs multiple times a day that helps to perform hourly backups. [Learn more](backup-azure-vms-enhanced-policy.md).
4749
4850
## Select a VM to back up
4951

articles/backup/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
href: protect-backups-from-ransomware-faq.yml
123123
- name: Backup center
124124
href: backup-center-overview.md
125+
- name: Azure VM backup
126+
href: backup-azure-vms-introduction.md
125127
- name: SAP HANA database on Azure VM backup
126128
items:
127129
- name: About HANA database backup
@@ -190,8 +192,6 @@
190192
href: backup-center-actions.md
191193
- name: Azure VM backup
192194
items:
193-
- name: Overview
194-
href: backup-azure-vms-introduction.md
195195
- name: Backup
196196
items:
197197
- name: Back up and restore Azure VMs with Azure Backup Instant Restore

articles/backup/tutorial-backup-vm-at-scale.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial - Back up multiple Azure virtual machines
33
description: In this tutorial, learn how to create a Recovery Services vault, define a backup policy, and simultaneously back up multiple virtual machines.
4-
ms.date: 01/11/2022
4+
ms.date: 02/27/2023
55
ms.topic: tutorial
66
ms.custom: mvc
77
ms.service: backup
@@ -78,6 +78,9 @@ After enabling backup:
7878
* However, even if the VM is turned off, it's backed up. Such a VM is known as an offline VM. In this case, the recovery point will be crash-consistent.
7979
* Explicit outbound connectivity isn't required to allow backup of Azure VMs.
8080

81+
> [!Note]
82+
> You can also set Enhanced policy to back up Azure VMs multiple times a day. Learn about [Enhanced policy](backup-azure-vms-enhanced-policy.md)
83+
8184
## Initial backup
8285

8386
You've enabled backup for the Recovery Services vaults, but an initial backup hasn't been created. It's a disaster recovery best practice to trigger the first backup, so that your data is protected.

articles/backup/whats-new.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ You can learn more about the new releases by bookmarking this page or by [subscr
2121
- [Support for selective disk backup with enhanced policy for Azure VM (preview)](#support-for-selective-disk-backup-with-enhanced-policy-for-azure-vm-preview)
2222
- [Azure Kubernetes Service backup (preview)](#azure-kubernetes-service-backup-preview)
2323
- [Azure Blob vaulted backups (preview)](#azure-blob-vaulted-backups-preview)
24+
- [Multiple backups per day for Azure VMs is now generally available](#multiple-backups-per-day-for-azure-vms-is-now-generally-available)
25+
2426
- October 2022
2527
- [Multi-user authorization using Resource Guard for Backup vault (in preview)](#multi-user-authorization-using-resource-guard-for-backup-vault-in-preview)
2628
- [Enhanced soft delete for Azure Backup (preview)](#enhanced-soft-delete-for-azure-backup-preview)
@@ -55,6 +57,11 @@ You can learn more about the new releases by bookmarking this page or by [subscr
5557
- February 2021
5658
- [Backup for Azure Blobs (in preview)](#backup-for-azure-blobs-in-preview)
5759

60+
61+
## Multiple backups per day for Azure VMs is now generally available
62+
63+
Azure Backup now enables you to create a backup policy to take multiple backups a day. With this capability, you can also define the duration in which your backup jobs would trigger and align your backup schedule with the working hours when there are frequent updates to Azure Virtual Machines. For more information, see [Back up an Azure VM using Enhanced policy](backup-azure-vms-enhanced-policy.md).
64+
5865
## Immutable vault for Azure Backup is now generally available
5966

6067
Azure Backup now supports immutable vaults that help you ensure that recovery points once created can't be deleted before their expiry as per the backup policy (expiry at the time at which the recovery point was created). You can also choose to make the immutability irreversible to offer maximum protection to your backup data, thus helping you protect your data better against various threats, including ransomware attacks and malicious actors.

0 commit comments

Comments
 (0)