Skip to content

Commit 39cac7c

Browse files
authored
Merge pull request #112460 from BethWilke/branch200
Fixing task 1704212
2 parents da5b7b0 + fe85ea9 commit 39cac7c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ ms.topic: conceptual
1010

1111
The **Start/stop VMs during off-hours** solution starts or stops your Azure virtual machines. It starts or stops machines on user-defined schedules, provides insights through Azure Monitor logs, and sends optional emails by using [action groups](../azure-monitor/platform/action-groups.md). The solution supports both Azure Resource Manager and classic VMs for most scenarios.
1212

13-
This solution provides a decentralized low-cost automation option for users who want to optimize their VM costs. With this solution, you can:
13+
This solution uses [Start-AzureRmVM](https://docs.microsoft.com/powershell/module/azurerm.compute/start-azurermvm?view=azurermps-6.13.0) cmdlet to start VMs. It uses [Stop-AzureRmVM](https://docs.microsoft.com/powershell/module/AzureRM.Compute/Stop-AzureRmVM?view=azurermps-6.13.0) for stopping VMs.
14+
15+
> [!NOTE]
16+
> The **Start/stop VMs during off-hours** solution has been updated to support the newest versions of the Azure modules that are available.
17+
18+
The solution provides a decentralized low-cost automation option for users who want to optimize their VM costs. With this solution, you can:
1419

1520
- [Schedule VMs to start and stop](automation-solution-vm-management-config.md#schedule).
1621
- Schedule VMs to start and stop in ascending order by [using Azure Tags](automation-solution-vm-management-config.md#tags) (not supported for classic VMs).
1722
- Autostop VMs based on [low CPU usage](automation-solution-vm-management-config.md#cpuutil).
1823

19-
> [!NOTE]
20-
> The **Start/stop VMs during off-hours** solution has been updated to support the newest versions of the Azure modules that are available.
21-
2224
The following are limitations with the current solution:
2325

2426
- It manages VMs in any region, but can only be used in the same subscription as your Azure Automation account.

0 commit comments

Comments
 (0)