Automate VM Snapshots

Gaurav Singh 105 Reputation points
2023-08-14T13:36:32.9366667+00:00

Hello Team,

I am looking for an option to automate the Azure VM Snapshots, can you please help me with the docs/url with best practices?
The solution I came across is using Azure Automate, curious to know if we have better options.

Gaurav Singh

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,247 questions
Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
322 questions
{count} votes

Accepted answer
  1. Manu Philip 16,991 Reputation points MVP
    2023-08-14T14:19:30.6433333+00:00

    There are different ways available to schedule a task in Azure. One of the methods is based on 'Azure Function App'. Create a Function App based on Runtime Stack as PowerShell Core with the suitable Power Shell code. In your case, there are several online examples available to help to create a snapshot using power shell.

    Following reference I wrote for a different question, will help to create a Function App

    Function App

    You may need to create similar function app with a suitable PowerShell Code so that you can automate your snapshot tasks


    --please don't forget to upvote and Accept as answer if the reply is helpful--


0 additional answers

Sort by: Most helpful