Forum Discussion
AB21805
Jun 08, 2023Bronze Contributor
Logic app designer - Task automation
Hi all, I need to configure the logic app which is premade to start and also power down VM. I would like my VM to Start up in mornings during weekdays and not at all on weekends I would ...
- Jun 09, 2023Hi AB21805
Yes, you can follow this github page.
Many screenshots explain that.
https://github.com/ayoubkochbati/stopstart-logicapps
Regards,
Ayoub
Jun 08, 2023
Hello,
Yes, its possible.
- After creating new Logic apps go to -> Logic app designer.
- On Templates section click on Blank Logic App to create your first workflow.
- Type Schedule on Search bar
- Click on Schedule. The Trigger option will appear and then select Recurrence.
You can choose what you want regarding the time.
for the action:
- On Search type Azure VM and select Deallocate virtual machine => The option will stop the VM and then will deallocate.
You can use also Azure automation ,both approaches should helpful.
Regards,
AB21805
Jun 08, 2023Bronze Contributor