Skip to content

Commit 799a89c

Browse files
committed
updated table of runbooks
1 parent 1331791 commit 799a89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/automation-solution-vm-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ All parent runbooks include the _WhatIf_ parameter. When set to **True**, _WhatI
108108
|AutoStop_Disable | none | Disables AutoStop alerts and default schedule.|
109109
|AutoStop_VM_Child | WebHookData | Called from the parent runbook. Alert rules call this runbook to stop the classic VM.|
110110
|AutoStop_VM_Child_ARM | WebHookData |Called from the parent runbook. Alert rules call this runbook to stop the VM. |
111-
|ScheduledStartStop_Base_Classic | |
111+
|ScheduledStartStop_Base_Classic | CloudServiceName<br> Action: Start or Stop<br> VMList | This runbook used to perform action start or stop in classic VM group by Cloud Services.<br> VMList: Comma-separated list of VMs. For example, _vm1, vm2, vm3_. |
112112
|ScheduledStartStop_Child | VMName <br> Action: Start or Stop <br> ResourceGroupName | Called from the parent runbook. Executes a start or stop action for the scheduled stop.|
113-
|ScheduledStartStop_Child_Classic |Called from the parent runbook. Executes a start or stop action for the scheduled stop for classic VMs. |
113+
|ScheduledStartStop_Child_Classic | VMName<br> Action: Start or Stop<br> ResourceGroupName | Called from the parent runbook. Executes a start or stop action for the scheduled stop for classic VMs. |
114114
|ScheduledStartStop_Parent | Action: Start or Stop <br>VMList <br> WhatIf: True or False | This setting affects all VMs in the subscription. Edit the **External_Start_ResourceGroupNames** and **External_Stop_ResourceGroupNames** to only execute on these targeted resource groups. You can also exclude specific VMs by updating the **External_ExcludeVMNames** variable.<br> VMList: Comma-separated list of VMs. For example, _vm1, vm2, vm3_.<br> _WhatIf_ validates the runbook logic without executing.|
115115
|SequencedStartStop_Parent | Action: Start or Stop <br> WhatIf: True or False<br>VMList| Create tags named **sequencestart** and **sequencestop** on each VM for which you want to sequence start/stop activity. These tag names are case-sensitive. The value of the tag should be a positive integer (1, 2, 3) that corresponds to the order in which you want to start or stop. <br> VMList: Comma-separated list of VMs. For example, _vm1, vm2, vm3_. <br> _WhatIf_ validates the runbook logic without executing. <br> **Note**: VMs must be within resource groups defined as External_Start_ResourceGroupNames, External_Stop_ResourceGroupNames, and External_ExcludeVMNames in Azure Automation variables. They must have the appropriate tags for actions to take effect.|
116116

0 commit comments

Comments
 (0)