Skip to content

Commit e46e390

Browse files
authored
Update quick-kubernetes-backup-cli.md
The naming convention of the json is incorrect back on the naming that was save (akspolicy.json) instead of (policy.json)
1 parent c13f640 commit e46e390

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
@@ -53,7 +53,7 @@ az dataprotection backup-policy retention-rule set --lifecycles ./retentionrule.
5353
Once the policy JSON has all the required values, proceed to create a new policy from the policy object.
5454

5555
```azurecli
56-
az dataprotection backup-policy create -g testBkpVaultRG --vault-name TestBkpVault -n mypolicy --policy policy.json
56+
az dataprotection backup-policy create -g testBkpVaultRG --vault-name TestBkpVault -n mypolicy --policy akspolicy.json
5757
```
5858

5959
## Prepare AKS cluster for backup

0 commit comments

Comments
 (0)