diff --git a/content/containers/azure-kubernetes-service/aks-operations/articles/bcdr.md b/content/containers/azure-kubernetes-service/aks-operations/articles/bcdr.md index 02ff1e9b..0fc8dd44 100644 --- a/content/containers/azure-kubernetes-service/aks-operations/articles/bcdr.md +++ b/content/containers/azure-kubernetes-service/aks-operations/articles/bcdr.md @@ -33,7 +33,7 @@ Read further: > ⚠️ ZRS for managed disks is only supported with Premium SSD and Standard SSD managed disks. Make sure that its [limitations](https://docs.microsoft.com/azure/virtual-machines/disks-redundancy#limitations) are reviewed before using it. - Build the infrastructure-based asynchronous geo-replication based on distributed storage solutions such as [GlusterFS](https://docs.gluster.org/en/latest/) or storage solutions for Kubernetes such as [Portworx](https://portworx.com/). - - Backup and restore : You backup and restore the applications and the persistent volumes on the cluster by using Kubernetes backup tools such as [Velero](https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure) or [Kasten](https://www.kasten.io/). [Azure Kubernetes Service (AKS) Backup](https://azure.microsoft.com/en-us/updates/private-preview-aks-backup/) is in Private Preview now. It allows you to backup and restore your containerized applications, both stateless and stateful, running on your AKS clusters and data stored within Persistent Volumes attached to the clusters. You can sign-up for private preview. + - Backup and restore : You backup and restore the applications and the persistent volumes on the cluster by using Kubernetes backup tools such as [Velero](https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure) or [Kasten](https://www.kasten.io/). [Azure Kubernetes Service (AKS) Backup](https://azure.microsoft.com/en-us/updates/private-preview-aks-backup/). It allows you to backup and restore your containerized applications, both stateless and stateful, running on your AKS clusters and data stored within Persistent Volumes attached to the clusters. > 📘 > You can use Velero to backup applications as well as the persistent volumes that are based on Azure Managed Disk. For persistent volumes that are based on Azure Files, you can use [Velero with Restic](https://velero.io/docs/v1.6/restic/). But make sure you understand all its limitations before using it. An alternative approach is to backup Azure Files separately with Azure Backup.