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!
@Ruf4eg Жыл бұрын
Straight to the point, you saved me days of researching! you are awesome!!!!!!!!!
@joshaparicio150611 ай бұрын
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?
@djblsky6784 Жыл бұрын
Is there a way to do it for vms with specific tag, but from 2 subscriptions, withouth explicitly specifying resource group name and vmName :?
@Saanvi-MАй бұрын
Can you post video for Automatically restart multipleVMs after patching
@NareshKumar-mc1lu Жыл бұрын
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?
@BillboMC3 ай бұрын
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!!!
@benoymammenmathew825 Жыл бұрын
Hi great video, is there any way I can open a session of the Virtual machine also, using Logic Apps
@GuadalupeGon-b8j Жыл бұрын
como quedaria el JSON de eso?
@swati2824 Жыл бұрын
i have done same steps but vm not getting start , what should i do ?
@sureshthota2393 Жыл бұрын
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,
@avinashsk8999 Жыл бұрын
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
@julianhill5360 Жыл бұрын
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?
@Yarri.Kerckhoffs Жыл бұрын
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.
@avinashsk8999 Жыл бұрын
Is there any way to add multiple VMs under one Deallocate Action
@vcloudbitsbytes Жыл бұрын
Yes you can use the plus button
@nikhilvarshney3293 Жыл бұрын
Can we do the same using APIs?
@geeksified8 ай бұрын
Do we need to pay for Logic Apps? If so, like how much for just this script?
@elouahidiahmed95227 ай бұрын
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.
@RunningMan1414 Жыл бұрын
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
@sunhsiang6644 Жыл бұрын
Thanks !
@nonesuchtofu Жыл бұрын
thank you! :)
@tsanhantsanhan Жыл бұрын
this means that your VM will be running on Saturday and Sunday. your Friday cycle ends with starting the VM on Saturday morning.