Skip to content

Commit 741ec05

Browse files
authored
Merge pull request #299093 from AbhishekMallick01/Apr-30-2025-Files
Az Files backup - Support matrix and troubleshoot updates
2 parents ee0967d + d602327 commit 741ec05

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support Matrix for Azure files backup by using Azure Backup
33
description: Provides a summary of support settings and limitations when backing up Azure files.
44
ms.topic: reference
5-
ms.date: 03/24/2025
5+
ms.date: 04/30/2025
66
ms.custom: references_regions, engagement-fy24
77
ms.service: azure-backup
88
author: jyothisuri
@@ -140,7 +140,7 @@ Migration of File Shares protected with snapshot backup to vaulted backup is su
140140
| Maximum size of a file (if the destination account is in a Vnet) | 1 TB |
141141
| Maximum number of individual files or folders per restore, if ILR (Item level recovery) | 99 |
142142
| Maximum recommended restore size per restore for large File Shares | 15 TiB |
143-
| Maximum duration of a restore job | 15 days
143+
| Maximum duration of a restore job | 7 days
144144

145145
# [Vault-standard tier](#tab/vault-tier)
146146

@@ -217,6 +217,18 @@ The following table lists the behavior of backups due to customer-initiated fail
217217
| Customer-managed planned failover | Supported | Supported | Not supported |
218218
| Customer-managed unplanned failover | Not supported | Only cross-region restore from the vault is supported. | Not supported |
219219

220+
## Permitted scope for copy operations(preview)
221+
222+
The following table lists the scope for copy operation:
223+
224+
| Configuration | Support |
225+
| --- | --- |
226+
| From any storage account | Supported |
227+
| From storage accounts in the same Microsoft Entra tenant | Supported |
228+
| From storage accounts with a private endpoint to the same virtual network | Unsupported |
229+
230+
Azure Trusted Services are allowed, but private endpoints take priority; so, this won't work.
231+
220232

221233
## Next steps
222234

articles/backup/backup-azure-files.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Files in the Azure portal
33
description: Learn how to use the Azure portal to back up Azure Files in the Recovery Services vault
44
ms.topic: how-to
5-
ms.date: 03/11/2025
5+
ms.date: 04/30/2025
66
ms.service: azure-backup
77
ms.custom: engagement-fy23
88
author: jyothisuri
@@ -28,6 +28,7 @@ Azure Files backup is a native cloud solution that protects your data and elimin
2828
* [Create a backup policy for protection of Azure Files](quick-backup-azure-files-vault-tier-portal.md).
2929
* If the storage account access has restrictions, check the firewall settings of the account to ensure the exception **Allow Azure services on the trusted services list to access this storage account** is in grant state. You can refer to [this](../storage/common/storage-network-security.md?tabs=azure-portal#manage-exceptions) link for the steps to grant an exception.
3030
* Ensure that you allow the **Storage account key access** in the required storage account.
31+
* Ensure that the target storage account has the [supported configurations](azure-file-share-support-matrix.md#permitted-scope-for-copy-operationspreview).
3132

3233
>[!IMPORTANT]
3334
>To perform [Cross Subscription Backup (CSB) for protecting Azure Files (preview)](azure-file-share-backup-overview.md#how-cross-subscription-backup-for-azure-files-works) in another subscription, ensure you register `Microsoft.RecoveryServices` in the **subscription of the file share** in addition to the given prerequisites.
59.3 KB
Loading

articles/backup/troubleshoot-azure-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot Azure Files backup
33
description: This article is troubleshooting information about issues occurring when protecting your Azure Files.
44
ms.service: azure-backup
5-
ms.date: 03/05/2025
5+
ms.date: 04/30/2025
66
ms.topic: troubleshooting
77
author: jyothisuri
88
ms.author: jsuri
@@ -25,7 +25,7 @@ This article provides troubleshooting information to address any issues you come
2525
2626
- Ensure that the file share isn't present in any of the unsupported Storage Accounts. You can refer to the [Support matrix for Azure Files backup](azure-file-share-support-matrix.md) to find supported Storage Accounts.
2727
- Ensure that the storage account and recovery services vault are present in the same region.
28-
- Ensure that the combined length of the storage account name and the resource group name don't exceed 84 characters in the case of new Storage accounts and 77 characters in the case of classic storage accounts.
28+
- Ensure that the combined length of the storage accounts name and the resource group name don't exceed 84 characters in the case of new Storage accounts and 77 characters in the case of classic storage accounts.
2929
- Check the firewall settings of storage account to ensure that the exception "_Allow Azure services on the trusted services list to access this storage account_" is granted. You can refer [this](../storage/common/storage-network-security.md?tabs=azure-portal#manage-exceptions) link for the steps to grant exception.
3030

3131

@@ -286,7 +286,7 @@ Recommended Actions: Ensure that the following configurations in the storage acc
286286

287287
:::image type="content" source="./media/troubleshoot-azure-files/storage-account-network-configuration.png" alt-text="Screenshot shows the required networking details in a storage account." lightbox="./media/troubleshoot-azure-files/storage-account-network-configuration.png":::
288288

289-
- Ensure that the target storage account has the following configuration: *Permitted scope for copy operations* is set to *From storage accounts in the same Microsoft Entra tenant*.
289+
- Ensure that the target storage account has the [supported configurations](azure-file-share-support-matrix.md#permitted-scope-for-copy-operationspreview).
290290

291291
:::image type="content" source="./media/troubleshoot-azure-files/target-storage-account-configuration.png" alt-text="Screenshot shows the target storage account configuration." lightbox="./media/troubleshoot-azure-files/target-storage-account-configuration.png":::
292292

0 commit comments

Comments
 (0)