This blog is a follow up to the Azure Automation blog by configuring a Logic App to implement user defined scheduling of start and stop /snoozing on azure virtual machine scale set instances as part of FinOps. Deployment Plan Step 1 – Create your Logic App Step 2 – Enable the System Assigned Managed Identity… Continue reading How to start/stop a virtual machine scale set instance using Logic Apps
Tag: start/stop
How to start/stop a virtual machine scale set instance
There are so many auto shutdown scripts available to manage single instance Azure virtual machines, but how do we manage the snoozing / user defined scheduling of instances in virtual machine scale sets in non-production environments as part of FinOps. Stand-alone virtual machines can be snoozed via the auto-shutdown feature or via the automation tasks.… Continue reading How to start/stop a virtual machine scale set instance