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-backup-aks-azure-files.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ ms.author: v-mallicka
16
16
17
17
In this tutorial, you learn how to configure backup and restore for an Azure Kubernetes Service (AKS) cluster that uses Azure Files-based persistent volumes. Azure Backup for AKS now supports backing up applications with Azure File Share (SMB protocol) volumes along with Azure Disk-based volumes and Kubernetes resources.
Azure Files-based volumes are backed up as snapshots stored alongside the file share in the same storage account. This provides fast backup and restore operations for your stateful applications using file shares.
22
20
23
21
In this tutorial, you learn how to:
@@ -35,7 +33,7 @@ In this tutorial, you learn how to:
35
33
Before you configure backup for AKS clusters with Azure Files volumes, ensure the following prerequisites are met:
36
34
37
35
- An [Azure Backup vault](create-manage-backup-vault.md) in the same region as your AKS cluster.
38
-
- An AKS cluster with CSI Driver version 1.32 or higher.[Learn more about CSI drivers](../aks/csi-storage-drivers.md).
36
+
- An AKS cluster with CSI Driver version 1.32 or higher.
39
37
- Azure Files-based persistent volumes provisioned through the Azure Kubernetes CSI Driver (`file.csi.azure.com`) using the SMB protocol.
40
38
- File shares with publicly accessible network endpoints (network endpoint type set to **All**).
41
39
- Persistent volumes configured with the Reclaim Policy set to **Retain** to ensure snapshots remain available even if the PVC is deleted.
@@ -167,7 +165,7 @@ This section explains how you can modify an existing backup instance and start b
167
165
168
166
1. On the right hand side pane, to include Files based volumes to backup, open the dropdown **Select Volume Types** and select the checkbox for **Azure SMB Fileshares**. Additionally select the checkbox **Include Secrets**. You can use this pane, to update any other existing backup configurations including labels. Then click on **Select**.
169
167
170
-
:::image type="content" source="./media/quick-backup-aks/select-backup-instance.png" alt-text="Screenshot showing how to select resources including Azure Files volumes." lightbox="./media/quick-backup-aks/select-backup-instance.png":::
168
+
:::image type="content" source="./media/quick-backup-aks/select-backup-instance.png" alt-text="Screenshot showing how to include Azure Files volumes for backup." lightbox="./media/quick-backup-aks/select-backup-instance.png":::
171
169
172
170
1. After updating the backup configuration, click **Validate** to ensure all prerequisites for using Azure Files are met. If required roles are missing for the Backup vault identity, a role assignment error will appear. If you have the necessary permissions on the relevant resources, you can resolve this by clicking **Grant Permissions**.
0 commit comments