Skip to content

Commit b8e2a79

Browse files
authored
Update quick-kubernetes-backup-cli.md
1 parent 58cd7f5 commit b8e2a79

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/backup/quick-kubernetes-backup-cli.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Configure backup for an Azure Kubernetes Service (AKS) cluster using Azure Backup via Azure CLI
2+
title: Quickstart - Configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using Azure Backup via Azure CLI
33
description: Learn how to quickly configure backup for a Kubernetes cluster using Azure CLI.
44
ms.service: azure-backup
55
ms.topic: quickstart
@@ -11,14 +11,16 @@ author: AbhishekMallick-MS
1111

1212
---
1313

14-
# Quickstart: Configure backup for an Azure Kubernetes Service (AKS) cluster using Azure CLI
14+
# Quickstart: Configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using Azure CLI
1515

16-
This quickstart describes how to configure backup for an Azure Kubernetes Service (AKS) cluster using Azure CLI.
16+
This quickstart describes how to configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using Azure CLI.
1717

1818
Azure Backup for AKS is a cloud-native, enterprise-ready, application-centric backup service that lets you quickly configure backup for AKS clusters.
1919

2020
## Before you start
2121

22+
Before you configure vaulted backup for AKS cluster, ensure the following prerequisites are met:
23+
2224
- Currently, AKS backup supports Azure Disk-based persistent volumes (enabled by CSI driver) only. The backups are stored only in operational datastore (in your tenant) and aren't moved to a vault. The Backup vault and AKS cluster should be in the same region.
2325

2426
- AKS backup uses a blob container and a resource group to store the backups. The blob container has the AKS cluster resources stored in it, whereas the persistent volume snapshots are stored in the resource group. The AKS cluster and the storage locations must reside in the same region. Learn [how to create a blob container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container).
@@ -112,7 +114,7 @@ Once the vault and policy creation are complete, you need to perform the followi
112114
az aks trustedaccess rolebinding create --cluster-name $akscluster --name backuprolebinding --resource-group $aksclusterresourcegroup --roles Microsoft.DataProtection/backupVaults/backup-operator --source-resource-id /subscriptions/$subscriptionId/resourceGroups/$backupvaultresourcegroup/providers/Microsoft.DataProtection/BackupVaults/$backupvault
113115
```
114116

115-
## Configure backups
117+
## Configure vaulted backups for AKS cluster
116118

117119
With the created Backup vault and backup policy, and the AKS cluster in *ready-to-be-backed-up* state, you can now start to back up your AKS cluster.
118120

0 commit comments

Comments
 (0)