Skip to content

Commit 30085d0

Browse files
minor changes
1 parent 546b58c commit 30085d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/backup/use-archive-tier-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can now view all the recovery points that are moved to archive.
3131

3232
## Enable Smart Tiering to Vault-archive using a backup policy
3333

34-
You can automatically move all eligible/recommended recovery points to vault-archive by configuring the required settings in the backup policy.
34+
You can automatically move all eligible/recommended recovery points to Vault-archive by configuring the required settings in the backup policy.
3535

3636
>[!Note]
3737
>Enable your subscription to use this feature.
@@ -351,7 +351,7 @@ You can also write a script as per your requirements or modify the above sample
351351

352352
You can automatically move all eligible/ recommended recovery points to vault-archive using a backup policy.
353353

354-
In the following sections, you will learn how to enable Smart Tiering for eligible recovery points.
354+
In the following sections, you'll learn how to enable Smart Tiering for eligible recovery points.
355355

356356
### Create a policy
357357

@@ -402,14 +402,14 @@ New-AzRecoveryServicesBackupProtectionPolicy: TierAfterDuration needs to be >= 3
402402
403403
#### Tier all eligible Azure Virtual Machines backup items
404404

405-
To tier all eligible Azure VM recovery points to Vault-archive, specify the number of months after which you want to move the recovery points and run the following cmdlet:
405+
To tier all eligible Azure VM recovery points to Vault-archive, specify the number of months after which you want to move the recovery points, and run the following cmdlet:
406406

407407
```azurepowershell
408408
$pol = New-AzRecoveryServicesBackupProtectionPolicy -Name hiagaVMArchiveTierAfter -WorkloadType AzureVM -BackupManagementType AzureVM -RetentionPolicy $retPol -SchedulePolicy $schPol -VaultId $vault.ID -MoveToArchiveTier $true -TieringMode TierAllEligible -TierAfterDuration 3 -TierAfterDurationType Months
409409
```
410410

411411
>[!Note]
412-
>- The number of months must range from *3* to *( Retention - 6)* months.
412+
>- The number of months must range from *3* to *(Retention - 6)* months.
413413
>- This can increase your overall costs.
414414
415415

0 commit comments

Comments
 (0)