Backup Custom Managed Images

Metik 41 Reputation points
2021-11-11T14:57:30.37+00:00

Hi,

Does anyone knows, if there is any automatic solution to automatically backup Custom Managed Images on Azure?
If there are no suitable solution, is there at least atumatic backup for snapshots?

thank you in advance for your answer!

BR

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

1 answer

Sort by: Most helpful
  1. deherman-MSFT 37,851 Reputation points Microsoft Employee
    2021-11-11T23:31:44.023+00:00

    @Metik

    There is no direct way to backup custom managed images. You can create a delete lock on the image. Please see this StackOverflow thread which provides some more information.

    You can implement a full snapshot copy by doing the following,

    • First, take a snapshot of the base blob using the Snapshot Blob operation.
    • Then, copy the snapshot to a target storage account using Copy Blob.
    • Repeat this process to maintain backup copies of your base blob.

    For product feedback and feature requests I will refer you to our feedback forum. This allows the community to add their voice and upvote popular ideas. The forums are monitored and responded to by our product teams.
    https://feedback.azure.com

    Hope this helps! Let us know if you have further questions or issues and we will be happy to assist.

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

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    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.