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,30 +29,9 @@ 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
-
You can automatically move all eligible/recommended recovery points to vault-archive by configuring the required settings in the backup policy.
35
-
36
-
>[!Note]
37
-
>This feature is currently in preview. Enable your subscription to use this feature.
38
-
39
-
### Enable a subscription for Smart Tiering (preview)
40
-
41
-
To enable a subscription, follow these steps:
42
-
43
-
1. In the Azure portal, select the subscription you want to enable.
44
-
45
-
1. Select **Preview Features** in the left pane.
46
-
47
-
:::image type="content" source="./media/use-archive-tier-support/select-preview-feature-inline.png" alt-text="Screenshot showing to select the Preview Feature option." lightbox="./media/use-archive-tier-support/select-preview-feature-expanded.png":::
48
-
49
-
1. Select **Smart Tiering for Azure Backup**.
50
-
51
-
:::image type="content" source="./media/use-archive-tier-support/select-smart-tiering-for-archive-inline.png" alt-text="Screenshot showing to select Smart Tiering for Archive option." lightbox="./media/use-archive-tier-support/select-smart-tiering-for-archive-expanded.png":::
52
-
53
-
1. Select **Register**.
54
-
55
-
The subscription gets enabled for Smart Tiering in a few minutes.
34
+
You can automatically move all eligible/recommended recovery points to Vault-archive by configuring the required settings in the backup policy.
56
35
57
36
### Enable Smart Tiering for Azure Virtual Machine
58
37
@@ -347,10 +326,124 @@ You can perform the following operations using the sample scripts provided by Az
347
326
348
327
You can also write a script as per your requirements or modify the above sample scripts to fetch the required backup items.
349
328
329
+
## Enable Smart Tiering to Vault-archive using a backup policy.
330
+
331
+
You can automatically move all eligible/ recommended recovery points to vault-archive using a backup policy.
332
+
333
+
In the following sections, you'll learn how to enable Smart Tiering for eligible recovery points.
334
+
335
+
### Create a policy
336
+
337
+
To create and configure a policy, run the following cmdlets:
[Learn more](archive-tier-support.md#archive-recommendations-only-for-azure-virtual-machines) about archive recommendations for Azure VMs.
373
+
374
+
If the policy doesn't match the Vault-archive criteria, the following error appears:
375
+
376
+
```Output
377
+
New-AzRecoveryServicesBackupProtectionPolicy: TierAfterDuration needs to be >= 3 months, at least one of monthly or yearly retention should be >= (TierAfterDuration + 6) months
378
+
```
379
+
>[!Note]
380
+
>*Tier recommended* is supported for Azure Virtual Machines, and not for SQL Server in Azure Virtual Machines.
381
+
382
+
#### Tier all eligible Azure Virtual Machines backup items
383
+
384
+
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:
>- The number of months must range from *3* to *(Retention - 6)* months.
392
+
>- Enabling Smart Tiering for eligible recovery points can increase your overall costs.
393
+
394
+
395
+
#### Tier all eligible SQL Server in Azure VM backup items
396
+
397
+
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.
405
+
406
+
If the policy isn't eligible for Vault-archive, the following error appears:
407
+
408
+
```Output
409
+
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
410
+
```
411
+
## Modify a policy
412
+
413
+
To modify an existing policy, run the following cmdlet:
0 commit comments