You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/automation-solution-vm-management.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,11 +106,11 @@ All parent runbooks include the _WhatIf_ parameter. When set to **True**, _WhatI
106
106
|AutoStop_CreateAlert_Child | VMObject <br> AlertAction <br> WebHookURI | Called from the parent runbook. This runbook creates alerts on a per-resource basis for the AutoStop scenario.|
107
107
|AutoStop_CreateAlert_Parent | VMList<br> WhatIf: True or False | Creates or updates Azure alert rules on VMs in the targeted subscription or resource groups. <br> VMList: Comma-separated list of VMs. For example, _vm1, vm2, vm3_.<br> *WhatIf* validates the runbook logic without executing.|
108
108
|AutoStop_Disable | none | Disables AutoStop alerts and default schedule.|
109
-
|AutoStop_VM_Child | WebHookData | Called from the parent runbook. Alert rules call this runbook to stop the classic VM.|
109
+
|AutoStop_VM_Child | WebHookData | Called from the parent runbook. Alert rules call this runbook to stop the Classic VM.|
110
110
|AutoStop_VM_Child_ARM | WebHookData |Called from the parent runbook. Alert rules call this runbook to stop the VM. |
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_. |
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_. |
112
112
|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 | 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. |
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. |
114
114
|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.|
115
115
|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.|
116
116
@@ -134,8 +134,8 @@ The following table lists the variables created in your Automation account. Only
134
134
|External_Stop_ResourceGroupNames | Specifies one or more resource groups, separating values by using a comma, targeted for stop actions.|
135
135
|External_WaitTimeForVMRetrySeconds |The wait time in seconds for the actions to be performed on the VMs for the Sequenced start/stop runbook.<br> Default value is 2100 seconds and supports configuring to a maximum value of 10800 or three hours.|
136
136
|Internal_AutomationAccountName | Specifies the name of the Automation account.|
137
-
|Internal_AutoSnooze_ARM_WebhookURI | Specifies Webhook URI called for the AutoStop scenario for classic VMs.|
138
-
|Internal_AutoSnooze_WebhookUri | Specifies Webhook URI called for the AutoStop scenario.|
137
+
|Internal_AutoSnooze_ARM_WebhookURI | Specifies Webhook URI called for the AutoStop scenario for VMs.|
138
+
|Internal_AutoSnooze_WebhookUri | Specifies Webhook URI called for the AutoStop scenario for Classic VMs.|
139
139
|Internal_AzureSubscriptionId | Specifies the Azure Subscription ID.|
140
140
|Internal_ResourceGroupName | Specifies the Automation account resource group name.|
0 commit comments