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
@@ -29,14 +29,14 @@ You can now view all the recovery points that are moved to archive.
29
29
30
30
:::image type="content" source="./media/use-archive-tier-support/view-recovery-points-list-inline.png" alt-text="Screenshot showing the list of recovery points." lightbox="./media/use-archive-tier-support/view-recovery-points-list-expanded.png":::
31
31
32
-
## Enable Smart Tiering to Vault-archive using a backup policy (preview)
32
+
## Enable Smart Tiering to Vault-archive using a backup policy
33
33
34
34
You can automatically move all eligible/recommended recovery points to vault-archive by configuring the required settings in the backup policy.
35
35
36
36
>[!Note]
37
-
>This feature is currently in preview. Enable your subscription to use this feature.
37
+
>Enable your subscription to use this feature.
38
38
39
-
### Enable a subscription for Smart Tiering (preview)
39
+
### Enable a subscription for Smart Tiering
40
40
41
41
To enable a subscription, follow these steps:
42
42
@@ -347,6 +347,115 @@ You can perform the following operations using the sample scripts provided by Az
347
347
348
348
You can also write a script as per your requirements or modify the above sample scripts to fetch the required backup items.
349
349
350
+
## Enable Smart Tiering to Vault-archive using a backup policy.
351
+
352
+
You can automatically move all eligible/ recommended recovery points to vault-archive using backup policy.
353
+
354
+
To enable Smart Tiering, see the following sections.
355
+
356
+
### Create a policy
357
+
358
+
To create and configure a policy, run the following cmdlets:
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
+
382
+
#### Tier recommended recovery points for Azure Virtual Machines
383
+
384
+
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
+
391
+
If the policy doesn't match the Vault-Archive criteria, the following error appears:
392
+
393
+
```error
394
+
New-AzRecoveryServicesBackupProtectionPolicy: TierAfterDuration needs to be >= 3 months, at least one of monthly or yearly retention should be >= (TierAfterDuration + 6) months
395
+
```
396
+
>[!Note]
397
+
>Tier recommended is supported for Azure Virtual Machines only, and not for SQL Server in Azure Virtual Machines.
398
+
399
+
#### Tier all eligible Azure Virtual Machines backup item
400
+
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:
>- The number of months must range from *3* to *( Retention - 6)* months.
409
+
>- This can increase your overall costs.
410
+
411
+
412
+
#### 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:
415
+
416
+
The number of days ranges from 45 to (Retention – 180 ) days.
If the policy isn't eligible for Vault-archive, the following error appears:
423
+
424
+
```error
425
+
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
426
+
```
427
+
## Modify a policy
428
+
429
+
To modify an existing policy, run the following cmdlet:
0 commit comments