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/backup-azure-files.md
+8-61Lines changed: 8 additions & 61 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 Files in the Azure portal
3
3
description: Learn how to use the Azure portal to back up Azure Files in the Recovery Services vault
4
4
ms.topic: how-to
5
-
ms.date: 03/05/2025
5
+
ms.date: 02/27/2025
6
6
ms.service: azure-backup
7
7
ms.custom: engagement-fy23
8
8
author: jyothisuri
@@ -15,19 +15,24 @@ This article describes how to back up [Azure Files](../storage/files/storage-fil
15
15
16
16
Azure Files backup is a native cloud solution that protects your data and eliminates on-premises maintenance overheads. Azure Backup seamlessly integrates with Azure File Sync, centralizing your file share data and backups. The simple, reliable, and secure solution allows you to protect your enterprise file shares using [snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups, ensuring data recovery for accidental or malicious deletion.
17
17
18
+
Azure Backup](backup-overview.md) supports configuring [snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups for Azure Files in your storage accounts. You can:
19
+
20
+
- Define backup schedules and retention settings.
21
+
- Store backup data in the Recovery Service vault, retaining it for up to **10 years**.
22
+
23
+
18
24
## Prerequisites
19
25
20
26
* Ensure the file share is present in one of the supported storage account types. Review the [support matrix](azure-file-share-support-matrix.md).
21
27
* 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.
28
+
*[Create a backup policy for protection of Azure Files](quick-backup-azure-files-vault-tier-portal.md).
22
29
* 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.
23
30
* Ensure that you allow the **Storage account key access** in the required storage account.
24
31
25
32
>[!Important]
26
33
>To perform [Cross Subscription Backup (CSB) for protecting Azure Files (preview)](azure-file-share-backup-overview.md#how-cross-subscription-backup-for-azure-files-preview-works) in another subscription, ensure you register `Microsoft.RecoveryServices` in the **subscription of the file share** in addition to the given prerequisites. Learn about the [supported regions for Cross Subscription Backup (preview)](azure-file-share-support-matrix.md#supported-regions-for-cross-subscription-backup-preview).
27
34
28
35
29
-
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
30
-
31
36
## Configure the backup
32
37
33
38
You can configure *snapshot backup* and *vaulted backup* for Azure Files from the *Recovery Services vault* or *File share pane*.
@@ -172,64 +177,6 @@ The following steps explain how you can configure backup for individual file sha
172
177
173
178
---
174
179
175
-
## Run an on-demand backup job
176
-
177
-
Occasionally, you might want to generate a backup snapshot, or recovery point, outside of the times scheduled in the backup policy. A common reason to generate an on-demand backup is right after you configure the backup policy. Based on the schedule in the backup policy, it might be hours or days until a snapshot is taken. To protect your data until the backup policy engages, initiate an on-demand backup. Creating an on-demand backup is often required before you make planned changes to your file shares.
1. Go to the **Recovery Services vault** and select **Backup items** from the menu.
186
-
187
-
1. On the **Backup items** pane, select the **Backup Management Type** as **Azure Storage (Azure Files)**.
188
-
189
-
1. Select the item for which you want to run an on-demand backup job.
190
-
191
-
1. In the **Backup Item** menu, select **Backup now**. Because this backup job is on demand, there's no retention policy associated with the recovery point.
192
-
193
-
:::image type="content" source="./media/backup-afs/azure-file-share-backup-now.png" alt-text="Screenshot showing to select Backup now." lightbox="./media/backup-afs/azure-file-share-backup-now.png":::
194
-
195
-
1. The **Backup Now** pane opens. Specify the last day you want to retain the recovery point. You can have a maximum retention of 10 years for an on-demand backup.
196
-
197
-
:::image type="content" source="./media/backup-afs/azure-file-share-on-demand-backup-retention.png" alt-text="Screenshot showing to choose retention date.":::
198
-
199
-
1. Select **OK** to confirm the on-demand backup job that runs.
200
-
201
-
1. Monitor the portal notifications to keep track of backup job run completion.
202
-
203
-
To monitor the job progress in the **Recovery Services vault** dashboard, go to **Recovery Services vault** > **Backup Jobs** > **In progress**.
204
-
205
-
# [File share pane](#tab/file-share-pane)
206
-
207
-
To run an on-demand backup, follow these steps:
208
-
209
-
1. Open the file share’s **Overview** pane for which you want to take an on-demand backup.
210
-
211
-
1. Under the **Operation** section, select **Backup**.
212
-
213
-
The context pane appears that lists **Vault Essentials**. Select **Backup Now** to take an on-demand backup.
214
-
215
-

216
-
217
-
1. The **Backup Now** pane opens. Specify the retention for the recovery point. You can have a maximum retention of 10 years for an on-demand backup.
218
-
219
-

220
-
221
-
1. Select **OK** to confirm.
222
-
223
-
>[!NOTE]
224
-
>Azure Backup locks the storage account when you configure protection for any file share in the corresponding account. This feature provides protection against accidental deletion of a storage account with backed up file shares.
225
-
226
-
---
227
-
228
-
## Best practices
229
-
230
-
* Don't delete snapshots created by Azure Backup. Deleting snapshots can result in loss of recovery points and/or restore failures.
231
-
232
-
* Don't remove the lock taken on the storage account by Azure Backup. Deletion of the lock can make your storage account prone to accidental deletion. Learn more [about protect your resources with lock](/azure/azure-resource-manager/management/lock-resources).
Copy file name to clipboardExpand all lines: articles/backup/quick-backup-azure-files-vault-tier-portal.md
+36-15Lines changed: 36 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,63 @@
1
1
---
2
-
title: Quickstart - the Azure portal for Azure Files vaulted backup
3
-
description: Learn how to back up your Azure Files to vault-tier with the Azure portal.
2
+
title: Quickstart - Create a backup policy for Azure Files using Azure portal
3
+
description: Learn how to create a backup policy to get started with backing up Azure Files using the Azure portal.
4
4
ms.devlang: azurecli
5
5
ms.custom:
6
6
- ignite-2024
7
7
ms.topic: quickstart
8
-
ms.date: 10/07/2024
8
+
ms.date: 02/27/2025
9
9
ms.service: azure-backup
10
10
author: jyothisuri
11
11
ms.author: jsuri
12
12
---
13
13
14
-
# Quickstart: Configure vaulted backup for Azure Files using Azure portal
14
+
# Quickstart: Create a backup policy for Azure Files using Azure portal
15
15
16
-
This quickstart describes how to configure vaulted backup for Azure Files using the Azure portal. You can also configure backup with [Azure CLI](quick-backup-azure-files-vault-tier-cli.md) or [Azure PowerShell](quick-backup-azure-files-vault-tier-powershell.md).
17
-
18
-
[Azure Backup](backup-overview.md) supports configuring [snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups for Azure Files in your storage accounts. Vaulted backups offer an offsite solution, storing data in a general v2 storage account to protect against ransomware and malicious admin actions. You can:
19
-
20
-
- Define backup schedules and retention settings.
21
-
- Store backup data in the Recovery Service vault, retaining it for up to **10 years**.
16
+
This quickstart describes how to create a backup policy to get started with backing up Azure Files using the Azure portal. Azure Backup policy for Azure Files defines how and when backups are created, the retention period for recovery points, and the rules for data protection and recovery.
22
17
23
18
## Prerequisites
24
19
25
-
Before you configure vaulted backup for Azure Files, ensure that the following prerequisites are met:
20
+
Before you create backup policy for Azure Files, ensure that the following prerequisites are met:
26
21
27
22
- Check that the File Share is present in one of the supported storage account types. Review the [support matrix](azure-file-share-support-matrix.md).
28
23
- Identify or [create a Recovery Services vault](backup-create-recovery-services-vault.md#create-a-recovery-services-vault) in the same region and subscription as the storage account that hosts the File Share.
29
-
-[Create a backup policy for Azure Files vaulted backup](tutorial-backup-azure-files-vault-tier-portal.md#create-a-backup-policy).
30
24
- 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.
31
25
26
+
## Create a Backup policy
27
+
28
+
A backup policy defines the schedule, frequency of recovery point creation, and retention duration in the Recovery Services vault.
29
+
30
+
To create a backup policy, follow these steps:
31
+
32
+
1. Go to **Business Continuity Center** > **Protection policies**, and then select **+ Create policy** > **Create backup policy**.
33
+
34
+
:::image type="content" source="./media/tutorial-backup-azure-files-vault-tier-portal/create-backup-policy.png" alt-text="Screenshot shows how to start creating a Backup policy." lightbox="./media/tutorial-backup-azure-files-vault-tier-portal/create-backup-policy.png":::
35
+
36
+
2. On the **Start: Create Policy** pane, select the **Datasource type** as **Azure Files (Azure Storage)**, select a Recovery Services vault by clicking **Select vault**, and then select **Continue**.
:::image type="content" source="./media/tutorial-backup-azure-files-vault-tier-portal/start-create-policy.png" alt-text="Screenshot shows how to set the datasource type and vault for the Backup policy." lightbox="./media/tutorial-backup-azure-files-vault-tier-portal/start-create-policy.png":::
34
39
40
+
3. On the **Create policy** pane, provide the policy name.
41
+
4. On Backup tier, select the tier as **Vault-Standard**.
42
+
43
+
>[!Note]
44
+
>-**Snapshot Tier**: This backup tier enables only snapshot-based backups that are stored locally and can only provide protection in case of accidental deletions.
45
+
>-**Vault-Standard tier**: This tier provides comprehensive data protection.
46
+
47
+
5. Under the **Backup schedule** section, configure the backup schedule as per the requirement.
48
+
49
+
>[!Note]
50
+
> 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.
51
+
6. Under the **Snapshot retention** and **Vault retention** sections, configure the retention duration to determine the expiry date of the recovery points, and then select **OK**.
52
+
53
+
:::image type="content" source="./media/tutorial-backup-azure-files-vault-tier-portal/trigger-create-policy.png" alt-text="Screenshot shows how to set the backup schedule and retention duration.":::
54
+
55
+
7. To create the Backup policy, select **Create**.
35
56
36
57
## Next step
37
58
38
-
-[Restore Azure Files using Azure portal](restore-afs.md?tabs=full-share-recovery)
39
-
-[Manage Azure Files backups using Azure portal](manage-afs-backup.md)
59
+
[Configure backup for Azure Files using Azure portal](tutorial-backup-azure-files-vault-tier-portal.md#configure-backup).
0 commit comments