Skip to content

Commit dd34eb8

Browse files
authored
Merge pull request #221482 from v-amallick/Dec-14-2022-QS
Quality strategy - freshness = Backup AFS
2 parents 7b25b79 + a300ff4 commit dd34eb8

File tree

3 files changed

+48
-37
lines changed

3 files changed

+48
-37
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/backup/backup-afs.md",
5+
"redirect_url": "/azure/backup/backup-azure-files",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/articles/backup/backup-create-rs-vault.md",
510
"redirect_url": "/azure/backup/backup-create-recovery-services-vault",
@@ -9813,11 +9818,6 @@
98139818
"redirect_url": "/azure/baremetal-infrastructure/concepts-baremetal-infrastructure-overview",
98149819
"redirect_document_id": false
98159820
},
9816-
{
9817-
"source_path_from_root": "/articles/backup/backup-azure-files.md",
9818-
"redirect_url": "/azure/backup/backup-afs",
9819-
"redirect_document_id": false
9820-
},
98219821
{
98229822
"source_path_from_root": "/articles/backup/tutorial-backup-azure-files.md",
98239823
"redirect_url": "/azure/backup/backup-afs",

articles/backup/backup-afs.md renamed to articles/backup/backup-azure-files.md

Lines changed: 42 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,43 @@
11
---
22
title: Back up Azure file shares in the Azure portal
33
description: Learn how to use the Azure portal to back up Azure file shares in the Recovery Services vault
4-
ms.topic: conceptual
5-
ms.date: 11/03/2021
4+
ms.topic: how-to
5+
ms.date: 12/14/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
9+
ms.custom: engagement-fy23
910
---
1011

1112
# Back up Azure file shares
1213

13-
This article explains how to back up [Azure file shares](../storage/files/storage-files-introduction.md) from the Azure portal.
14+
This article describes how to back up [Azure file shares](../storage/files/storage-files-introduction.md) from the Azure portal.
1415

15-
In this article, you'll learn how to:
16+
Azure file share backup is a native, cloud based backup solution that protects your data in the cloud and eliminates additional maintenance overheads involved in on-premises backup solutions. The Azure Backup service smoothly integrates with Azure File Sync, and allows you to centralize your file share data as well as your backups. This simple, reliable, and secure solution enables you to configure protection for your enterprise file shares in a few simple steps with an assurance that you can recover your data in case of any accidental deletion.
1617

17-
* Create a Recovery Services vault.
18-
* Configure backup from the Recovery Services vault
19-
* Configure backup from the file share pane
20-
* Run an on-demand backup job to create a restore point
18+
[Learn about](azure-file-share-backup-overview.md) the Azure file share snapshot-based backup solution.
2119

2220
## Prerequisites
2321

24-
* [Learn](azure-file-share-backup-overview.md) about the Azure file share snapshot-based backup solution.
2522
* Ensure that the file share is present in one of the [supported storage account types](azure-file-share-support-matrix.md).
2623
* 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.
2724
* 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.
2825

2926
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
3027

31-
## Configure backup from the Recovery Services vault
28+
## Configure the backup
3229

33-
To configure backup for multiple file shares from the Recovery Services vault pane, follow these steps:
30+
**Choose an entry point**
3431

35-
1. In the [Azure portal](https://portal.azure.com/), go to **Backup center** and click **+Backup**.
32+
# [Backup center](#tab/backup-center)
33+
34+
To configure backup for multiple file shares from the Backup center, follow these steps:
35+
36+
1. In the [Azure portal](https://portal.azure.com/), go to **Backup center** and select **+Backup**.
3637

3738
:::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":::
3839

39-
1. Select **Azure Files (Azure Storage)** as the datasource type, select the vault that you wish to protect the file shares with, and then click **Continue**.
40+
1. Select **Azure Files (Azure Storage)** as the datasource type, select the vault that you wish to protect the file shares with, and then select **Continue**.
4041

4142
:::image type="content" source="./media/backup-afs/azure-file-share-select-vault.png" alt-text="Screenshot showing to select Azure Files.":::
4243

@@ -74,24 +75,24 @@ To configure backup for multiple file shares from the Recovery Services vault pa
7475

7576
1. Follow the steps 3-7 in the [Create a new policy](manage-afs-backup.md#create-a-new-policy) section.
7677

77-
1. After defining all attributes of the policy, click **OK**.
78+
1. After defining all attributes of the policy, select **OK**.
7879

7980
:::image type="content" source="./media/backup-afs/azure-file-share-policy-parameters-inline.png" alt-text="Screenshot showing to provide policy name and retention values." lightbox="./media/backup-afs/azure-file-share-policy-parameters-expanded.png":::
8081

8182
* Choose one of the existing backup policies <br>
8283

8384
To choose one of the existing backup policies for configuring protection, select the desired policy from the **Backup policy** drop-down list.<br>
8485

85-
![Choose existing policy](./media/backup-afs/choose-existing-policy.png)
86+
![Screenshot shows how to choose an existing policy.](./media/backup-afs/choose-existing-policy.png)
8687

8788
1. Select **Enable Backup** to start protecting the file share.
8889

89-
![Choose enable backup](./media/backup-afs/enable-backup.png)
90+
![Screenshot shows how to enable backup.](./media/backup-afs/enable-backup.png)
9091

9192
After you set a backup policy, a snapshot of the file shares is taken at the scheduled time. The recovery point is also retained for the chosen period.
9293

9394

94-
## Configure backup from the file share pane
95+
# [File share pane](#tab/file-share-pane)
9596

9697
The following steps explain how you can configure backup for individual file shares from the respective file share pane:
9798

@@ -103,21 +104,21 @@ The following steps explain how you can configure backup for individual file sha
103104

104105
1. In the file share listing, you should see all the file shares present in the storage account. Select the file share you want to back up.
105106

106-
![File shares list](./media/backup-afs/file-shares-list.png)
107+
![Screenshot shows the File shares list.](./media/backup-afs/file-shares-list.png)
107108

108109
1. Select **Backup** under the **Operations** section of the file share pane. The **Configure backup** pane will load on the right.
109110

110-
![Configure backup pane](./media/backup-afs/configure-backup.png)
111+
![Screenshot shows how to open the Configure backup pane.](./media/backup-afs/configure-backup.png)
111112

112113
1. For the Recovery Services vault selection, do one of the following:
113114

114115
* If you already have a vault, select the **Select existing** Recovery Services vault radio button, and choose one of the existing vaults from **Vault Name** drop down menu.
115116

116-
![Select existing vault](./media/backup-afs/select-existing-vault.png)
117+
![Screenshot shows how to select an existing vault.](./media/backup-afs/select-existing-vault.png)
117118

118119
* If you don't have a vault, select the **Create new** Recovery Services vault radio button. Specify a name for the vault. It's created in the same region as the file share. By default, the vault is created in the same resource group as the file share. If you want to choose a different resource group, select **Create New** link below the **Resource Type** drop down and specify a name for the resource group. Select **OK** to continue.
119120

120-
![Create new vault](./media/backup-afs/create-new-vault.png)
121+
![Screenshot shows how to create a new vault.](./media/backup-afs/create-new-vault.png)
121122

122123
>[!IMPORTANT]
123124
>If the storage account is registered with a vault, or there are few protected shares within the storage account hosting the file share you're trying to protect, the Recovery Services vault name will be pre-populated and you won’t be allowed to edit it [Learn more here](backup-azure-files-faq.yml#why-can-t-i-change-the-vault-to-configure-backup-for-the-file-share-).
@@ -128,37 +129,43 @@ The following steps explain how you can configure backup for individual file sha
128129

129130
* Select an existing backup policy, if you have one, from the **Backup Policy** drop-down menu.
130131

131-
![Choose backup policy](./media/backup-afs/choose-backup-policy.png)
132+
![Screenshow shows how to choose a backup policy.](./media/backup-afs/choose-backup-policy.png)
132133

133134
* Create a new policy with daily/weekly/monthly/yearly retention according to your requirement.
134135

135136
1. Select the **Create a new policy** link text.
136137

137138
2. Follow the steps 3-7 in the [Create a new policy](manage-afs-backup.md#create-a-new-policy) section.
138139

139-
3. After defining all attributes of the policy, click **OK**.
140+
3. After defining all attributes of the policy, select **OK**.
140141

141-
![Create new backup policy](./media/backup-afs/create-new-backup-policy.png)
142+
![Screenshot shows how to create a new backup policy.](./media/backup-afs/create-new-backup-policy.png)
142143

143144
1. Select **Enable backup** to start protecting the file share.
144145

145146
![Select Enable backup](./media/backup-afs/select-enable-backup.png)
146147

147148
1. You can track the configuration progress in the portal notifications, or by monitoring the backup jobs under the vault you're using to protect the file share.
148149

149-
![Portal notifications](./media/backup-afs/portal-notifications.png)
150+
![Screenshot shows the Azure portal notifications.](./media/backup-afs/portal-notifications.png)
150151

151152
1. After the completion of the configure backup operation, select **Backup** under the **Operations** section of the file share pane. The context pane listing **Vault Essentials** will load on the right. From there, you can trigger on-demand backup and restore operations.
152153

153-
![Vault essentials](./media/backup-afs/vault-essentials.png)
154+
![Screenshot shows the list of Vault Essentials.](./media/backup-afs/vault-essentials.png)
155+
156+
---
154157

155158
## Run an on-demand backup job
156159

157160
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've configured 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.
158161

159-
### From Backup center
162+
**Choose an entry point**
163+
164+
# [Backup center](#tab/backup-center)
160165

161-
1. Go to **Backup center** and click **Backup Instances** from the menu.
166+
To run an on-demand backup, follow these steps:
167+
168+
1. Go to **Backup center** and select **Backup Instances** from the menu.
162169

163170
Filter for **Azure Files (Azure Storage)** as the datasource type.
164171

@@ -180,23 +187,27 @@ Occasionally, you might want to generate a backup snapshot, or recovery point, o
180187

181188
To monitor the job progress in the **Backup center** dashboard, select **Backup center** -> **Backup Jobs** -> **In progress**.
182189

183-
### From the file share pane
190+
# [File share pane](#tab/file-share-pane)
191+
192+
To run an on-demamd backup, follow these steps:
184193

185194
1. Open the file share’s **Overview** pane for which you want to take an on-demand backup.
186195

187196
1. Select **Backup** under the **Operation** section. The context pane listing **Vault Essentials** will load on the right. Select **Backup Now** to take an on-demand backup.
188197

189-
![Select Backup Now](./media/backup-afs/select-backup-now.png)
198+
![Screenshot shows how to select Backup Now.](./media/backup-afs/select-backup-now.png)
190199

191200
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.
192201

193-
![Retain backup date](./media/backup-afs/retain-backup-date.png)
202+
![Screenshot shows the option how to retain backup date.](./media/backup-afs/retain-backup-date.png)
194203

195204
1. Select **OK** to confirm.
196205

197206
>[!NOTE]
198207
>Azure Backup locks the storage account when you configure protection for any file share in the corresponding account. This provides protection against accidental deletion of a storage account with backed up file shares.
199208
209+
---
210+
200211
## Best practices
201212

202213
* Don't delete snapshots created by Azure Backup. Deleting snapshots can result in loss of recovery points and/or restore failures.

articles/backup/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
- name: From the Azure portal
380380
items:
381381
- name: Backup
382-
href: backup-afs.md
382+
href: backup-azure-files.md
383383
- name: Restore
384384
href: restore-afs.md
385385
- name: Manage

0 commit comments

Comments
 (0)