Skip to content

Commit 546b58c

Browse files
minor changes
1 parent c5ee934 commit 546b58c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ You can also write a script as per your requirements or modify the above sample
349349

350350
## Enable Smart Tiering to Vault-archive using a backup policy.
351351

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

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

356356
### Create a policy
357357

@@ -377,10 +377,10 @@ To create and configure a policy, run the following cmdlets:
377377

378378
### Configure Smart Tiering
379379

380-
You can now configure Smart Tiering to move recovery points to Vault-archive and retain them using the backup policy. To do so, see the following section:
380+
You can now configure Smart Tiering to move recovery points to Vault-archive and retain them using the backup policy.
381381

382382
>[!Note]
383-
>After you configure Smart Tiering, it is automatically enabled to move the recovery points to Vault-archive.
383+
>After configuration, Smart Tiering is automatically enabled that moves the recovery points to Vault-archive.
384384
385385
#### Tier recommended recovery points for Azure Virtual Machines
386386

@@ -400,7 +400,7 @@ New-AzRecoveryServicesBackupProtectionPolicy: TierAfterDuration needs to be >= 3
400400
>[!Note]
401401
>*Tier recommended* is supported for Azure Virtual Machines, and not for SQL Server in Azure Virtual Machines.
402402
403-
#### Tier all eligible Azure Virtual Machines backup item
403+
#### Tier all eligible Azure Virtual Machines backup items
404404

405405
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

@@ -413,7 +413,7 @@ $pol = New-AzRecoveryServicesBackupProtectionPolicy -Name hiagaVMArchiveTierAfte
413413
>- This can increase your overall costs.
414414
415415

416-
#### Tier all eligible SQL Server in Azure VM backup item
416+
#### Tier all eligible SQL Server in Azure VM backup items
417417

418418
To tier all eligible SQL Server in Azure VM recovery points to Vault-archive, specify the number of days after which you want to move the recovery points and run the following cmdlet:
419419

@@ -439,15 +439,15 @@ $pol = Get-AzRecoveryServicesBackupProtectionPolicy -VaultId $vault.ID | Where
439439

440440
## Disable Smart Tiering
441441

442-
To disable Smart Tiering to archive recovery point, run the following cmdlet:
442+
To disable Smart Tiering to archive recovery points, run the following cmdlet:
443443

444444
```azurepowershell
445445
Set-AzRecoveryServicesBackupProtectionPolicy -VaultId $vault.ID -Policy $pol[0] -MoveToArchiveTier $false
446446
```
447447

448448
### Enable Smart Tiering
449449

450-
To enable Smart Tiering after you disable, run the required cmdlet:
450+
To enable Smart Tiering after you've disable it, run the corresponding cmdlet:
451451

452452
- **Azure Virtual Machine**
453453

@@ -464,7 +464,7 @@ To enable Smart Tiering after you disable, run the required cmdlet:
464464
## Next steps
465465

466466
- Use Archive tier support via [Azure portal](?pivots=client-portaltier)/[CLI](?pivots=client-clitier).
467-
- [Troubleshoot Archive tier errors](troubleshoot-archive-tier.md)
467+
- [Troubleshoot Archive tier errors](troubleshoot-archive-tier.md).
468468

469469
::: zone-end
470470

0 commit comments

Comments
 (0)