We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63c16ec + e46e390 commit eff1561Copy full SHA for eff1561
articles/backup/quick-kubernetes-backup-cli.md
@@ -53,7 +53,7 @@ az dataprotection backup-policy retention-rule set --lifecycles ./retentionrule.
53
Once the policy JSON has all the required values, proceed to create a new policy from the policy object.
54
55
```azurecli
56
-az dataprotection backup-policy create -g testBkpVaultRG --vault-name TestBkpVault -n mypolicy --policy policy.json
+az dataprotection backup-policy create -g testBkpVaultRG --vault-name TestBkpVault -n mypolicy --policy akspolicy.json
57
```
58
59
## Prepare AKS cluster for backup
0 commit comments