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-backup-overview.md
+7-1Lines changed: 7 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: About Azure File share backup
3
3
description: Learn how to back up Azure file shares in the Recovery Services vault
4
4
ms.topic: overview
5
-
ms.date: 09/09/2024
5
+
ms.date: 11/20/2024
6
6
ms.service: azure-backup
7
7
ms.custom:
8
8
- engagement-fy23
@@ -103,6 +103,12 @@ The following diagram explains the lifecycle of the lease acquired by Azure Back
103
103
104
104
:::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":::
105
105
106
+
## How Cross Subscription Backup for Azure File share (preview) works?
107
+
108
+
Cross Subscription Backup (CSB) for Azure File share (preview) 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 (preview)](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).
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 (preview)
36
+
37
+
Cross Subscription Backup (CSB) for Azure File share (preview) 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
+22-19Lines changed: 22 additions & 19 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
@@ -22,37 +22,42 @@ Azure File share backup is a native, cloud based backup solution that protects y
22
22
23
23
## Prerequisites
24
24
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).
25
+
* Ensure 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 (CSB) for protecting Azure File share (preview)](azure-file-share-backup-overview.md#how-cross-subscription-backup-for-azure-file-share-preview-works) in another subscription, ensure 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).
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
-
:::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":::
46
+
:::image type="content" source="./media/backup-afs/azure-file-configure-backup.png" alt-text="Screenshot showing to configure Backup for Azure File." lightbox="./media/backup-afs/azure-file-configure-backup.png":::
44
47
45
48
1. On the **Start: Configure Backup** blade, select **Azure Files (Azure Storage)** as the datasource type, select the vault that you want to protect the file shares with, and then select **Continue**.
46
49
47
50
:::image type="content" source="./media/backup-afs/azure-file-share-select-vault.png" alt-text="Screenshot showing to select Azure Files.":::
48
51
49
-
1. Click **Select** to select the storage account that contains the file shares to be backed-up.
52
+
1. Click **Select** to select the storage account that contains the file shares to be backedup.
50
53
51
-
The **Select storage account** blade opens on the right, which lists a set of discovered supported storage accounts. They're either associated with this vault or present in the same region as the vault, but not yet associated to any Recovery Services vault.
54
+
The **Select storage account** blade opens on the right, which lists a set of discovered supported storage accounts. They're either associated with this vault or present in the same region as the vault, but not yet associated with any Recovery Services vault.
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 the 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 - 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.
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
@@ -80,7 +85,7 @@ To configure backup for multiple file shares from the Backup center, follow thes
80
85
-**Snapshot**: Enables only snapshot-based backups that are stored locally and can only provide protection in case of accidental deletions.
81
86
-**Vault-Standard (Preview)**: Provides comprehensive data protection.
82
87
83
-
1. Configure the *backup schedule* as per the requirement. You can configure up to *six backups*a day. The snapshots are taken as per the schedule defined in the policy. In case of vaulted backup, the data from the last snapshot of the day is transferred to the vault.
88
+
1. Configure the *backup schedule* as per the requirement. You can configure up to *six backups*per day. The snapshots are taken as per the schedule defined in the policy. In case of vaulted backup, the data from the last snapshot of the day is transferred to the vault.
84
89
85
90
1. Configure the *Snapshot retention* and *Vault retention (preview)* duration to determine the expiry date of the recovery points.
86
91
@@ -144,7 +149,7 @@ The following steps explain how you can configure backup for individual file sha
144
149
-**Snapshot**: Enables only snapshot-based backups that are stored locally and can only provide protection in case of accidental deletions.
145
150
-**Vault-Standard (Preview)**: Provides comprehensive data protection.
146
151
147
-
1. Configure the *backup schedule* as per the requirement. You can configure up to *six backups*a day. The snapshots are taken as per the schedule defined in the policy. In case of vaulted backup, the data from the last snapshot of the day is transferred to the vault.
152
+
1. Configure the *backup schedule* as per the requirement. You can configure up to *six backups*per day. The snapshots are taken as per the schedule defined in the policy. In case of vaulted backup, the data from the last snapshot of the day is transferred to the vault.
148
153
149
154
1. Configure the *Snapshot retention* and *Vault retention (preview)* duration to determine the expiry date of the recovery points.
150
155
@@ -176,15 +181,13 @@ Occasionally, you might want to generate a backup snapshot, or recovery point, o
Copy file name to clipboardExpand all lines: articles/backup/whats-new.md
+12-3Lines changed: 12 additions & 3 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: What's new in the Azure Backup service
3
3
description: Learn about the new features in the Azure Backup service.
4
4
ms.topic: release-notes
5
-
ms.date: 11/19/2024
5
+
ms.date: 11/21/2024
6
6
ms.service: azure-backup
7
7
ms.custom:
8
8
- ignite-2023
@@ -17,9 +17,11 @@ Azure Backup is constantly improving and releasing new features that enhance the
17
17
You can learn more about the new releases by bookmarking this page or by [subscribing to updates here](https://azure.microsoft.com/updates/?query=backup).
18
18
19
19
## Updates summary
20
+
20
21
- November 2024
21
-
-[Back up SAP ASE (Sybase) database (preview)](#back-up-sap-ase-sybase-database-preview)
22
-
-[Vaulted backup and Cross Region Restore support for AKS is now generally available](#vaulted-backup-and-cross-region-restore-support-for-aks-is-now-generally-available)
22
+
-[Cross Subscription Backup support for Azure File Share (preview)](#cross-subscription-backup-support-for-azure-file-share-preview)
23
+
-[Back up SAP ASE (Sybase) database (preview)](#back-up-sap-ase-sybase-database-preview)
24
+
-[Vaulted backup and Cross Region Restore support for AKS is now generally available](#vaulted-backup-and-cross-region-restore-support-for-aks-is-now-generally-available)
23
25
- October 2024
24
26
-[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)
25
27
-[Back up Azure VMs with Extended Zones](#back-up-azure-vms-with-extended-zones-preview)
@@ -96,13 +98,20 @@ You can learn more about the new releases by bookmarking this page or by [subscr
96
98
- February 2021
97
99
-[Backup for Azure Blobs (in preview)](#backup-for-azure-blobs-in-preview)
98
100
101
+
## Cross Subscription Backup support for Azure File Share (preview)
102
+
103
+
Azure Backup now supports Cross Subscription Backup (CSB) for Azure File Shares (preview), 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.
104
+
105
+
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).
106
+
99
107
## Back up SAP ASE (Sybase) database (preview)
100
108
101
109
Azure Backup now allows you backing up SAP Adaptive Server Enterprise (ASE) (Sybase) databases running on Azure VMs. All backups are streamed directly to the Azure Backup managed recovery services vault that provides security capabilities like Immutability, Soft Delete and Multiuser Authorization. The vaulted backup data is stored in Microsoft-managed Azure subscription, thus isolating the backups from user's environment. These features ensure that the SAP ASE backup data is always secure and can be recovered safely even if the source machines are compromised.
102
110
103
111
For stream-based backup, Azure Backup can stream log backups in every **15 minutes**. You can enable this feature in addition to the database backup, which provides **Point-In-Time recovery** capability. Azure Backup also offers **Multiple Database Restore** capabilities such as **Alternate Location Restore** (System refresh), **Original Location Restore**, and **Restore as Files**.
104
112
105
113
Azure Backup also offers cost-effective Backup policies (Weekly full + daily differential backups), which result in lower storage cost.
114
+
106
115
For more information, see [Back up SAP ASE (Sybase) database (preview)](sap-ase-database-about.md).
107
116
108
117
## Vaulted backup and Cross Region Restore support for AKS is now generally available
0 commit comments