Thank you so much for this! I struggled to find a solution to auto start/stop my Azure VM, and this was extremely clear and made perfect sense. Logic apps are powerful! Well done!
How can we do this for multiple vms under in different resource groups. Can we use tagging to identify vms in different resource groups to accomplish the same results?
First, this is a great video. since it is deallocated, do we still get the same private ip address to the VM and is it possible to provision this using terraform. if so, could you please share some references. Thanks,
How would you go about applying this to hundreds of virtual machines? I've looked into a tag based solution but I cannot find it on the internet anywhere!!!
How to add multiple VM from one RG, you said that it can be done by comma separated. But it didn’t work. Please mention what command or how we can add multiple VM
Hey I've got a question. My logic app works fine if I run it, but it doesnt seem to run by itself eventhough it should run every hour. Could you help me?
I assume you've used Frequency : Day and set the interval on the amount of times you want it to do the action per day? Eg. 7, it will do the action 7 times that day. You'll then be able to select the hours you want the action to trigger.
Nice tutorial but the scheduling logic is wrong, it'd leave the VM turned on from Saturday morning until Monday evening. The correct course of action is: Recurrence to start the VM -> Action to start the VM -> Recurrence to delay x hours -> Action to Deallocate the VM
Yes, when creating the logic app, we choose the between Standard and Consumption. Standard is like creating a VM because you choose the CPU and RAM (at leats 150$ to 500$ monthly). Consumption is more afordable option because you pay just for the run time.
Thank you so much for this! I struggled to find a solution to auto start/stop my Azure VM, and this was extremely clear and made perfect sense. Logic apps are powerful!
Well done!
Straight to the point, you saved me days of researching! you are awesome!!!!!!!!!
Thank you very much! Excellent explanation!
Great video, I just have one doubt, setting the delay event on the flow won't increase the usage cost of the logic app in azure?
How can we do this for multiple vms under in different resource groups. Can we use tagging to identify vms in different resource groups to accomplish the same results?
Is there a way to do it for vms with specific tag, but from 2 subscriptions, withouth explicitly specifying resource group name and vmName :?
Hi great video, is there any way I can open a session of the Virtual machine also, using Logic Apps
First, this is a great video.
since it is deallocated, do we still get the same private ip address to the VM and is it possible to provision this using terraform. if so, could you please share some references.
Thanks,
How would you go about applying this to hundreds of virtual machines? I've looked into a tag based solution but I cannot find it on the internet anywhere!!!
Can you post video for Automatically restart multipleVMs after patching
i have done same steps but vm not getting start , what should i do ?
como quedaria el JSON de eso?
How to add multiple VM from one RG, you said that it can be done by comma separated. But it didn’t work. Please mention what command or how we can add multiple VM
Need extended the script to use tags.
Can we do the same using APIs?
Hey I've got a question. My logic app works fine if I run it, but it doesnt seem to run by itself eventhough it should run every hour. Could you help me?
I assume you've used Frequency : Day and set the interval on the amount of times you want it to do the action per day?
Eg. 7, it will do the action 7 times that day.
You'll then be able to select the hours you want the action to trigger.
Is there any way to add multiple VMs under one Deallocate Action
Yes you can use the plus button
thank you! :)
Thanks !
Nice tutorial but the scheduling logic is wrong, it'd leave the VM turned on from Saturday morning until Monday evening. The correct course of action is:
Recurrence to start the VM -> Action to start the VM -> Recurrence to delay x hours -> Action to Deallocate the VM
Do we need to pay for Logic Apps? If so, like how much for just this script?
Yes, when creating the logic app, we choose the between Standard and Consumption. Standard is like creating a VM because you choose the CPU and RAM (at leats 150$ to 500$ monthly). Consumption is more afordable option because you pay just for the run time.
this means that your VM will be running on Saturday and Sunday. your Friday cycle ends with starting the VM on Saturday morning.
correct, that what I figured out as well.