how do I create a Start VM Logic App

Elverum, Ian 20 Reputation points
2025-02-03T20:34:23.8633333+00:00

How do I create an Azure Logic App to start my virtual machine on a recurring schedule

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
{count} votes

Accepted answer
  1. Divyesh Govaerdhanan 6,235 Reputation points
    2025-02-03T22:43:58.0366667+00:00

    Hello,

    Welcome to Microsoft Q&A,

    1. You can create a recurrence step, configure the schedule in which you would like to start the VM
    2. Search for "Azure Virtual Machine" --> Start Virtual Machine as a step
    3. Select the Authentication mechanism (OAuth / Managed Identity)
    4. Once Authenticated, select the subscription Id, Resource Group Name and Virtual Machine

    User's image

    Please upvote and accept the answer if it helps!

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. David Pazdera 396 Reputation points
    2025-02-04T07:16:31.9433333+00:00

    Hello Ian,

    If you are looking for robust solution, there is a complete solution available from Microsoft, combining Logic Apps and Function Apps: https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-vms/deploy

    It can perform start and stop operations at scale for a collection of VMs that span subscriptions, and it is using schedule as the trigger.

    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.