storage - How to do safe backups on Azure? -


i created sql server virtual machine on microsoft azure. defined backup jobs , store them on different drive. want ensure backups safe, meaning on zone redundant storage. heard , read storage don't understand how create , make sure sql backup stored directly. there other safe option? on aws can save stuff on bucket can access mapped drive... azure offer ?

when create storage account can select type of redundancy want. after creating storage account change properties.

you can attach new disk vm can select storage account in subscription. if storage account zone redundant , created vhd in storage account data in vhd zone redundant.

you can learn different storage accounts here: https://azure.microsoft.com/en-us/documentation/articles/storage-introduction/

which version of sql server using?

based on version of sql server using may able directly backup sql server azure blob storage without saving local disk.


Comments