Azure VM Scaleset Start/StopAuthor - Aammir MirzaUse to manage Azure VM Scaleset for Start/Stop action. You can use it with AzDO pipelines and schedule the pipelines to Start/Stop the VM Scalesets based on working hours and when required. As we trigger the operation directly in VM Scalesets, it dosenot matter if the instances are Windows or Linux. Platform
InstallationDownload the Free 'StartStop VM Scaleset Tasks' from here and populate the below mentioned mandatory parameters to get it working ConfigurationClassic Pipeline (UI)
Eg: 'RG1,RG2,RG3.....RGn' Please respect the format vmssExcludedFromAction (Advanced): If you want to skip or exclude virtual machines scaleset you can provide the list of VMSS to skip the operation. Eg: 'VMSS1,VMSS2,VMSS3.....VMSSn' Please respect the format Simulate : Check What-If, for the selected action. Run as sandbox and verbosed the action. (No operation performed on VMSS) YAML Usage
GIF for referenceDemo for exclusion/Skip/Ignore the VMSS (Scale set from action)Running action (STAR/STOP) for all the VMSS in a single ResourceGroup (or multiple RGs. Comma separated). If you cannot see GIF follow the link
ContributingPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. Limitation
UpdatesIssue fixed for incocorrectly giving ERROR at the output/console of the task completion. LicenseSupportemailto: aammir.mirza@hotmail.com |