How to take ultradisk backup

Pikachu-7473 1 Reputation point
2022-06-02T13:19:31.59+00:00

Azure Ultra Disks do not support available default az tools .Is there any alternative ways to take backup

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
668 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. SaiKishor-MSFT 17,336 Reputation points
    2022-06-02T17:22:17.627+00:00

    @monalipatil-7473 Thank you for reaching out to Microsoft Q&A. I understand that you are want to take a backup of your ultradisk.

    As seen from the limitations section of Selective disk backup, currently, Azure VM backup doesn't support VMs with ultra-disks or shared disks attached to them. Selective disk backup can't be used to in such cases, which exclude the disk and backup the VM.

    An alternate solution would be adding additional data disks (managed). Use multiple disk and stripe them together to mitigate the overall per disk IO requirement.

    https://learn.microsoft.com/en-us/azure/virtual-machines/premium-storage-performance#disk-striping

    Hope this helps. Please let us know if you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments

  2. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    2022-06-05T07:35:44.667+00:00

    As SaiKishor, commented - striped Premium Disks will work.

    The current restriction is due to snapshot backups at the hypervisor - however, you can use an Agent based Backup to back up the Files and Folders and system state ONLY in the Virtual Machine.

    Installing the Azure Backup Windows Agent (usually used for on-premises servers to backup to Azure) should work, as its an agent based backup that reads the files/folders within OS - https://learn.microsoft.com/en-us/azure/backup/backup-windows-with-mars-agent?WT.mc_id=AZ-MVP-5004796

    The Veeam Agent for Windows Server will also work: https://www.veeam.com/windows-cloud-server-backup-agent.html

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.