Skip to content

Commit 78cde07

Browse files
author
AbhishekMallick-MS
committed
more updates
1 parent eeab0eb commit 78cde07

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

articles/backup/azure-file-share-backup-overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About Azure File share backup
33
description: Learn how to back up Azure file shares in the Recovery Services vault
44
ms.topic: overview
5-
ms.date: 09/09/2024
5+
ms.date: 11/20/2024
66
ms.service: azure-backup
77
ms.custom:
88
- engagement-fy23
@@ -103,6 +103,12 @@ The following diagram explains the lifecycle of the lease acquired by Azure Back
103103

104104
:::image type="content" source="./media/azure-file-share-backup-overview/backup-lease-lifecycle-diagram.png" alt-text="Diagram explaining the lifecycle of the lease acquired by Azure Backup." border="false":::
105105

106+
## How Cross Subscription Backup for Azure File share (preview) works?
107+
108+
Cross Subscription Backup (preview) for Azure File share enables you to back up file shares across subscriptions. This feature is useful when you want to centralize backup management for file shares across different subscriptions. You can back up file shares from a source subscription to a Recovery Services vault in a target subscription.
109+
110+
Learn about the [additional prerequisites](backup-azure-files.md#prerequisites) and [steps to configure Cross Subscription Backup for Azure File share](backup-azure-files.md#configure-the-backup). For information on the supported regions for Cross Subscription Backup, see the [Azure File share backup support matrix](azure-file-share-support-matrix.md#supported-regions-for-cross-subscription-backup-preview).
111+
106112
## Next steps
107113

108114
* [Back up Azure File shares](backup-afs.md).

articles/backup/azure-file-share-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Vaulted backup for Azure Files (preview) is available in West Central US, Southe
3232

3333
---
3434

35-
### Supported regions for Cross Subscription Backup
35+
### Supported regions for Cross Subscription Backup (preview)
3636

37-
Cross Subscription Backup for Azure Files is currently available in the following regions: East Asia, Southeast Asia, UK South, UK West, Central India.
37+
Cross Subscription Backup for Azure File share (preview) is currently available in the following regions: East Asia, Southeast Asia, UK South, UK West, Central India.
3838

3939
## Supported storage accounts
4040

articles/backup/backup-azure-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Azure File share backup is a native, cloud based backup solution that protects y
2626
* Identify or create a [Recovery Services vault](#create-a-recovery-services-vault) in the same region and subscription as the storage account that hosts the file share.
2727
* In case you have restricted access to your storage account, check the firewall settings of the account to ensure that the exception "Allow Azure services on the trusted services list to access this storage account" is granted. You can refer to [this](../storage/common/storage-network-security.md?tabs=azure-portal#manage-exceptions) link for the steps to grant an exception.
2828
>[!Important]
29-
>To perform **Cross Subscription Backup** for protecting file shares in another subscription, ensure that you register `Microsoft.RecoveryServices` in the **subscription of the file share**. Learn about the [supported regions for Cross Subscription Backup](azure-file-share-support-matrix.md#supported-regions-for-cross-subscription-backup)
29+
>To perform [Cross Subscription Backup (preview) for protecting Azure File share](azure-file-share-backup-overview.md#how-cross-subscription-backup-for-azure-file-share-preview-works) in another subscription, ensure that you register `Microsoft.RecoveryServices` in the **subscription of the file share** in addition to the above prerequisites. Learn about the [supported regions for Cross Subscription Backup (preview)](azure-file-share-support-matrix.md#supported-regions-for-cross-subscription-backup-preview).
3030
3131

3232
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
@@ -57,7 +57,7 @@ To configure backup for multiple file shares from the Recovery Services vault, f
5757

5858
1. On the **Select storage account** blade, by default it list the storage accounts from current subscription. Select an account, and select **OK**.
5959

60-
If you want to configure the backup operation with a storage account in a different subscription (Cross Subscription Backup), choose the other subscription from the **Subscription** filter. The storage accounts from the selected subscription appear.
60+
If you want to configure the backup operation with a storage account in a different subscription ([Cross Subscription Backup - preview](azure-file-share-backup-overview.md#how-cross-subscription-backup-for-azure-file-share-preview-works)), choose the other subscription from the **Subscription** filter. The storage accounts from the selected subscription appear.
6161

6262
:::image type="content" source="./media/backup-azure-files/azure-file-share-confirm-storage-account.png" alt-text="Screenshot showing to select one of the discovered storage accounts." lightbox="./media/backup-azure-files/azure-file-share-confirm-storage-account.png":::
6363

articles/backup/whats-new.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new in the Azure Backup service
33
description: Learn about the new features in the Azure Backup service.
44
ms.topic: release-notes
5-
ms.date: 10/17/2024
5+
ms.date: 11/20/2024
66
ms.service: azure-backup
77
ms.custom:
88
- ignite-2023
@@ -18,6 +18,7 @@ You can learn more about the new releases by bookmarking this page or by [subscr
1818

1919
## Updates summary
2020
- November 2024
21+
- [Cross Subscription Backup support for Azure File Share (preview)](#cross-subscription-backup-support-for-azure-file-share-preview)
2122
- [Vaulted backup and Cross Region Restore support for AKS is generally available.](#vaulted-backup-and-cross-region-restore-support-for-aks-is-generally-available)
2223
- October 2024
2324
- [GRS and CRR support for Azure VMs using Premium SSD v2 and Ultra Disk is now generally available.](#grs-and-crr-support-for-azure-vms-using-premium-ssd-v2-and-ultra-disk-is-now-generally-available)
@@ -95,6 +96,12 @@ You can learn more about the new releases by bookmarking this page or by [subscr
9596
- February 2021
9697
- [Backup for Azure Blobs (in preview)](#backup-for-azure-blobs-in-preview)
9798

99+
## Cross Subscription Backup support for Azure File Share (preview)
100+
101+
Azure Backup now supports Cross Subscription Backup (CSB) for Azure File Shares, allowing you to back up data across different subscriptions within the same tenant or Microsoft Entra ID. This capability offers greater flexibility and control, essentially for enterprises managing multiple subscriptions with varying purposes and security policies.
102+
103+
For more information, see [About Azure File share backup](azure-file-share-backup-overview.md#how-cross-subscription-backup-for-azure-file-share-preview-works).
104+
98105
## Vaulted backup and Cross Region Restore support for AKS is generally available
99106

100107
Azure Backup supports storing AKS backups offsite, which is protected against tenant compromise, malicious attacks and ransomware threats. Along with backup stored in a vault, you can also use the backups in a regional disaster scenario and recover backups.

0 commit comments

Comments
 (0)