You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/use-archive-tier-support.md
+23-18Lines changed: 23 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -379,26 +379,30 @@ To create and configure a policy, run the following cmdlets:
379
379
380
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:
381
381
382
+
>[!Note]
383
+
>After you configure Smart Tiering, it is automatically enabled to move the recovery points to Vault-archive.
384
+
382
385
#### Tier recommended recovery points for Azure Virtual Machines
383
386
384
387
To tier all recommended recovery points to Vault-archive, run the following cmdlet:
[Learn more](archive-tier-support.md#archive-recommendations-only-for-azure-virtual-machines) about archive recommendations for Azure VMs.
390
394
391
-
If the policy doesn't match the Vault-Archive criteria, the following error appears:
395
+
If the policy doesn't match the Vault-archive criteria, the following error appears:
392
396
393
-
```error
397
+
```Output
394
398
New-AzRecoveryServicesBackupProtectionPolicy: TierAfterDuration needs to be >= 3 months, at least one of monthly or yearly retention should be >= (TierAfterDuration + 6) months
395
399
```
396
400
>[!Note]
397
-
>Tier recommended is supported for Azure Virtual Machines only, and not for SQL Server in Azure Virtual Machines.
401
+
>*Tier recommended* is supported for Azure Virtual Machines, and not for SQL Server in Azure Virtual Machines.
398
402
399
403
#### Tier all eligible Azure Virtual Machines backup item
400
404
401
-
To tier all your eligible 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:
#### Tier all eligible for SQL Server in Azure VM backup item
413
-
414
-
This tier all your eligible recovery points to Vault-archive, specify the number of days after which you want to move your eligible recovery points and run the following cmdlet:
416
+
#### Tier all eligible SQL Server in Azure VM backup item
415
417
416
-
The number of days ranges from 45 to (Retention – 180 ) days.
418
+
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:
>The number of days must range from *45* to *(Retention – 180)* days.
426
+
422
427
If the policy isn't eligible for Vault-archive, the following error appears:
423
428
424
-
```error
429
+
```Output
425
430
New-AzRecoveryServicesBackupProtectionPolicy: TierAfterDuration needs to be >= 45 Days, at least one retention policy for full backup (daily / weekly / monthly / yearly) should be >= (TierAfter + 180) days
0 commit comments