Skip to content

Commit a9792e6

Browse files
authored
Merge pull request #47941 from georgewallace/startstopupdate
updates to start stop solution
2 parents 1f0b71c + 56b5b10 commit a9792e6

File tree

8 files changed

+8
-11
lines changed

8 files changed

+8
-11
lines changed

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,28 @@ ms.service: automation
66
ms.component: process-automation
77
author: georgewallace
88
ms.author: gwallace
9-
ms.date: 07/30/2018
9+
ms.date: 08/1/2018
1010
ms.topic: conceptual
1111
manager: carmonm
1212
---
1313
# Start/Stop VMs during off-hours solution in Azure Automation
1414

1515
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.
1616

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:
1818

1919
- Schedule VMs to start and stop.
2020
- Schedule VMs to start and stop in ascending order by using Azure Tags (not supported for classic VMs).
2121
- Auto-stop VMs based on low CPU usage.
2222

23-
## Prerequisites
23+
The following are limitations to the current solution:
2424

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.
2827

29-
> [!NOTE]
30-
> The runbooks managing the VM schedule can target VMs in any region.
28+
## Prerequisites
3129

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.
3431

3532
## Deploy the solution
3633

@@ -58,7 +55,7 @@ Perform the following steps to add the Start/Stop VMs during off-hours solution
5855
- 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.
5956

6057
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:
6259
- In the **Name** field, enter the name of the Automation account.
6360

6461
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.
-11.4 KB
Loading
0 Bytes
Loading
0 Bytes
Loading
-12.2 KB
Loading
0 Bytes
Loading
0 Bytes
Loading
-8.44 KB
Loading

0 commit comments

Comments
 (0)