Tag: Azure VMs
-
PowerShell Function Concurrently Starts up/Shuts down Multiple Azure Resource Manager VMs.
One of the more relevant and cost saving tasks when working in Azure Cloud is fast and efficient shutdown and startup of virtual machines. Some of the options available could be to : a) Iterate through a csv list of VMs or Resource Group of VMs and serially shutdown or startup the VMs. This can…