This video is a step-by-step introduction for using an Elgato Stream Deck to send a Webhook that starts or stops computers in Azure based on their tag settings. We go over creating the Azure Function App, setting up system assigned identities and creating a custom RBAC role in Azure to grant the identity permissions to the subscription. Then we configure the start stop function to use values passed in from the web hook to start or stop the computers. Finally, we configure the Elgato Stream Deck with start and stop buttons that control the lab.
GitHub Link:
https://github.com/tsrob50/AzureFunctionDemos/tree/master/AzureFunctionStartVMsByWebhook
Content on Postman and PowerShell: