Skip to content

Commit cbb3e27

Browse files
committed
update toc
1 parent a982b13 commit cbb3e27

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

articles/backup/azure-kubernetes-service-backup-overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ ms.author: v-abhmallick
1616

1717
AKS backup integrates with Backup center in Azure, providing a single view that can help you govern, monitor, operate, and analyze backups at scale. Your backups are also available in the Azure portal under **Settings** in the service menu for an AKS instance.
1818

19-
>[!Note]
20-
>Vaulted backup and Cross Region Restore for AKS using Azure Backup are currently in preview.
21-
2219
## How does AKS backup work?
2320

2421
Use AKS backup to back up your AKS workloads and persistent volumes that are deployed in AKS clusters. The solution requires the [Backup extension](/azure/azure-arc/kubernetes/conceptual-extensions) to be installed inside the AKS cluster. The Backup vault communicates to the extension to complete operations that are related to backup and restore. Using the Backup extension is mandatory, and the extension must be installed inside the AKS cluster to enable backup and restore for the cluster. When you configure AKS backup, you add values for a storage account and a blob container where backups are stored.
@@ -425,7 +422,7 @@ Azure Backup for AKS supports two storage tiers as backup datastores:
425422

426423
- **Operational Tier**: The Backup Extension installed in the AKS cluster first takes the backup by taking Volume snapshots via CSI Driver and stores cluster state in a blob container in your own tenant. This tier supports lower RPO with the minimum duration between two backups of four hours. Additionally, for Azure Disk-based volumes, Operational Tier supports quicker restores.
427424

428-
- **Vault standard Tier (preview)**: To store backup data for longer duration at lower cost than snapshots, AKS backup supports Vault-standard datastore. As per the retention rules set in the backup policy, the first successful backup (of a day, week, month, or year) is moved to a blob container outside your tenant. This datastore not only allows longer retention, but also provides ransomware protection. You can also move backups stored in the vault to another region (Azure Paired Region) for recovery by enabling *Geo redundancy* and *Cross Region Restore* in the Backup vault.
425+
- **Vault standard Tier**: To store backup data for longer duration at lower cost than snapshots, AKS backup supports Vault-standard datastore. As per the retention rules set in the backup policy, the first successful backup (of a day, week, month, or year) is moved to a blob container outside your tenant. This datastore not only allows longer retention, but also provides ransomware protection. You can also move backups stored in the vault to another region (Azure Paired Region) for recovery by enabling *Geo redundancy* and *Cross Region Restore* in the Backup vault.
429426

430427
> [!Note]
431428
> You can store the backup data in a vault-standard datastore via Backup Policy by defining retention rules. Only one scheduled recovery point per day is moved to Vault Tier. However, you can move any number of on-demand backups to the Vault as per the rule selected.

articles/backup/toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
items:
3737
- name: From the Azure portal
3838
href: quick-backup-aks.md
39+
- name: With Azure CLI
40+
href: quick-kubernetes-backup-cli.md
41+
- name: With PowerShell
42+
href: quick-kubernetes-backup-powershell.md
43+
- name: With Azure Resource Manager
44+
href: quick-kubernetes-backup-arm.md
45+
- name: With Bicep
46+
href: quick-kubernetes-backup-bicep.md
3947
- name: With Terraform
4048
href: quick-kubernetes-backup-terraform.md
4149
- name: Configure vaulted backup for Azure Blob

0 commit comments

Comments
 (0)