crm1975
crm1975

Reputation: 51

Does Azure Backup include attached Disks

I am new to Azure and setting up the backup of multiple Azure VM's, all on the Location. 2 of the 3 VM's have additional data disks attached to them.

Will the Recovery Services Backup policy also back up the data on these disks or do I need to setup a separate backup policy to manage these? Thanks

Upvotes: 5

Views: 6690

Answers (2)

ljtill
ljtill

Reputation: 69

All attached data disks will be included in any VM which is enrolled into backups. Few limitations to take note of below.

There's also a private preview currently running for data disks which are 1TB+ in size, link below.

For Azure VM backup, each VM can have up to 16 data disks with each data disk being of size 1024GB or less.

Azure Backup (Private Preview) Support Disks up to 4TB

Azure Backup FAQ

Upvotes: 1

kim
kim

Reputation: 3421

Azure Backup for VMs include automatically all disks attached to the VM.

Note, there is some limitations to how quickly it can do the backup if there are multiple disks attached. See e.g. Plan your VM backup infrastructure in Azure for more infromation.

Upvotes: 7

Related Questions