Start VM throught an URL

JaviR3TicS 1 Reputation point
2020-03-08T17:52:48.367+00:00

Hello. I want to allow some friends start a VM entering in a URL. How can I do it?
Thanks for all!
Javier

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,443 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pete 71 Reputation points
    2020-03-08T23:10:31.78+00:00

    Just start/restart a VM instance?
    So it does something for them?

    Use a Logic App or Function App, with a web hook (URL and key)

    Some suggested reading below:

    automation-webhooks
    Serverless-automation-using-PowerShell-in-Azure-Functions
    functions-reference-powershell

    All the best,
    Pete

    1 person found this answer helpful.
    0 comments No comments