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-config.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
@@ -158,7 +158,7 @@ The feature allows you to add VMs to be targeted or excluded.
158
158
159
159
There are two ways to ensure that a VM is included when the feature runs:
160
160
161
-
* Each of the parent [runbooks](automation-solution-vm-management.md#runbooks) of the feature has a `VMList` parameter. You can pass a comma-separated list of VM names (without spaces) to this parameter when scheduling the appropriate parent runbook for your situation, and these VMs will be included when the feature runs.
161
+
* Each of the parent runbooksof the feature has a `VMList` parameter. You can pass a comma-separated list of VM names (without spaces) to this parameter when scheduling the appropriate parent runbook for your situation, and these VMs will be included when the feature runs.
162
162
163
163
* To select multiple VMs, set `External_Start_ResourceGroupNames` and `External_Stop_ResourceGroupNames` with the resource group names that contain the VMs you want to start or stop. You can also set the variables to a value of `*` to have the feature run against all resource groups in the subscription.
title: Enable Azure Automation Start/Stop VMs during off-hours
3
+
description: This article tells how to enable the Start/Stop VMs during off-hours feature for your Azure VMs.
4
+
services: automation
5
+
ms.subservice: process-automation
6
+
ms.date: 11/29/2022
7
+
ms.topic: conceptual
8
+
ms.custom: engagement-fy23
9
+
---
10
+
11
+
# Enable Start/Stop VMs during off-hours
12
+
13
+
> [!NOTE]
14
+
>- Start/Stop VM during off-hours, version 1 is going to retire soon by CY23 and is 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 retirement in CY23. The details on announcement will be shared soon.
15
+
>- It is no longer possible to deploy the Start/Stop solution v1.
16
+
17
+
For more information on version 2, see [Deploy Start/Stop VMs v2 to an Azure subscription](../azure-functions/start-stop-vms/deploy.md)
18
+
19
+
20
+
## Create alerts
21
+
22
+
Start/Stop VMs during off-hours doesn't include a predefined set of Automation job alerts. Review [Forward job data to Azure Monitor Logs](automation-manage-send-joblogs-log-analytics.md#azure-monitor-log-records) to learn about log data forwarded from the Automation account related to the runbook job results and how to create job failed alerts to support your DevOps or operational processes and procedures.
23
+
24
+
## Next steps
25
+
26
+
* To set up the feature, see [Configure Stop/Start VMs during off-hours](automation-solution-vm-management-config.md).
27
+
* To resolve feature errors, see [Troubleshoot Start/Stop VMs during off-hours issues](troubleshoot/start-stop-vm.md).
Copy file name to clipboardExpand all lines: articles/automation/troubleshoot/start-stop-vm.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,6 @@ Review the following fixes for potential resolutions:
73
73
74
74
To learn more about errors when you register providers, see [Resolve errors for resource provider registration](../../azure-resource-manager/templates/error-register-resource-provider.md).
75
75
* If you have a lock on your Log Analytics workspace, go to your workspace in the Azure portal and remove any locks on the resource.
76
-
* If these resolutions don't solve your issue, follow the instructions under [Update the feature](../automation-solution-vm-management.md#update-the-feature) to redeploy Start/Stop VMs during off-hours.
77
76
78
77
## <aname="all-vms-fail-to-startstop"></a>Scenario: All VMs fail to start or stop
79
78
@@ -221,7 +220,7 @@ Many times errors can be caused by using an old and outdated version of the feat
221
220
222
221
### Resolution
223
222
224
-
To resolve many errors, remove and [update Start/Stop VMs during off-hours](../automation-solution-vm-management.md#update-the-feature). You also can check the [job streams](../automation-runbook-execution.md#job-statuses) to look for any errors.
223
+
You can check the [job streams](../automation-runbook-execution.md#job-statuses) to look for any errors.
description: This article describes the supported Windows and Linux operating systems with Azure Automation Update Management.
4
4
services: automation
5
5
ms.subservice: update-management
6
-
ms.date: 10/12/2021
6
+
ms.date: 01/04/2023
7
7
ms.topic: conceptual
8
8
---
9
9
@@ -18,7 +18,7 @@ The following table lists the supported operating systems for update assessments
18
18
All operating systems are assumed to be x64. x86 is not supported for any operating system.
19
19
20
20
> [!NOTE]
21
-
> - Update assessment of Linux machines is only supported in certain regions as listed in the Automation account and Log Analytics workspace [mappings table](../how-to/region-mappings.md#supported-mappings).
21
+
> - Update assessment of Linux machines is only supported in certain regions as listed in the Automation account and Log Analytics workspace [mappings table](../how-to/region-mappings.md#supported-mappings-for-version-1).
22
22
> - Update Management does not support CIS hardened images.
23
23
24
24
# [Windows operating system](#tab/os-win)
@@ -31,7 +31,7 @@ All operating systems are assumed to be x64. x86 is not supported for any operat
31
31
# [Linux operating system](#tab/os-linux)
32
32
33
33
> [!NOTE]
34
-
> Update assessment of Linux machines is only supported in certain regions as listed in the Automation account and Log Analytics workspace [mappings table](../how-to/region-mappings.md#supported-mappings).
34
+
> Update assessment of Linux machines is only supported in certain regions as listed in the Automation account and Log Analytics workspace [mappings table](../how-to/region-mappings.md#supported-mappings-for-version-1).
35
35
36
36
|Operating system |Notes |
37
37
|---------|---------|
@@ -86,7 +86,7 @@ By default, Windows VMs that are deployed from Azure Marketplace are set to rece
86
86
- The Update Management feature depends on the system Hybrid Runbook Worker role, and you should confirm its [system requirements](../automation-linux-hrw-install.md#prerequisites). Because Update Management uses Automation runbooks to initiate assessment and update of your machines, review the [version of Python required](../automation-linux-hrw-install.md#supported-runbook-types) for your supported Linux distro.
87
87
88
88
> [!NOTE]
89
-
> Update assessment of Linux machines is supported in certain regions only. See the Automation account and Log Analytics workspace [mappings table](../how-to/region-mappings.md#supported-mappings).
89
+
> Update assessment of Linux machines is supported in certain regions only. See the Automation account and Log Analytics workspace [mappings table](../how-to/region-mappings.md#supported-mappings-for-version-1).
90
90
91
91
92
92
For hybrid machines, we recommend installing the Log Analytics agent for Linux by first connecting your machine to [Azure Arc-enabled servers](../../azure-arc/servers/overview.md), and then use Azure Policy to assign the [Deploy Log Analytics agent to Linux Azure Arc machines](../../governance/policy/samples/built-in-policies.md#monitoring) built-in policy definition. Alternatively, to monitor the machines use the [Enable Azure Monitor for VMs](../../governance/policy/samples/built-in-initiatives.md#monitoring) instead of Azure Monitor for VMs.
Copy file name to clipboardExpand all lines: articles/automation/whats-new-archive.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
@@ -204,7 +204,7 @@ Automation account and State Configuration availability in Brazil South East. Fo
204
204
205
205
**Type:** New feature
206
206
207
-
Azure Automation region mapping updated to support Update Management feature in South Central US region. See [Supported region mapping](how-to/region-mappings.md#supported-mappings) for updates to the documentation to reflect this change.
207
+
Azure Automation region mapping updated to support Update Management feature in South Central US region. See [Supported region mapping](how-to/region-mappings.md#supported-mappings-for-version-1) for updates to the documentation to reflect this change.
208
208
209
209
## September 2020
210
210
@@ -272,7 +272,7 @@ The New-OnPremiseHybridWorker runbook has been updated to support Az modules. Fo
272
272
273
273
**Type:** New feature
274
274
275
-
Azure Automation region mapping updated to support Update Management feature in China East 2 region. See [Supported region mapping](how-to/region-mappings.md#supported-mappings) for updates to the documentation to reflect this change.
275
+
Azure Automation region mapping updated to support Update Management feature in China East 2 region. See [Supported region mapping](how-to/region-mappings.md#supported-mappings-for-version-1) for updates to the documentation to reflect this change.
Copy file name to clipboardExpand all lines: articles/automation/whats-new.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
@@ -201,7 +201,7 @@ Start/Stop VMs during off-hours (v1) will deprecate on May 21, 2022. Customers s
201
201
202
202
**Type:** New feature
203
203
204
-
Region mapping has been updated to support Update Management and Change Tracking in Norway East, UAE North, North Central US, Brazil South, and Korea Central. For more information, see [Supported mappings](./how-to/region-mappings.md#supported-mappings).
204
+
Region mapping has been updated to support Update Management and Change Tracking in Norway East, UAE North, North Central US, Brazil South, and Korea Central. For more information, see [Supported mappings](./how-to/region-mappings.md#supported-mappings-for-version-1).
205
205
206
206
### Support for system-assigned Managed Identities
0 commit comments