Automate VMs with Azure Logic Apps | Auto-Start & Auto-Shutdown Made Easy!

Поділитися
Вставка
  • Опубліковано 7 лют 2025

КОМЕНТАРІ •

  • @alexquant1335
    @alexquant1335 Рік тому +1

    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
    @Ruf4eg Рік тому +2

    Straight to the point, you saved me days of researching! you are awesome!!!!!!!!!

  • @rodrigogiroto6651
    @rodrigogiroto6651 2 місяці тому

    Thank you very much! Excellent explanation!

  • @joshaparicio1506
    @joshaparicio1506 Рік тому

    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?

  • @NareshKumar-mc1lu
    @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?

  • @djblsky6784
    @djblsky6784 Рік тому +1

    Is there a way to do it for vms with specific tag, but from 2 subscriptions, withouth explicitly specifying resource group name and vmName :?

  • @benoymammenmathew825
    @benoymammenmathew825 Рік тому

    Hi great video, is there any way I can open a session of the Virtual machine also, using Logic Apps

  • @sureshthota2393
    @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,

  • @BillboMC
    @BillboMC 6 місяців тому

    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!!!

  • @Saanvi-M
    @Saanvi-M 4 місяці тому

    Can you post video for Automatically restart multipleVMs after patching

  • @swati2824
    @swati2824 Рік тому

    i have done same steps but vm not getting start , what should i do ?

  • @GuadalupeGon-b8j
    @GuadalupeGon-b8j Рік тому

    como quedaria el JSON de eso?

  • @avinashsk8999
    @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

  • @pietersmit621
    @pietersmit621 2 місяці тому

    Need extended the script to use tags.

  • @nikhilvarshney3293
    @nikhilvarshney3293 Рік тому

    Can we do the same using APIs?

  • @julianhill5360
    @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?

    • @Yar.Kér
      @Yar.Kér Рік тому

      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
    @avinashsk8999 Рік тому

    Is there any way to add multiple VMs under one Deallocate Action

  • @nonesuchtofu
    @nonesuchtofu Рік тому

    thank you! :)

  • @sunhsiang6644
    @sunhsiang6644 Рік тому

    Thanks !

  • @RunningMan1414
    @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

  • @geeksified
    @geeksified 10 місяців тому

    Do we need to pay for Logic Apps? If so, like how much for just this script?

    • @elouahidiahmed9522
      @elouahidiahmed9522 10 місяців тому

      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.

  • @tsanhantsanhan
    @tsanhantsanhan Рік тому

    this means that your VM will be running on Saturday and Sunday. your Friday cycle ends with starting the VM on Saturday morning.

    • @avinashsk8999
      @avinashsk8999 Рік тому

      correct, that what I figured out as well.