Skip to content

Commit 87e41c7

Browse files
committed
edit pass: backup-articles-batch2
1 parent 951e2d4 commit 87e41c7

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

articles/backup/restore-afs.md

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -9,161 +9,161 @@ ms.date: 01/12/2020
99

1010
This article explains how to use the Azure portal to restore an entire file share or specific files from a restore point created by [Azure Backup](https://docs.microsoft.com/azure/backup/backup-overview).
1111

12-
In this article you'll learn how to:
12+
In this article, you'll learn how to:
1313

1414
* Restore a full Azure file share.
1515
* Restore individual files or folders.
16-
* Track the Restore Operation status.
16+
* Track the restore operation status.
1717

18-
## Steps to perform restore
19-
Follow these steps to perform a restore operation.
18+
## Steps to perform a restore operation
19+
To perform a restore operation, follow these steps.
2020

2121
### Select the file share to restore
2222

2323
1. In the [Azure portal](https://portal.azure.com/), open the Recovery Services vault you used to configure backup for the file share.
2424

25-
2. On the **Overview** pane, select **Backup Items** under the **Protected Items** section.
25+
1. In the overview pane, select **Backup items** under the **Protected items** section.
2626

27-
![Select Backup Items](./media/restore-afs/backup-items.png)
27+
![Select Backup items](./media/restore-afs/backup-items.png)
2828

29-
3. After you select **Backup Items**, a new pane that lists all Backup Management Types is displayed next to the **Overview** pane.
29+
1. After you select **Backup items**, a new pane that lists all backup management types opens next to the overview pane.
3030

3131
![Backup management types](./media/restore-afs/backup-management.png)
3232

33-
4. In **Backup Items**, under **Backup Management Type**, select **Azure Storage (Azure Files)**. You'll see a list of all the file shares and their corresponding storage account backed up by using this vault.
33+
1. In the **Backup Items** pane, under **Backup Management Type**, select **Azure Storage (Azure Files)**. You'll see a list of all the file shares and their corresponding storage accounts backed up by using this vault.
3434

3535
![List of all file shares](./media/restore-afs/file-shares.png)
3636

37-
5. From the list of Azure file shares, select the file share for which you want to perform the restore operation.
37+
1. From the list of Azure file shares, select the file share for which you want to perform the restore operation.
3838

39-
### Full Share Recovery
39+
### Full share recovery
4040

41-
You can use this restore option to restore the complete file share in the original or an alternate location.
41+
You can use this restore option to restore the complete file share in the original location or an alternate location.
4242

43-
1. Select the **Restore share** option from the **Backup Item** pane that appears after you select the file share to restore in step 5 of the [Select the file share to restore](#select-the-file-share-to-restore) section.
43+
1. Select the **Restore Share** option in the **Backup Item** pane that appears after you selected the file share to restore in step 5 of the [Select the file share to restore](#select-the-file-share-to-restore) section.
4444

45-
![Select Restore share](./media/restore-afs/restore-share.png)
45+
![Select Restore Share](./media/restore-afs/restore-share.png)
4646

47-
2. After you select **Restore Share**, the **Restore** pane opens with a **Restore point** menu that displays a list of restore points available for the selected file share.
47+
1. After you select **Restore Share**, the **Restore** pane opens with a **Restore Point** menu that displays a list of restore points available for the selected file share.
4848

49-
3. Select the restore point you want to use to perform the restore operation, and select **OK**.
49+
1. Select the restore point you want to use to perform the restore operation, and select **OK**.
5050

51-
![Select Restore Point](./media/restore-afs/restore-point.png)
51+
![Select restore point](./media/restore-afs/restore-point.png)
5252

53-
4. After you select **OK**, the restore pane menu switches to **Restore Location**. In **Restore Location**, specify where or how to restore the data. Select one of the following two options:
53+
1. After you select **OK**, the **Restore** pane menu switches to **Restore Location**. In **Restore Location**, specify where or how to restore the data. Select one of the following two options:
5454

5555
* **Original Location**: Restore the complete file share to the same location as the original source.
5656
* **Alternate Location**: Restore the complete file share to an alternate location and keep the original file share as is.
5757

58-
#### Restore to original location
58+
#### Restore to the original location
5959

6060
1. Select **Original Location** as the **Recovery Destination**, and select whether to skip or overwrite if there are conflicts. After you make the appropriate selection, select **OK**.
6161

6262
![Select Original Location](./media/restore-afs/original-location.png)
6363

64-
2. Select **Restore** to start the restore operation.
64+
1. Select **Restore** to start the restore operation.
6565

6666
![Select Restore to start](./media/restore-afs/click-restore.png)
6767

6868
#### Restore to an alternate location
6969

70-
1. Select **Alternate Location** as the recovery destination.
71-
2. Select the destination storage account where you want to restore the backed-up content from the drop-down menu of the **Storage Account** field.
72-
3. Based on the storage account you selected in step 2, the **Select File Share** drop-down menu displays the list of file shares present in the selected storage account. Select the file share where you want to restore the backed-up contents.
73-
4. In the **Folder Name** field, specify a folder name you want to create in the destination file share with the restored contents.
74-
5. Select whether to skip or overwrite if there are conflicts.
75-
6. After you enter the appropriate values in all fields, select **OK**.
70+
1. Select **Alternate Location** as the **Recovery Destination**.
71+
1. Select the destination storage account where you want to restore the backed-up content from the **Storage Account** drop-down list.
72+
1. The **Select File Share** drop-down list displays the file shares present in the storage account you selected in step 2. Select the file share where you want to restore the backed-up contents.
73+
1. In the **Folder Name** box, specify a folder name you want to create in the destination file share with the restored contents.
74+
1. Select whether to skip or overwrite if there are conflicts.
75+
1. After you enter the appropriate values in all boxes, select **OK**.
7676

7777
![Select Alternate Location](./media/restore-afs/alternate-location.png)
7878

79-
7. Select restore to start the restore operation.
79+
1. Select **Restore** to start the restore operation.
8080

8181
![Select Restore to start](./media/restore-afs/click-restore.png)
8282

8383
### Item-level recovery
8484

85-
You can use this restore option to restore individual files or folders in the original or an alternate location.
85+
You can use this restore option to restore individual files or folders in the original location or an alternate location.
8686

87-
1. Select the **File Recovery** option from the **Backup Item** pane that appears after you select the file share to restore in step 5 of the [Select the file share to restore](#select-the-file-share-to-restore) section.
87+
1. Select the **File Recovery** option in the **Backup Item** pane that appears after you selected the file share to restore in step 5 of the [Select the file share to restore](#select-the-file-share-to-restore) section.
8888

8989
![Select File Recovery](./media/restore-afs/file-recovery.png)
9090

91-
2. After you select **File Recovery**, the **Restore** pane opens with a **Restore point** menu that displays a list of restore points available for the selected file share.
91+
1. After you select **File Recovery**, the **Restore** pane opens with a **Restore point** menu that displays a list of restore points available for the selected file share.
9292

93-
3. Select the restore point you want to use to perform the restore operation, and select **OK**.
93+
1. Select the restore point you want to use to perform the restore operation, and select **OK**.
9494

95-
![Select Restore Point](./media/restore-afs/restore-point.png)
95+
![Select restore point](./media/restore-afs/restore-point.png)
9696

97-
4. After you select **OK**, the restore pane menu switches to **Restore Location**. In **Restore Location**, specify where or how to restore the data. Select one of the following two options:
97+
1. After you select **OK**, the restore pane menu switches to **Restore Location**. In **Restore Location**, specify where or how to restore the data. Select one of the following two options:
9898

9999
* **Original Location**: Restore selected files or folders to the same file share as the original source.
100100
* **Alternate Location**: Restore selected files or folders to an alternate location and keep the original file share contents as is.
101101

102-
#### Restore to original location
102+
#### Restore to the original location
103103

104104
1. Select **Original Location** as the **Recovery Destination**, and select whether to skip or overwrite if there are conflicts.
105105

106-
![Original Location for Item Level recovery](./media/restore-afs/original-location-item-level.png)
106+
![Original Location for item-level recovery](./media/restore-afs/original-location-item-level.png)
107107

108-
2. Select **Select File** to choose the files or folders you want to restore.
108+
2. Choose **Select File** to select the files or folders you want to restore.
109109

110-
![Select Select File](./media/restore-afs/select-file.png)
110+
![Choose Select File](./media/restore-afs/select-file.png)
111111

112-
3. When you select **Select File**, a file share pane that displays the contents of the file share recovery point you selected for restore appears.
112+
1. After you choose **Select File**, a file share pane displays the contents of the file share recovery point you selected for restore.
113113

114-
4. Check the box corresponding to the file or folder you want to restore, and choose **Select**.
114+
1. Select the check box that corresponds to the file or folder you want to restore, and choose **Select**.
115115

116116
![Select file or folder](./media/restore-afs/select-file-folder.png)
117117

118-
5. Repeat steps 2 through 4 to select multiple files or folders for restore.
119-
6. After you select all the items you want to restore, select **OK**.
118+
1. Repeat steps 2 through 4 to select multiple files or folders for restore.
119+
1. After you select all the items you want to restore, select **OK**.
120120

121121
![After selecting all items to restore, select OK](./media/restore-afs/after-selecting-items.png)
122122

123-
7. Select **Restore** to start the restore operation.
123+
1. Select **Restore** to start the restore operation.
124124

125125
![Select Restore to start](./media/restore-afs/click-restore.png)
126126

127127
#### Restore to an alternate location
128128

129-
1. Select **Alternate Location** as the recovery destination.
130-
2. Select the destination storage account where you want to restore the backed-up content from the drop-down menu of the **Storage Account** field.
131-
3. Based on the storage account you selected in step 2, the **Select File Share** drop-down menu displays the list of the file shares present in the selected storage account. Select the file share where you want to restore the backed-up contents.
132-
4. In the **Folder Name** field, specify a folder name you want to create in the destination file share with the restored contents.
133-
5. Select whether to skip or overwrite if there are conflicts.
134-
6. Choose **Select File** to choose the files or folders you want to restore.
129+
1. Select **Alternate Location** as the **Recovery Destination**.
130+
1. Select the destination storage account where you want to restore the backed-up content from the **Storage Account** drop-down list.
131+
1. The **Select File Share** drop-down list displays the file shares present in the storage account you selected in step 2. Select the file share where you want to restore the backed-up contents.
132+
1. In the **Folder Name** box, specify a folder name you want to create in the destination file share with the restored contents.
133+
1. Select whether to skip or overwrite if there are conflicts.
134+
1. Choose **Select File** to select the files or folders you want to restore.
135135

136136
![Select items to restore to alternate location](./media/restore-afs/restore-to-alternate-location.png)
137137

138-
7. When you choose **Select File**, a file share pane that displays the contents of the file share recovery point you selected for restore appears.
139-
8. Select the check box that corresponds to the file or folder you want to restore, and select **Select**.
138+
1. When you choose **Select File**, a file share pane displays the contents of the file share recovery point you selected for restore.
139+
1. Select the check box that corresponds to the file or folder you want to restore, and choose **Select**.
140140

141141
![Select recovery destination](./media/restore-afs/recovery-destination.png)
142142

143-
9. Repeat steps 6 through 8 to select multiple files or folders for restore.
144-
10. After you select all the items you want to restore, select **OK**.
143+
1. Repeat steps 6 through 8 to select multiple files or folders for restore.
144+
1. After you select all the items you want to restore, select **OK**.
145145

146-
[Select OK after selecting all files](./media/restore-afs/after-selecting-all-items.png)
146+
![Select OK after selecting all files](./media/restore-afs/after-selecting-all-items.png)
147147

148-
11. Select **Restore** to start the restore operation.
148+
1. Select **Restore** to start the restore operation.
149149

150150
## Track a restore operation
151151

152152
After you trigger the restore operation, the backup service creates a job for tracking. Azure Backup displays notifications about the job in the portal. To view operations for the job, select the notifications hyperlink.
153153

154154
![Select notifications hyperlink](./media/restore-afs/notifications-link.png)
155155

156-
You can also monitor restore progress from the Recovery Services vault. Follow these steps to check the restore operation status.
156+
You can also monitor restore progress from the Recovery Services vault. To check the restore operation status, follow these steps.
157157

158158
1. Open the Recovery Services vault from where you triggered the restore operation.
159-
2. On the **Overview** pane, select **Backup Jobs** under the **Monitoring** section to see the status of operations running against different workloads.
159+
1. In the overview pane, select **Backup Jobs** under the **Monitoring** section to see the status of operations running against different workloads.
160160

161161
![Select Backup Jobs](./media/restore-afs/backup-jobs.png)
162162

163-
3. Select the workload name that corresponds to your file share to view more details about the restore operation, like Data Transferred and Number of Restored Files
163+
1. Select the workload name that corresponds to your file share to view more details about the restore operation, like **Data Transferred** and **Number of Restored Files**.
164164

165165
![See restored details](./media/restore-afs/restore-details.png)
166166

167167
## Next steps
168168

169-
* Learn how to [Manage Azure file share backups](manage-afs-backup.md)
169+
* Learn how to [Manage Azure file share backups](manage-afs-backup.md).

includes/backup-create-rs-vault.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,41 @@ ms.custom: include file
1313

1414
## Create a Recovery Services vault
1515

16-
A Recovery Services vault is an entity that stores the backups and recovery points created over time. The Recovery Services vault also contains the backup policies that are associated with the protected virtual machines.
16+
A Recovery Services vault is an entity that stores backups and recovery points created over time. The Recovery Services vault also contains the backup policies that are associated with the protected virtual machines.
1717

18-
To create a Recovery Services vault:
18+
To create a Recovery Services vault, follow these steps.
1919

2020
1. Sign in to your subscription in the [Azure portal](https://portal.azure.com/).
2121

22-
2. On the left menu, select **All services**.
22+
1. On the left menu, select **All services**.
2323

2424
![Select All services](./media/backup-create-rs-vault/click-all-services.png)
2525

26-
3. In the **All services** dialog box, enter **Recovery Services**. The list of resources filters according to your input. In the list of resources, select **Recovery Services vaults**.
26+
1. In the **All services** dialog box, enter *Recovery Services*. The list of resources filters according to your input. In the list of resources, select **Recovery Services vaults**.
2727

2828
![Enter and choose Recovery Services vaults](./media/backup-create-rs-vault/all-services.png)
2929

3030
The list of Recovery Services vaults in the subscription appears.
3131

32-
4. On the **Recovery Services vaults** dashboard, select **Add**.
32+
1. On the **Recovery Services vaults** dashboard, select **Add**.
3333

3434
![Add a Recovery Services vault](./media/backup-create-rs-vault/add-button-create-vault.png)
3535

3636
The **Recovery Services vault** dialog box opens. Provide values for the **Name**, **Subscription**, **Resource group**, and **Location**.
3737

3838
![Configure the Recovery Services vault](./media/backup-create-rs-vault/create-new-vault-dialog.png)
3939

40-
- **Name**: Enter a friendly name to identify the vault. The name must be unique to the Azure subscription. Specify a name that has at least two, but not more than 50 characters. The name must start with a letter and consist only of letters, numbers, and hyphens.
40+
- **Name**: Enter a friendly name to identify the vault. The name must be unique to the Azure subscription. Specify a name that has at least 2 but not more than 50 characters. The name must start with a letter and consist only of letters, numbers, and hyphens.
4141
- **Subscription**: Choose the subscription to use. If you're a member of only one subscription, you'll see that name. If you're not sure which subscription to use, use the default (suggested) subscription. There are multiple choices only if your work or school account is associated with more than one Azure subscription.
42-
- **Resource group**: Use an existing resource group or create a new one. To see the list of available resource groups in your subscription, select **Use existing**, and then select a resource from the drop-down list box. To create a new resource group, select **Create new** and enter the name. For complete information about resource groups, see [Azure Resource Manager overview](../articles/azure-resource-manager/management/overview.md).
43-
- **Location**: Select the geographic region for the vault. To create a vault to protect virtual machines, the vault **must** be in the same region as the virtual machines.
42+
- **Resource group**: Use an existing resource group or create a new one. To see the list of available resource groups in your subscription, select **Use existing**, and then select a resource from the drop-down list. To create a new resource group, select **Create new** and enter the name. For more information about resource groups, see [Azure Resource Manager overview](../articles/azure-resource-manager/management/overview.md).
43+
- **Location**: Select the geographic region for the vault. To create a vault to protect virtual machines, the vault *must* be in the same region as the virtual machines.
4444

4545
> [!IMPORTANT]
46-
> If you're not sure of the location of your VM, close the dialog box. Go to the list of virtual machines in the portal. If you have virtual machines in several regions, create a Recovery Services vault in each region. Create the vault in the first location, before you create the vault for another location. There's no need to specify storage accounts to store the backup data. The Recovery Services vault and the Azure Backup service handle that automatically.
46+
> If you're not sure of the location of your VM, close the dialog box. Go to the list of virtual machines in the portal. If you have virtual machines in several regions, create a Recovery Services vault in each region. Create the vault in the first location, before you create the vault for another location. There's no need to specify storage accounts to store the backup data. The Recovery Services vault and Azure Backup handle that automatically.
4747
>
4848
>
4949
50-
5. When you're ready to create the Recovery Services vault, select **Create**.
50+
1. When you're ready to create the Recovery Services vault, select **Create**.
5151

5252
![Create the Recovery Services vault](./media/backup-create-rs-vault/click-create-button.png)
5353

0 commit comments

Comments
 (0)