Skip to content

Commit c4128a8

Browse files
author
AbhishekMallick01
committed
more updates
1 parent bfd2275 commit c4128a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/backup/azure-kubernetes-service-cluster-manage-backups.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Azure Backup now allows you to back up AKS clusters (cluster resources and persi
1818

1919
This section provides the set of Azure CLI commands to create, update, delete operations on the backup extension. You can use the *update* command to change the blob container where backups are stored along with compute limits for the underlying Backup Extension Pods.
2020

21-
### Install
21+
### Install Backup Extension
2222

2323
To install the Backup Extension, use the following command:
2424

2525
```azurecli-interactive
2626
az k8s-extension create --name azure-aks-backup --extension-type Microsoft.DataProtection.Kubernetes --scope cluster --cluster-type managedClusters --cluster-name aksclustername --resource-group aksclusterrg --release-train preview --configuration-settings blobContainer=containername storageAccount=storageaccountname storageAccountResourceGroup=storageaccountrg storageAccountSubscriptionId=subscriptionid
2727
```
2828

29-
### Options
29+
### Update resources in Backup Extension
3030

3131
To update blob container, CPU, and memory in the Backup Extension, use the following command:
3232

@@ -37,15 +37,15 @@ To update blob container, CPU, and memory in the Backup Extension, use the follo
3737
3838
```
3939

40-
### Delete
40+
### Delete Backup Extension installation operation
4141

4242
To stop the Backup Extension install operation, use the following command:
4343

4444
```azurecli-interactive
4545
az k8s-extension delete --name azure-aks-backup --cluster-type managedClusters --cluster-name aksclustername --resource-group aksclusterrg
4646
```
4747

48-
### Show
48+
### View Backup Extension installation status
4949

5050
To view the progress of Backup Extension installation, use the following command:
5151

0 commit comments

Comments
 (0)