sg3-141-592 / AzureStartStopVMs

Azure Runbook to start & stop VMs based on tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This script starts and stops VMs based on cron schedules specified tags on the VMs. This script runs as an Azure Automation runbook.

For example:

automation_start: * 8 * * 1-5 and automation_stop: * 18 * * 1-5

Current Functionality

  • Start and stop VMs based on tags

Future Roadmap

  • Start and stop VMs based on a sequence tag in the resource group. For example sequence_start: 2, sequence_stop: 2
  • Resize PaaS SQL DTUs on a tagged schedule
  • Self-service start-up of groups of resources for developers.

About

Azure Runbook to start & stop VMs based on tags

License:MIT License


Languages

Language:PowerShell 100.0%