Scheduling OS Disk snapshot?

Tan-9136 120 Reputation points
2025-07-30T03:25:40.6133333+00:00

Hi everyone,

Is there a way to schedule OS Disk snapshot?
Would like to be able to schedule it every week or biweekly.

Thank you

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

Accepted answer
  1. Jerald Felix 4,450 Reputation points
    2025-07-30T03:30:03.7266667+00:00

    Hi Tan-9136,

    Thank you for your question! Yes, you can schedule OS Disk snapshots in Azure by using Azure Automation or Azure Logic Apps. Here’s a simple way to set up weekly or biweekly snapshots:

    Azure Automation:

    Create an Automation Account in the Azure portal.

      Use a PowerShell Runbook with commands to create a snapshot of your desired OS disk.
      
         Set up a schedule within the Automation Account to run the Runbook at your preferred interval (weekly, biweekly, etc.).
         
         **Azure Logic Apps**:
         
            Build a Logic App that triggers on a set schedule.
            
               Add steps to authenticate with Azure and call the managed disk snapshot API for your VM’s OS disk.
               
    

    Both methods provide flexibility and can be managed through the Azure Portal. If you’re not comfortable with scripting, start with Azure Automation, as there are many community scripts available for disk snapshots.

    Best regards,

    Jerald Felix


0 additional answers

Sort by: Most helpful

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.