Skip to content

Commit b4911fd

Browse files
authored
Merge pull request #226802 from AbhishekMallick01/Feb-9-2023-VaultI
Immutable vault - GA
2 parents eed3510 + c1c228a commit b4911fd

File tree

5 files changed

+25
-16
lines changed

5 files changed

+25
-16
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Concept of Immutable vault for Azure Backup (preview)
2+
title: Concept of Immutable vault for Azure Backup
33
description: This article explains about the concept of Immutable vault for Azure Backup, and how it helps in protecting data from malicious actors.
44
ms.topic: conceptual
55
ms.service: backup
66
ms.custom: references_regions
7-
ms.date: 12/15/2022
7+
ms.date: 02/17/2023
88
author: jyothisuri
99
ms.author: jsuri
1010
---
1111

12-
# Immutable vault for Azure Backup (preview)
12+
# Immutable vault for Azure Backup
1313

1414
Immutable vault can help you protect your backup data by blocking any operations that could lead to loss of recovery points. Further, you can lock the Immutable vault setting to make it irreversible to prevent any malicious actors from disabling immutability and deleting backups.
1515

1616
## Before you start
1717

18-
- Immutable vault is currently in preview and is available in all Azure public regions.
18+
- Immutable vault is available in all Azure public regions.
1919
- Immutable vault is supported for Recovery Services vaults and Backup vaults.
2020
- Enabling Immutable vault blocks you from performing specific operations on the vault and its protected items. See the [restricted operations](#restricted-operations).
2121
- Enabling immutability for the vault is a reversible operation. However, you can choose to make it irreversible to prevent any malicious actors from disabling it (after disabling it, they can perform destructive operations). Learn about [making Immutable vault irreversible](#making-immutability-irreversible).
@@ -60,5 +60,5 @@ Immutable vault prevents you from performing the following operations on the v
6060

6161
## Next steps
6262

63-
- Learn [how to manage operations of Azure Backup vault immutability (preview)](backup-azure-immutable-vault-how-to-manage.md).
63+
- Learn [how to manage operations of Azure Backup vault immutability](backup-azure-immutable-vault-how-to-manage.md).
6464

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: How to manage Azure Backup Immutable vault operations (preview)
2+
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: 09/15/2022
6+
ms.date: 02/17/2023
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

11-
# Manage Azure Backup Immutable vault operations (preview)
11+
# Manage Azure Backup Immutable vault operations
1212

1313
[Immutable vault](backup-azure-immutable-vault-concept.md) can help you protect your backup data by blocking any operations that could lead to loss of recovery points. Further, you can lock the Immutable vault setting to make it irreversible to prevent any malicious actors from disabling immutability and deleting backups.
1414

@@ -138,4 +138,4 @@ Follow these steps:
138138

139139
## Next steps
140140

141-
- Learn [about Immutable vault for Azure Backup (preview)](backup-azure-immutable-vault-concept.md).
141+
- Learn [about Immutable vault for Azure Backup](backup-azure-immutable-vault-concept.md).

articles/backup/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ landingContent:
7373
url: ./multi-user-authorization-concept.md?tabs=recovery-services-vault
7474
- text: Multi-user authorization (MUA) for Backup vault
7575
url: ./multi-user-authorization-concept.md?tabs=backup-vault
76-
- text: Immutable vault (preview)
76+
- text: Immutable vault
7777
url: backup-azure-immutable-vault-concept.md
7878
- text: Azure Kubernetes Service backup (preview)
7979
url: azure-kubernetes-service-backup-overview.md

articles/backup/whats-new.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new in Azure Backup
33
description: Learn about new features in Azure Backup.
44
ms.topic: conceptual
5-
ms.date: 03/14/2023
5+
ms.date: 03/15/2023
66
ms.service: backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -17,6 +17,7 @@ You can learn more about the new releases by bookmarking this page or by [subscr
1717
## Updates summary
1818

1919
- March 2023
20+
- [Immutable vault for Azure Backup is now generally available](#immutable-vault-for-azure-backup-is-now-generally-available)
2021
- [Azure Kubernetes Service backup (preview)](#azure-kubernetes-service-backup-preview)
2122
- [Azure Blob vaulted backups (preview)](#azure-blob-vaulted-backups-preview)
2223
- October 2022
@@ -53,6 +54,13 @@ You can learn more about the new releases by bookmarking this page or by [subscr
5354
- February 2021
5455
- [Backup for Azure Blobs (in preview)](#backup-for-azure-blobs-in-preview)
5556

57+
58+
## Immutable vault for Azure Backup is now generally available
59+
60+
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.
61+
62+
For more information, see the [concept of Immutable vault for Azure Backup](backup-azure-immutable-vault-concept.md).
63+
5664
## Azure Kubernetes Service backup (preview)
5765

5866
Azure Kubernetes Service (AKS) backup is a simple, cloud-native process to back up and restore the containerized applications and data running in AKS clusters. You can configure scheduled backup for both cluster state and application data (persistent volumes - CSI driver based Azure Disks).

includes/backup-create-rs-vault.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
title: include file
33
description: include file
44
services: backup
5-
author: v-amallick
6-
manager: carmonm
75
ms.service: backup
86
ms.topic: include
9-
ms.date: 12/14/2022
10-
ms.author: v-amallick
11-
ms.custom: include file
7+
ms.date: 02/17/2023
8+
author: jyothisuri
9+
ms.author: jsuri
1210
---
1311

1412
## Create a Recovery Services vault
@@ -50,3 +48,6 @@ To create a Recovery Services vault:
5048
It can take a while to create the Recovery Services vault. Monitor the status notifications in the **Notifications** area at the upper right. After the vault is created, it appears in the list of Recovery Services vaults. If the vault doesn't appear, select **Refresh**.
5149

5250
![Screenshot that shows the button for refreshing the list of backup vaults.](./media/backup-create-rs-vault/refresh-button.png)
51+
52+
>[!Note]
53+
>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. You can make the immutability irreversible for maximum protection to your backup data from various threats, including ransomware attacks and malicious actors. [Learn more](/azure/backup/backup-azure-immutable-vault-concept).

0 commit comments

Comments
 (0)