You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/azure-file-share-support-matrix.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Support Matrix for Azure file share backup by using Azure Backup
3
3
description: Provides a summary of support settings and limitations when backing up Azure file shares.
4
4
ms.topic: reference
5
-
ms.date: 09/09/2024
5
+
ms.date: 11/20/2024
6
6
ms.custom: references_regions, engagement-fy24
7
7
ms.service: azure-backup
8
8
author: AbhishekMallick-MS
@@ -32,6 +32,10 @@ Vaulted backup for Azure Files (preview) is available in West Central US, Southe
32
32
33
33
---
34
34
35
+
### Supported regions for Cross Subscription Backup
36
+
37
+
Cross Subscription Backup for Azure Files is currently available in the following regions: East Asia, Southeast Asia, UK South, UK West, Central India.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-files.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Back up Azure File shares in the Azure portal
3
3
description: Learn how to use the Azure portal to back up Azure File shares in the Recovery Services vault
4
4
ms.topic: how-to
5
-
ms.date: 07/29/2024
5
+
ms.date: 11/20/2024
6
6
ms.service: azure-backup
7
7
ms.custom: engagement-fy23
8
8
author: AbhishekMallick-MS
@@ -25,20 +25,23 @@ Azure File share backup is a native, cloud based backup solution that protects y
25
25
* Ensure that the file share is present in one of the supported storage account types. Review the [support matrix](azure-file-share-support-matrix.md).
26
26
* 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.
27
27
* 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.
28
+
>[!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)
30
+
28
31
29
32
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
30
33
31
34
## Configure the backup
32
35
33
-
You can configure *snapshot backup* and *vaulted backup (preview)* for Azure File share from *Backup center* or *File share blade*.
36
+
You can configure *snapshot backup* and *vaulted backup (preview)* for Azure File share from the *Recovery Services vault* or *File share blade*.
To configure backup for multiple file shares from the Backup center, follow these steps:
42
+
To configure backup for multiple file shares from the Recovery Services vault, follow these steps:
40
43
41
-
1. In the [Azure portal](https://portal.azure.com/), go to **Backup center** and select **+Backup**.
44
+
1. In the [Azure portal](https://portal.azure.com/), go to the **Recovery Services vault** and select **+Backup**.
42
45
43
46
:::image type="content" source="./media/backup-afs/backup-center-configure-inline.png" alt-text="Screenshot showing to configure Backup for Azure File." lightbox="./media/backup-afs/backup-center-configure-expanded.png":::
44
47
@@ -52,7 +55,9 @@ To configure backup for multiple file shares from the Backup center, follow thes
52
55
53
56
:::image type="content" source="./media/backup-azure-files/azure-file-share-select-storage-account.png" alt-text="Screenshot showing to select a storage account." lightbox="./media/backup-azure-files/azure-file-share-select-storage-account.png":::
54
57
55
-
1. On the **Select storage account** blade, from the list of discovered storage accounts, select an account, and select **OK**.
58
+
1. On the **Select storage account** blade, by default it list the storage accounts from current subscription. Select an account, and select **OK**.
59
+
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.
56
61
57
62
:::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":::
58
63
@@ -176,11 +181,11 @@ Occasionally, you might want to generate a backup snapshot, or recovery point, o
0 commit comments