Skip to content

Commit b1a7230

Browse files
Merge pull request #239119 from AbhishekMallick01/May-24-2023-IV
Immutable vault updates
2 parents a0f8cad + a671a57 commit b1a7230

4 files changed

+15
-3
lines changed

articles/backup/backup-azure-immutable-vault-concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article explains about the concept of Immutable vault for Azur
44
ms.topic: conceptual
55
ms.service: backup
66
ms.custom: references_regions
7-
ms.date: 02/17/2023
7+
ms.date: 05/25/2023
88
author: jyothisuri
99
ms.author: jsuri
1010
---
@@ -47,7 +47,7 @@ Immutable vault prevents you from performing the following operations on the v
4747
| Operation type | Description |
4848
| --- | --- |
4949
| **Stop protection with delete data** | A protected item can't have its recovery points deleted before their respective expiry date. However, you can still stop protection of the instances while retaining data forever or until their expiry. |
50-
| **Modify backup policy to reduce retention** | Any actions that reduce the retention period in a backup policy are disallowed on Immutable vault. However, you can make policy changes that result in the increase of retention. You can also make changes to the schedule of a backup policy. |
50+
| **Modify backup policy to reduce retention** | Any actions that reduce the retention period in a backup policy are disallowed on Immutable vault. However, you can make policy changes that result in the increase of retention. You can also make changes to the schedule of a backup policy. <br><br> Note that the increase in retention can't be applied if any item has its backups suspended (stop backup). |
5151
| **Change backup policy to reduce retention** | Any attempt to replace a backup policy associated with a backup item with another policy with retention lower than the existing one is blocked. However, you can replace a policy with the one that has higher retention. |
5252

5353
# [Backup vault](#tab/backup-vault)

articles/backup/backup-azure-immutable-vault-how-to-manage.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to manage Azure Backup Immutable vault operations
33
description: This article explains how to manage Azure Backup Immutable vault operations.
44
ms.topic: how-to
55
ms.service: backup
6-
ms.date: 02/17/2023
6+
ms.date: 05/25/2023
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -96,6 +96,18 @@ This time, the operation successfully passes as no recovery points can be delete
9696

9797
:::image type="content" source="./media/backup-azure-immutable-vault/modify-policy-to-increase-retention.png" alt-text="Screenshot showing how to modify backup policy to increase backup retention.":::
9898

99+
However, increasing the retention of backup items that are in suspended state isn't supported.
100+
101+
Let's try to stop backup on a VM and choose **Retain as per policy** for backup data retention.
102+
103+
:::image type="content" source="./media/backup-azure-immutable-vault/attempt-to-increase-retention-of-backup-items-in-suspended-state.png" alt-text="Screenshot shows an attempt to increase retention of backup items in suspended state.":::
104+
105+
Now, let's go to **Modify Policy** and try to increase the retention of daily backup points to *45 days*, increasing the value by *5 days*, and save the policy.
106+
107+
:::image type="content" source="./media/backup-azure-immutable-vault/error-on-attempt-to-increase-retention-of-backup-items-in-suspended-state.png" alt-text="Screenshot shows an error has occurred when you try to increase retention of backup items that are in suspended state.":::
108+
109+
When you try to update the policy, the operation fails with an error and you can't modify the policy as the backup is in suspended state.
110+
99111
## Disable immutability
100112

101113
You can disable immutability only for vaults that have immutability enabled, but not locked.
Loading
Loading

0 commit comments

Comments
 (0)