Skip to content

Commit 6e0db38

Browse files
Merge pull request #219778 from SnehaSudhirG/29Nov-AddNote-QS
Added a note about start/stop support to v1 and migration to v2
2 parents f43977f + aba9822 commit 6e0db38

7 files changed

+38
-12
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ title: Configure Azure Automation Start/Stop VMs during off-hours
33
description: This article tells how to configure the Start/Stop VMs during off-hours feature to support different use cases or scenarios.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 03/12/2021
6+
ms.date: 11/29/2022
77
ms.topic: conceptual
8+
ms.custom: engagement-fy23
89
---
910

1011
# Configure Start/Stop VMs during off-hours
1112

13+
> [!NOTE]
14+
> Start/Stop VM during off-hours, version 1 is deprecated and unavailable in the marketplace now. We recommend that you start using [version 2](../azure-functions/start-stop-vms/overview.md), which is now generally available.
15+
The new version offers all existing capabilities and provides new features, such as multi-subscription support from a single Start/Stop instance. If you have the version 1 solution already deployed, you can still use the feature, and we will provide support until further announcement.
16+
1217
This article describes how to configure the [Start/Stop VMs during off-hours](automation-solution-vm-management.md) feature to support the described scenarios. You can also learn how to:
1318

1419
* [Configure email notifications](#configure-email-notifications)

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ title: Enable Azure Automation Start/Stop VMs during off-hours
33
description: This article tells how to enable the Start/Stop VMs during off-hours feature for your Azure VMs.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 05/18/2021
6+
ms.date: 11/29/2022
77
ms.topic: conceptual
8+
ms.custom: engagement-fy23
89
---
910

1011
# Enable Start/Stop VMs during off-hours
1112

13+
> [!NOTE]
14+
> Start/Stop VM during off-hours, version 1 is deprecated and unavailable in the marketplace now. We recommend that you start using [version 2](../azure-functions/start-stop-vms/overview.md), which is now generally available.
15+
The new version offers all existing capabilities and provides new features, such as multi-subscription support from a single Start/Stop instance. If you have the version 1 solution already deployed, you can still use the feature, and we will provide support until further announcement.
16+
1217
Perform the steps in this topic in sequence to enable the Start/Stop VMs during off-hours feature for VMs using a new or existing Automation account and linked Log Analytics workspace. After completing the setup process, configure the variables to customize the feature.
1318

1419
## Enable and configure

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ title: Query logs from Azure Automation Start/Stop VMs during off-hours
33
description: This article tells how to use Azure Monitor to query log data generated by Start/Stop VMs during off-hours.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 04/01/2020
6+
ms.date: 11/29/2022
77
ms.topic: conceptual
8+
ms.custom: engagement-fy23
89
---
910

1011
# Query logs from Start/Stop VMs during off-hours
1112

13+
> [!NOTE]
14+
> Start/Stop VM during off-hours, version 1 is deprecated and unavailable in the marketplace now. We recommend that you start using [version 2](../azure-functions/start-stop-vms/overview.md), which is now generally available.
15+
The new version offers all existing capabilities and provides new features, such as multi-subscription support from a single Start/Stop instance. If you have the version 1 solution already deployed, you can still use the feature, and we will provide support until further announcement.
16+
1217
Azure Automation forwards two types of records to the linked Log Analytics workspace: job logs and job streams. This article reviews the data available for [query](../azure-monitor/logs/log-query-overview.md) in Azure Monitor.
1318

1419
## Job logs

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ title: Remove Azure Automation Start/Stop VMs during off-hours overview
33
description: This article describes how to remove the Start/Stop VMs during off-hours feature and unlink an Automation account from the Log Analytics workspace.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 04/15/2021
6+
ms.date: 11/29/2022
77
ms.topic: conceptual
8+
ms.custom: engagement-fy23
89
---
910

1011
# Remove Start/Stop VMs during off-hours from Automation account
1112

13+
> [!NOTE]
14+
> Start/Stop VM during off-hours, version 1 is deprecated and unavailable in the marketplace now. We recommend that you start using [version 2](../azure-functions/start-stop-vms/overview.md), which is now generally available.
15+
The new version offers all existing capabilities and provides new features, such as multi-subscription support from a single Start/Stop instance. If you have the version 1 solution already deployed, you can still use the feature, and we will provide support until further announcement.
16+
1217
After you enable the Start/Stop VMs during off-hours feature to manage the running state of your Azure VMs, you may decide to stop using it. Removing this feature can be done using one of the following methods based on the supported deployment models:
1318

1419
* Delete the resource group containing the Automation account and linked Azure Monitor Log Analytics workspace, each dedicated to support this feature.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Azure Automation Start/Stop VMs during off-hours overview
33
description: This article describes the Start/Stop VMs during off-hours feature, which starts or stops VMs on a schedule and proactively monitor them from Azure Monitor Logs.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 05/25/2021
6+
ms.date: 11/29/2022
77
ms.topic: conceptual
8-
ms.custom: devx-track-azurepowershell
8+
ms.custom: devx-track-azurepowershell, engagement-fy23
99
---
1010

1111
# Start/Stop VMs during off-hours overview
1212

1313
> [!NOTE]
14-
> Start/Stop VM during off-hours, version 1 is currently being deprecated and will be unavailable from the marketplace soon. We recommend that you start using [version 2](../azure-functions/start-stop-vms/overview.md), which is now generally available.
14+
> Start/Stop VM during off-hours, version 1 is deprecated and unavailable in the marketplace now. We recommend that you start using [version 2](../azure-functions/start-stop-vms/overview.md), which is now generally available.
1515
The new version offers all existing capabilities and provides new features, such as multi-subscription support from a single Start/Stop instance. If you have the version 1 solution already deployed, you can still use the feature, and we will provide support until further announcement.
1616

1717
The Start/Stop VMs during off-hours feature start or stops enabled Azure VMs. 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/alerts/action-groups.md). The feature can be enabled on both Azure Resource Manager and classic VMs for most scenarios.

articles/automation/how-to/region-mappings.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: Supported regions for linked Log Analytics workspace
33
description: This article describes the supported region mappings between an Automation account and a Log Analytics workspace as it relates to certain features of Azure Automation.
4-
ms.date: 04/01/2021
4+
ms.date: 11/29/2022
55
services: automation
66
ms.topic: conceptual
7-
ms.custom: references_regions
7+
ms.custom: references_regions, engagement-fy23
88
---
99

1010
# Supported regions for linked Log Analytics workspace
1111

12+
> [!NOTE]
13+
> Start/Stop VM during off-hours, version 1 is deprecated and unavailable in the marketplace now. We recommend that you start using [version 2](/articles/azure-functions/start-stop-vms/overview.md), which is now generally available. The new version offers all existing capabilities and provides new features, such as multi-subscription support from a single Start/Stop instance. If you have the version 1 solution already deployed, you can still use the feature, and we will provide support until further announcement.
14+
1215
In Azure Automation, you can enable the Update Management, Change Tracking and Inventory, and Start/Stop VMs during off-hours features for your servers and virtual machines. These features have a dependency on a Log Analytics workspace, and therefore require linking the workspace with an Automation account. However, only certain regions are supported to link them together. In general, the mapping is *not* applicable if you plan to link an Automation account to a workspace that won't have these features enabled.
1316

1417
The mappings discussed here apply only to linking the Log Analytics Workspace to an Automation account. They do not apply to the virtual machines (VMs) that are connected to the workspace that's linked to the Automation Account. VMs aren't limited to the regions supported by a given Log Analytics workspace. They can be in any region. Keep in mind that having the VMs in a different region may affect state, local, and country regulatory requirements, or your company's compliance requirements. Having VMs in a a different region could also introduce data bandwidth charges.

articles/automation/troubleshoot/start-stop-vm.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ title: Troubleshoot Azure Automation Start/Stop VMs during off-hours issues
33
description: This article tells how to troubleshoot and resolve issues arising during the use of the Start/Stop VMs during off-hours feature.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 04/04/2019
7-
ms.topic: troubleshooting
8-
ms.custom: devx-track-azurepowershell
6+
ms.date: 11/29/2022
7+
ms.topic: troubleshooting
8+
ms.custom: devx-track-azurepowershell, engagement-fy23
99
---
1010

1111
# Troubleshoot Start/Stop VMs during off-hours issues
1212

13+
> [!NOTE]
14+
> Start/Stop VM during off-hours, version 1 is deprecated and unavailable in the marketplace now. We recommend that you start using [version 2](/articles/azure-functions/start-stop-vms/overview.md), which is now generally available. The new version offers all existing capabilities and provides new features, such as multi-subscription support from a single Start/Stop instance. If you have the version 1 solution already deployed, you can still use the feature, and we will provide support until further announcement.
15+
1316
This article provides information on troubleshooting and resolving issues that arise when you deploy the Azure Automation Start/Stop VMs during off-hours feature on your VMs.
1417

1518
## <a name="deployment-failure"></a>Scenario: Start/Stop VMs during off-hours fails to properly deploy

0 commit comments

Comments
 (0)