Skip to content

Commit 3598e50

Browse files
authored
Update quick-kubernetes-backup-cli.md
Using GloballyRedundant' throws error below unrecognized value 'GloballyRedundant' from choices '['GeoRedundant', 'LocallyRedundant', 'ZoneRedundant']'
1 parent 98fb810 commit 3598e50

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)