Skip to content

Commit bd080d2

Browse files
author
AbhishekMallick01
committed
Azure Files vaulted backup GA - Doc updates for PLR
1 parent cc3b979 commit bd080d2

15 files changed

+133
-133
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About Azure Files backup
33
description: Learn how to back up Azure Files in the Recovery Services vault
44
ms.topic: overview
5-
ms.date: 03/05/2025
5+
ms.date: 02/27/2025
66
ms.service: azure-backup
77
ms.custom:
88
- engagement-fy23

articles/backup/backup-azure-afs-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure files by using PowerShell
33
description: In this article, learn how to back up Azure Files by using the Azure Backup service and PowerShell.
44
ms.topic: how-to
5-
ms.date: 03/05/2025
5+
ms.date: 02/27/2025
66
ms.custom: devx-track-azurepowershell
77
ms.service: azure-backup
88
author: jyothisuri

articles/backup/backup-azure-files.md

Lines changed: 8 additions & 61 deletions
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/05/2025
5+
ms.date: 02/27/2025
66
ms.service: azure-backup
77
ms.custom: engagement-fy23
88
author: jyothisuri
@@ -15,19 +15,24 @@ This article describes how to back up [Azure Files](../storage/files/storage-fil
1515

1616
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.
1717

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+
1824
## Prerequisites
1925

2026
* Ensure the file share is present in one of the supported storage account types. Review the [support matrix](azure-file-share-support-matrix.md).
2127
* 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).
2229
* 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.
2330
* Ensure that you allow the **Storage account key access** in the required storage account.
2431

2532
>[!Important]
2633
>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).
2734
2835

29-
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
30-
3136
## Configure the backup
3237

3338
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
172177

173178
---
174179

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.
178-
179-
**Choose an entry point**
180-
181-
# [Recovery Services vault](#tab/recovery-services-vault)
182-
183-
To run an on-demand backup, follow these steps:
184-
185-
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-
![Screenshot shows how to select Backup Now.](./media/backup-afs/select-backup-now.png)
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-
![Screenshot shows the option how to retain backup date.](./media/backup-afs/retain-backup-date.png)
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).
233180

234181
## Next steps
235182

articles/backup/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.topic: landing-page
1414
author: jyothisuri
1515
ms.author: jsuri
16-
ms.date: 03/05/2025
16+
ms.date: 02/27/2025
1717
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1818

1919
landingContent:

articles/backup/manage-afs-backup-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage Azure Files backups with the Azure CLI
33
description: Learn how to use the Azure CLI to manage and monitor Azure Files backed up by Azure Backup.
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli
6-
ms.date: 03/05/2025
6+
ms.date: 02/27/2025
77
author: jyothisuri
88
ms.author: jsuri
99

articles/backup/quick-backup-azure-files-vault-tier-arm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Quickstart - Azure Resource Manager template for Azure Files vaulted backup
3-
description: Learn how to back up your Azure Files to vault-tier with an Azure Resource Manager template.
2+
title: Quickstart - Configure vaulted backup for Azure Files using Azure Resource Manager
3+
description: Learn how to configure vaulted backup for Azure Files using Azure Resource Manager.
44
ms.devlang: azurecli
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 10/07/2024
8+
ms.date: 02/27/2025
99
ms.service: azure-backup
1010
author: jyothisuri
1111
ms.author: jsuri

articles/backup/quick-backup-azure-files-vault-tier-bicep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Quickstart - Azure Bicep template for Azure Files vaulted backup
3-
description: Learn how to back up your Azure Files to vault-tier with an Azure Bicep template.
2+
title: Quickstart - Configure vaulted backup for Azure Files using Azure Bicep
3+
description: Learn how to configure vaulted backup for Azure Files using Azure Bicep.
44
ms.devlang: azurecli
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 10/07/2024
8+
ms.date: 02/27/2025
99
ms.service: azure-backup
1010
author: jyothisuri
1111
ms.author: jsuri

articles/backup/quick-backup-azure-files-vault-tier-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Quickstart - Azure CLI for Azure Files vaulted backup
3-
description: Learn how to back up your Azure Files to vault-tier with Azure CLI.
2+
title: Quickstart - Configure vaulted backup for Azure Files using Azure CLI
3+
description: Learn how to configure vaulted backup for Azure Files using Azure CLI.
44
ms.devlang: azurecli
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 10/07/2024
8+
ms.date: 02/27/2025
99
ms.service: azure-backup
1010
author: jyothisuri
1111
ms.author: jsuri

articles/backup/quick-backup-azure-files-vault-tier-portal.md

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,63 @@
11
---
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.
44
ms.devlang: azurecli
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 10/07/2024
8+
ms.date: 02/27/2025
99
ms.service: azure-backup
1010
author: jyothisuri
1111
ms.author: jsuri
1212
---
1313

14-
# Quickstart: Configure vaulted backup for Azure Files using Azure portal
14+
# Quickstart: Create a backup policy for Azure Files using Azure portal
1515

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.
2217

2318
## Prerequisites
2419

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:
2621

2722
- 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).
2823
- 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).
3024
- 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.
3125

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**.
3237

33-
[!INCLUDE [Configure Azure Files vaulted backup.](../../includes/configure-azure-files-vaulted-backup.md)]
38+
:::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":::
3439

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**.
3556

3657
## Next step
3758

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).
60+
4061

4162

4263

articles/backup/quick-backup-azure-files-vault-tier-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Quickstart - Azure PowerShell for Azure Files vaulted backup
3-
description: Learn how to back up your Azure Files to vault-tier with Azure PowerShell.
2+
title: Quickstart - Configure vaulted backup for Azure Files using Azure PowerShell
3+
description: Learn how to configure vaulted backup for Azure Files using Azure PowerShell.
44
ms.devlang: azurecli
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 10/07/2024
8+
ms.date: 02/27/2025
99
ms.service: azure-backup
1010
author: jyothisuri
1111
ms.author: jsuri

0 commit comments

Comments
 (0)