ephemeral disk backup and restore azure

Azure-learning 56 Reputation points
2022-11-08T14:29:29.127+00:00

Can we take backup of ephemeral disk using azure backup. We facing issue with ephemeral disk , is there any restriction with ephimeral disk and what is the process of it's restore

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,490 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. SadiqhAhmed-MSFT 49,326 Reputation points Microsoft Employee Moderator
    2022-11-08T16:20:01.657+00:00

    Hello @Azure-learning Thank you for contacting us through Microsoft Q&A platform. Happy to assist!

    It looks like you have requirement to backup ephemeral disk using azure backup. Currently, Azure backup does not support backup of ephemeral disk and there is no workaround that am aware of which is recommended for this scenario.

    Document reference: https://learn.microsoft.com/en-us/azure/virtual-machines/ephemeral-os-disks#unsupported-features

    ----------------------------------------------------------------------------------------------------------------------

    If the response helped, do "Accept Answer" and up-vote it

    0 comments No comments

  2. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    2022-11-09T05:55:44.733+00:00

    As mentioned "Ephemeral OS disks are created on the local virtual machine (VM) storage and not saved to the remote Azure Storage. Ephemeral OS disks work well for stateless workloads, where applications are tolerant of individual VM failures but are more affected by VM deployment time or reimaging of individual VM instances. With Ephemeral OS disk, you get lower read/write latency to the OS disk and faster VM reimage."

    Ephemeral disks - work great for low latency application and services like - Azure Virtual Desktop that get build and provisioned when needed, then deleted when not needed.

    But they aren't stored into the Azure storage layer - and any data on them is lost, if the VM gets shutdown - or migrated to another host.

    If you are using Ephemeral disks - make sure that the data that you need to save - is stored either on Azure Files, or another VM - to get backed up (ie user profiles, documents etc).

    Because of these restrictions - Ephemeral is faster and free (as its only taking up local space on the host and not replicated across availability zones etc) - but take care when using them.


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.