StopStartVMSS
1.0.7
Azure Automation Workflow Runbook Script to stop or start all Virtual Machine Scale Sets in the current subscription or in a specific Resource Group. Useful for dev and test environments. Written to be used as either a scheduled job at the close of business or ad hoc when a VMSS is finished with for the moment. If the VMSS is tagged with ShutdownPolicy = Excluded, the
Azure Automation Workflow Runbook Script to stop or start all Virtual Machine Scale Sets in the current subscription or in a specific Resource Group. Useful for dev and test environments. Written to be used as either a scheduled job at the close of business or ad hoc when a VMSS is finished with for the moment. If the VMSS is tagged with ShutdownPolicy = Excluded, the VM is not stopped. Requires an Azure Automation Managed Identity account.
Show more
Installation Options
Owners
Copyright
(c) 2020 Rob Goodridge. All rights reserved.
Package Details
Author(s)
- Rob Goodridge
Tags
Azure Automation Cloud AzureAutomation AzureDevOps DevOps AzureRM Workflow Runbook VMSS
Workflows
Dependencies
This script has no dependencies.
Release Notes
1.0.1: - Add initial version
1.0.2: - Gallery text changes
1.0.3: - Use Connect-AzureAutomation module
1.0.4: - Deal with 0 VMSS
1.0.5: - Change text
1.0.6: - Update to Managed Identity and Az Modules
1.0.7: - Edit synopsis
FileList
- StopStartVMSS.nuspec
- StopStartVMSS.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.7 (current version) | 14 | 8/14/2023 |
1.0.6 | 5 | 8/14/2023 |
1.0.5 | 75 | 7/24/2020 |