Auto start stop azure vm (ARM) For Azure VMs that are not needed to be running 24/7, we can use
Tag: automaticstartaction
Simple way to manage Automatic Start for multiple VMs at once
A simple command to see all Automatic Start actions is to run: [sourcecode language=”powershell”] get-vm -ComputerName HypervHost | select name,auto* [/sourcecode]