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/tutorial-restore-aks-backups-across-regions.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.author: v-abhmallick
14
14
15
15
This tutorial describes how to create backups for an AKS cluster stored in the Secondary Region (Azure Paired region). Then perform a Cross Region Restore to recover the AKS Cluster during regional disaster.
16
16
17
-
Azure Backup allows you to store AKS cluster backups in both **Operational Tier as snapshot** and **Vault Tier as blobs** (preview). This feature enables you to move snapshot-based AKS backups stored in Operational Tier to a Vault-standard Tier. You can use the backup policy, to define whether to store backups just in Operational Tier as snapshots or also protect them in Vault Tier along with Operational. Vaulted backups are stored offsite, which protects them from tenant compromise, malicious attacks, and ransomware threats. You can also retain the backup data for long term. On top of it, you can perform Cross Region Restore by configuring the Backup vault with storage redundancy set as global and Cross Region Restore property enabled. [Learn more](azure-kubernetes-service-backup-overview.md).
17
+
Azure Backup allows you to store AKS cluster backups in both **Operational Tier as snapshot** and **Vault Tier as blobs** (preview). This feature enables you to move snapshot-based AKS backups stored in Operational Tier to a Vault-standard Tier. You can use the backup policy, to define whether to store backups just in Operational Tier as snapshots or also protect them in Vault Tier along with Operational. Vaulted backups are stored offsite, which protects them from tenant compromise, malicious attacks, and ransomware threats. You can also retain the backup data for long term. Additionally, you can perform Cross Region Restore by configuring the Backup vault with storage redundancy set as global and Cross Region Restore property enabled. [Learn more](azure-kubernetes-service-backup-overview.md).
18
18
19
19
## Consideration
20
20
@@ -42,7 +42,7 @@ To set the retention policy in a backup policy, follow these steps:
42
42
43
43
:::image type="content" source="./media/azure-kubernetes-service-cluster-backup/retention-period.png" alt-text="Screenshot that shows selection of retention period.":::
44
44
45
-
You can also create extra retention rules to store backups for a longer duration that are taken daily or weekly.
45
+
You can also create additional retention rules to store backups for a longer duration that are taken daily or weekly.
46
46
47
47
48
48
-**Default**: This rule defines the default retention duration for all the operational tier backups taken. You can only edit this rule and can’t delete it.
@@ -57,8 +57,7 @@ With the new backup policy, you can [configure protection for the AKS cluster](a
57
57
58
58
## Restore in secondary region (preview)
59
59
60
-
In case the primary region suffers an outage, you can use the recovery points stored in Vault Tier in secondary region to bring back the AKS cluster.
61
-
60
+
If there is an outage in the primary region, you can use the recovery points stored in Vault Tier in the secondary region to restore the AKS cluster.
62
61
Follow these steps:
63
62
64
63
1. Go to **Backup center** and select **Restore**.
@@ -67,7 +66,7 @@ Follow these steps:
67
66
68
67
2. On the next page, select **Select backup instance**, and then select the *instance* that you want to restore.
69
68
70
-
In case a disaster strikes and Primary Region is suffering an outage, select **Secondary Region**. It will allow you to choose recovery points available in the [Azure Paired Region](../reliability/cross-region-replication-azure.md#azure-paired-regions).
69
+
If a disaster occurs and there is an outage in the Primary Region, select Secondary Region. Then, it allows you to choose recovery points available in the [Azure Paired Region](../reliability/cross-region-replication-azure.md#azure-paired-regions).
71
70
72
71
:::image type="content" source="./media/azure-kubernetes-service-cluster-restore/select-backup-instance-for-restore.png" alt-text="Screenshot shows selection of backup instance for restore.":::
73
72
@@ -100,7 +99,7 @@ Follow these steps:
100
99
:::image type="content" source="./media/azure-kubernetes-service-cluster-restore/restore-parameter-storage.png" alt-text="Screenshot shows the storage parameter to add for restore from Vault-standard storage.":::
101
100
102
101
>[!Note]
103
-
>Currently Resources created in the Staging Location cannot be within a Private Endpoint. Please enable public access on the storage account provided as a Staging Location.
102
+
>Currently, resources created in the staging location can't belong within a Private Endpoint. Ensure that you enable _public access_ on the storage account provided as a staging location.
104
103
105
104
7. Select **Validate** to run validation on the cluster selections for restore.
106
105
@@ -117,4 +116,4 @@ Follow these steps:
117
116
118
117
> [!div class="nextstepaction"]
119
118
> [Restore a backup for an AKS cluster](./azure-kubernetes-service-cluster-restore.md)
120
-
> [Manage Azure Kubernetes Service cluster backups](azure-kubernetes-service-cluster-manage-backups.md)
119
+
> [Manage Azure Kubernetes Service cluster backups](azure-kubernetes-service-cluster-manage-backups.md)
0 commit comments