Skip to content

Commit bfd2275

Browse files
author
AbhishekMallick01
committed
more updates
1 parent 8972cfb commit bfd2275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Backup now allows you to back up AKS clusters (cluster resources and persi
1616

1717
## Manage operations
1818

19-
This section provires 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.
19+
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

2121
### Install
2222

@@ -28,7 +28,7 @@ To install the Backup Extension, use the following command:
2828

2929
### Options
3030

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

3333
```azurecli-interactive
3434
az k8s-extension update --name azure-aks-backup --cluster-type managedClusters --cluster-name aksclustername --resource-group aksclusterrg --release-train preview --configuration-settings [blobContainer=containername storageAccount=storageaccountname storageAccountResourceGroup=storageaccountrg storageAccountSubscriptionId=subscriptionid] [cpuLimit=1] [memoryLimit=1Gi]

0 commit comments

Comments
 (0)