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-enable.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.topic: conceptual
12
12
Perform the following steps to add the Start/Stop VMs during off-hours solution to a new or existing Automation account and linked Log Analytics workspace. After completing the onboarding process, configure the variables to customize the solution.
13
13
14
14
>[!NOTE]
15
-
>To use this solution with Classic VMs, you need a Classic RunAs account, which is not created by default. For instructions on creating a Classic RunAs account, see [Classic Run-As Accounts](automation-create-standalone-account.md#classic-run-as-accounts).
15
+
>To use this solution with Classic VMs, you need a Classic Run As account, which is not created by default. For instructions on creating a Classic Run As account, see [Create a Classic RunAs account](automation-create-standalone-account.md#create-a-classic-run-as-account).
Copy file name to clipboardExpand all lines: articles/automation/automation-solution-vm-management.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ You can deploy the **Start/stop VMs during off-hours** solution to a new Automat
67
67
68
68
The user deploying the solution needs the following roles:
69
69
70
-
- Coadministrator on subscription. This role is required to create the Classic Run As account if you are going to manage Classic VMs. [Classic Run As accounts](automation-create-standalone-account.md#classic-run-as-accounts) are no longer created by default.
70
+
- Coadministrator on subscription. This role is required to create the Classic Run As account if you are going to manage Classic VMs. [Classic Run As accounts](automation-create-standalone-account.md#create-a-classic-run-as-account) are no longer created by default.
71
71
- Membership in the [Azure Active Directory](../active-directory/users-groups-roles/directory-assign-admin-roles.md) Application Developer role. For more information on configuring Run As Accounts, see [Permissions to configure Run As accounts](manage-runas-account.md#permissions).
72
72
- Contributor on the subscription or the following permissions.
73
73
@@ -126,7 +126,7 @@ The following table lists the variables created in your Automation account. Only
126
126
|External_AutoStop_Threshold | The threshold for the Azure Alert rule specified in the variable `External_AutoStop_MetricName`. Percentage values range from 1 to 100.|
127
127
|External_AutoStop_TimeAggregationOperator | The time aggregation operator applied to the selected window size to evaluate the condition. Acceptable values are `Average`, `Minimum`, `Maximum`, `Total`, and `Last`.|
128
128
|External_AutoStop_TimeWindow | The size of the window during which Azure analyzes selected metrics for triggering an alert. This parameter accepts input in timespan format. Possible values are from 5 minutes to 6 hours.|
129
-
|External_EnableClassicVMs| Value specifying if classic VMs are targeted by the solution. The default value is True. Set this variable to False for Azure Cloud Solution Provider (CSP) subscriptions. Classic VMs require a [Classic Run-As account](automation-create-standalone-account.md#classic-run-as-accounts).|
129
+
|External_EnableClassicVMs| Value specifying if classic VMs are targeted by the solution. The default value is True. Set this variable to False for Azure Cloud Solution Provider (CSP) subscriptions. Classic VMs require a [Classic RunAs account](automation-create-standalone-account.md#create-a-classic-run-as-account).|
130
130
|External_ExcludeVMNames | Comma-separated list of VM names to exclude, limited to 140 VMs. If you add more than 140 VMs to the list, VMs that are set to be excluded might be inadvertently started or stopped.|
131
131
|External_Start_ResourceGroupNames | Comma-separated list of one or more resource groups that are targeted for start actions.|
132
132
|External_Stop_ResourceGroupNames | Comma-separated list of one or more resource groups that are targeted for stop actions.|
0 commit comments