Skip to content

Commit fe8ba59

Browse files
authored
Merge pull request #110008 from MGoedtel/UpdateASSSolution42
corrected one item regarding Classic VMs
2 parents e4d7a4b + f888947 commit fe8ba59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ All parent runbooks include the _WhatIf_ parameter. When set to **True**, _WhatI
106106
|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.|
107107
|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.|
108108
|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.|
110110
|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_. |
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 | 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. |
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

@@ -134,8 +134,8 @@ The following table lists the variables created in your Automation account. Only
134134
|External_Stop_ResourceGroupNames | Specifies one or more resource groups, separating values by using a comma, targeted for stop actions.|
135135
|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.|
136136
|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.|
139139
|Internal_AzureSubscriptionId | Specifies the Azure Subscription ID.|
140140
|Internal_ResourceGroupName | Specifies the Automation account resource group name.|
141141

0 commit comments

Comments
 (0)