I have a virtual machine that has a backup that only includes the OS Disk. I need to change this so it includes all disks on the vm.
I cannot find where to do this on the Recovery Vault or the Backup Policy. I have only found documentation that is for excluding drives from the Backup Policy, not adding them.
Is it possible to add all the drives of a vm to an existing backup policy?
(Apologies, I am fairly new to azure and the vm backups so I am not sure if my terminology is correct).
CodePudding user response:
My Backup excludes the 2 data disks:
Command to include the data disks:
az backup protection update-for-vm --resource-group myresourcegroup --vault-name vault131 -c ansumantestvm -i ansumantestvm --disk-list-setting include --diskslist 0 1
After running the command the output is as :