Skip to content

Commit 55b7c67

Browse files
committed
edit pass: backup-azure-afs-automation
1 parent a8dfc16 commit 55b7c67

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Set up PowerShell as follows:
3636

3737
> [!NOTE]
3838
> The minimum PowerShell version required for backup of Azure file shares is Az.RecoveryServices 2.6.0. Using the latest version, or at least the minimum version, helps you avoid issues with existing scripts. Install the minimum version by using the following PowerShell command:
39-
40-
```powershell
41-
Install-module -Name Az.RecoveryServices -RequiredVersion 2.6.0
42-
```
39+
>
40+
> ```powershell
41+
> Install-module -Name Az.RecoveryServices -RequiredVersion 2.6.0
42+
> ```
4343
4444
2. Find the PowerShell cmdlets for Azure Backup by using this command:
4545
@@ -54,7 +54,7 @@ Set up PowerShell as follows:
5454
4. Sign in to your Azure account by using **Connect-AzAccount**.
5555
5. On the webpage that appears, you're prompted to enter your account credentials.
5656
57-
Alternately, you can include your account credentials as a parameter in the **Connect-AzAccount** cmdlet by using **-Credential**.
57+
Alternatively, you can include your account credentials as a parameter in the **Connect-AzAccount** cmdlet by using **-Credential**.
5858
5959
If you're a CSP partner working on behalf of a tenant, specify the customer as a tenant. Use their tenant ID or tenant primary domain name. An example is **Connect-AzAccount -Tenant "fabrikam.com"**.
6060

articles/backup/manage-afs-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 1/27/2020
1010
This article describes how to use Azure PowerShell to manage and monitor the Azure file shares that are backed up by the Azure Backup service.
1111

1212
> [!WARNING]
13-
> Make sure the PS version is upgraded to the minimum version for 'Az.RecoveryServices 2.6.0' for AFS backups. For more details, refer to [the section](backup-azure-afs-automation.md#important-notice---backup-item-identification-for-afs-backups) outlining the requirement for this change.
13+
> Make sure the PS version is upgraded to the minimum version for 'Az.RecoveryServices 2.6.0' for AFS backups. For more details, refer to [the section](backup-azure-afs-automation.md#important-notice-backup-item-identification) outlining the requirement for this change.
1414
1515
## Modify the protection policy
1616

articles/backup/restore-afs-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article explains how to restore an entire file share, or specific files, fr
1212
You can restore an entire file share or specific files on the share. You can restore to the original location, or to an alternate location.
1313

1414
> [!WARNING]
15-
> Make sure the PS version is upgraded to the minimum version for 'Az.RecoveryServices 2.6.0' for AFS backups. For more information, see [the section](backup-azure-afs-automation.md#important-notice---backup-item-identification-for-afs-backups) outlining the requirement for this change.
15+
> Make sure the PS version is upgraded to the minimum version for 'Az.RecoveryServices 2.6.0' for AFS backups. For more information, see [the section](backup-azure-afs-automation.md#important-notice-backup-item-identification) outlining the requirement for this change.
1616
1717
>[!NOTE]
1818
>Azure Backup now supports restoring multiple files or folders to the original or alternate Location using PowerShell. Refer to [this section](#restore-multiple-files-or-folders-to-original-or-alternate-location) of the document to learn how.

0 commit comments

Comments
 (0)