Start Stop Multiple Azure VMs on schedule using Azure Automation
Abs07act I searched through many, many, many…articles written about Azure VM stop(de-allocate) to save cost. Every article only targets single Azure VM to shutdown (de-allocate). None of the articles target start and Shutdown of multiple Azure VMs using automation. I am going to address this using Azure powershell in this article. What all Cool features of azure VM start/ stop my script offers? If you have multiple Azure VMs present in your azure subscription; and you want to start or stop few of them on schedule then you can use below azure PowerShell scripts. It will have below features – è Add/ remove the VM names from the list of start/ stop schedule easily. [You don’t need to have PowerShell knowledge] è Use same script in multiple different Azure runbooks, with different Azure VM names to start and stop; that too with different schedules. è In case any wrong/ nonexistent VM name added to the list, script takes care of giving relative user-frie...