Skip to content

Commit f81759d

Browse files
author
AbhishekMallick01
committed
more updates
1 parent c528c92 commit f81759d

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

articles/backup/azure-data-lake-storage-backup-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About Azure Data Lake Storage backup
33
description: Learn how the Azure Data Lake Storage Gen2 backup works
44
ms.topic: overview
5-
ms.date: 04/03/2025
5+
ms.date: 04/16/2025
66
author: jyothisuri
77
ms.author: jsuri
88
ms.custom: engagement-fy24
@@ -42,6 +42,6 @@ We recommend you assign this role to the Backup vault before you configure backu
4242

4343
You can restore data from any point in time where a recovery point exists. Recovery points are created when a storage account is in a protected state and remain available for restoration as long as they fall within the retention period defined by the backup policy. You can choose to perform a granular recovery by selecting specific containers, applying a prefix-based filter, or restoring the entire storage account.
4444

45-
If you want to restore the recovery point to different subscription, then at present that also needs to be whitelisted by Azure backup team. You can use the same sign-up form to request this.
45+
If you want to restore the recovery point to different subscription, then at present that also needs to be allowlisted by Azure backup team. You can use the same sign-up form to request this.
4646

4747
Currently, the vaulted backup solution supports restoring data only to a different storage account within the same region as the vault. However, restoring data from older recovery points may result in a longer recovery time (higher RTO).

articles/backup/azure-data-lake-storage-backup-support-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following table lists the protection setting limits:
3939

4040
- To back up any new containers that get created after backup configuration for the storage account, modify the protection of the storage account. These containers aren't backed up automatically.
4141
- The storage accounts to be backed up must contain a *minimum of one container*. If the storage account doesn't contain any containers or if no containers are selected, an error may appear when you configure backup.
42-
- The backup operation isn't supported for blobs that are uploaded by using [Data Lake Storage APIs](https://learn.microsoft.com/rest/api/storageservices/data-lake-storage-gen2).
42+
- The backup operation isn't supported for blobs that are uploaded by using [Data Lake Storage APIs](/rest/api/storageservices/data-lake-storage-gen2).
4343
- Similarly, if you delete and recreate a container with the same name, **Object Replication** doesn't track the change, and future Recovery Points still include the previous blobs and versions.
4444
- Backup vaults with User-Assigned Managed Identity (UAMI) aren't compatible with Azure Blob Vaulted backups. Only System-Assigned Managed Identity (SAMI) works, because the vault needs to access the storage account where the blobs are stored. The vault uses its system-assigned managed identity for this access.
4545
- Enabling backups isn't supported for the blob container that are configured with native replication using data factory.

articles/backup/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: jyothisuri
1212
ms.author: jsuri
13-
ms.date: 03/20/2025
13+
ms.date: 04/16/2025
1414
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1515

1616
landingContent:
@@ -64,6 +64,8 @@ landingContent:
6464
linkLists:
6565
- linkListType: whats-new
6666
links:
67+
- text: Azure Data Lake Storage Gen 2 backup support (preview)
68+
url: azure-data-lake-storage-backup-overview.md
6769
- text: Azure Files vaulted backup support
6870
url: azure-file-share-backup-overview.md?tabs=vault-standard
6971
- text: Azure Database for PostgreSQL - Flexible server backup support

articles/backup/toc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@
192192
href: disk-backup-support-matrix.md
193193
- name: Azure Blobs backup support matrix
194194
href: blob-backup-support-matrix.md
195+
- name: Azure Data Lake Storage Gen 2 backup support matrix (preview)
196+
href: azure-data-lake-storage-backup-support-matrix.md
195197
- name: Active Directory domain controllers
196198
href: active-directory-backup-restore.md
197199
- name: Supported VM SKUs for Azure Policy
@@ -268,6 +270,8 @@
268270
href: azure-kubernetes-service-cluster-backup-concept.md
269271
- name: Azure Blob backup
270272
href: blob-backup-overview.md
273+
- name: Azure Data Lake Storage Gen 2 backup (preview)
274+
href: azure-data-lake-storage-backup-overview.md
271275
- name: Azure Files backup
272276
href: azure-file-share-backup-overview.md
273277
- name: Windows backup using MARS agent
@@ -626,6 +630,12 @@
626630
href: backup-azure-dataprotection-use-rest-api-backup-blobs.md
627631
- name: Restore
628632
href: backup-azure-dataprotection-use-rest-api-restore-blobs.md
633+
- name: Azure Data Lake Storage Gen 2 backup (preview)
634+
items:
635+
- name: Configure backup
636+
href: azure-data-lake-storage-configure-backup.md
637+
- name: Restore
638+
href: azure-data-lake-storage-restore.md
629639
- name: Azure Files backup
630640
items:
631641
- name: From the Azure portal

articles/backup/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can learn more about the new releases by bookmarking this page or by [subscr
106106
- February 2021
107107
- [Backup for Azure Blobs (in preview)](#backup-for-azure-blobs-in-preview)
108108

109-
## Vaulted backup support for Azure Data Lake Storage Gen 2 (preview)
109+
## Vaulted backup support for Azure Data Lake Storage Gen 2 (preview)
110110

111111
Azure Backup now supports vaulted backups for block blob data in Azure Data Lake Storage (Gen 2 storage account with [hierarchical namespace](/azure/storage/blobs/data-lake-storage-namespace)), enhancing data protection against ransomware and accidental loss. You can schedule backups, set retention policies, and store recovery points securely in the Backup vault for up to **10 years**. If there is data loss in the source storage account, you can restore to an alternate account. Security features such as [Immutable vault](backup-azure-immutable-vault-concept.md?tabs=backup-vault) and [Soft delete](backup-azure-security-feature-cloud.md) protect your backup data.
112112

0 commit comments

Comments
 (0)