Skip to content

Commit 6d6dcd7

Browse files
authored
Merge pull request #126275 from fadarboye/patch-1
Update quick-kubernetes-backup-cli.md
2 parents c43d262 + 3598e50 commit 6d6dcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before you configure vaulted backup for AKS cluster, ensure the following prereq
2727
To create the Backup vault, run the following command:
2828

2929
```azurecli
30-
az dataprotection backup-vault create --resource-group $backupvaultresourcegroup --vault-name $backupvault --location $region --type SystemAssigned --storage-settings datastore-type="VaultStore" type="GloballyRedundant"
30+
az dataprotection backup-vault create --resource-group $backupvaultresourcegroup --vault-name $backupvault --location $region --type SystemAssigned --storage-settings datastore-type="VaultStore" type="GeoRedundant"
3131
```
3232

3333
The newly created vault has storage settings set as Globally Redundant, thus backups stored in vault tier will be available in the Azure paired region. Once the vault creation is complete, create a backup policy to protect AKS clusters.

0 commit comments

Comments
 (0)