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
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,28 @@ ms.service: automation
6
6
ms.component: process-automation
7
7
author: georgewallace
8
8
ms.author: gwallace
9
-
ms.date: 07/30/2018
9
+
ms.date: 08/1/2018
10
10
ms.topic: conceptual
11
11
manager: carmonm
12
12
---
13
13
# Start/Stop VMs during off-hours solution in Azure Automation
14
14
15
15
The Start/Stop VMs during off-hours solution starts and stops your Azure virtual machines on user-defined schedules, provides insights through Azure Log Analytics, and sends optional emails by using [action groups](../monitoring-and-diagnostics/monitoring-action-groups.md). It supports both Azure Resource Manager and classic VMs for most scenarios.
16
16
17
-
This solution provides a decentralized automation option for users who want to reduce their costs by using serverless, low-cost resources. With this solution, you can:
17
+
This solution provides a decentralized low-cost automation option for users who want to optimize their VM costs. With this solution, you can:
18
18
19
19
- Schedule VMs to start and stop.
20
20
- Schedule VMs to start and stop in ascending order by using Azure Tags (not supported for classic VMs).
21
21
- Auto-stop VMs based on low CPU usage.
22
22
23
-
## Prerequisites
23
+
The following are limitations to the current solution:
24
24
25
-
- The runbooks work with an [Azure Run As account](automation-create-runas-account.md). The Run As account is the preferred authentication method, because it uses certificate authentication instead of a password that might expire or change frequently.
26
-
- This solution manages only VMs that are in the same subscription as your Azure Automation account.
27
-
- This solution is available in Azure and AzureGov to any region that supports a Log Analytics workspace, an Azure Automation account, and Alerts.
25
+
- This solution manages VMs in any region, but can only be used in the same subscription as your Azure Automation account.
26
+
- This solution is available in Azure and AzureGov to any region that supports a Log Analytics workspace, an Azure Automation account, and Alerts. AzureGov regions currently do not support email functionality.
28
27
29
-
> [!NOTE]
30
-
> The runbooks managing the VM schedule can target VMs in any region.
28
+
## Prerequisites
31
29
32
-
> [!NOTE]
33
-
> AzureGov regions do not support email functionality.
30
+
The runbooks for this solution work with an [Azure Run As account](automation-create-runas-account.md). The Run As account is the preferred authentication method, because it uses certificate authentication instead of a password that might expire or change frequently.
34
31
35
32
## Deploy the solution
36
33
@@ -58,7 +55,7 @@ Perform the following steps to add the Start/Stop VMs during off-hours solution
58
55
- Select a **Pricing tier**. Choose the **Per GB (Standalone)** option. Log Analytics has updated [pricing](https://azure.microsoft.com/pricing/details/log-analytics/) and the Per GB tier is the only option.
59
56
60
57
1. After providing the required information on the **OMS workspace** page, click **Create**. You can track its progress under **Notifications** from the menu, which returns you to the **Add Solution** page when done.
61
-
1. On the **Add Solution** page, select **Automation account**. If you're creating a new Log Analytics workspace, you need to also create a new Automation account to be associated with it. Select **Create an Automation account**, and on the **Add Automation account** page, provide the following information:
58
+
1. On the **Add Solution** page, select **Automation account**. If you're creating a new Log Analytics workspace, you can create a new Automation account to be associated with it, or select an existing Automation Account that is not already linked to a Log Analystics workspace. Select an existing Automation Account or click**Create an Automation account**, and on the **Add Automation account** page, provide the following information:
62
59
- In the **Name** field, enter the name of the Automation account.
63
60
64
61
All other options are automatically populated based on the Log Analytics workspace selected. These options cannot be modified. An Azure Run As account is the default authentication method for the runbooks included in this solution. After you click **OK**, the configuration options are validated and the Automation account is created. You can track its progress under **Notifications** from the menu.
0 commit comments