Skip to content

Commit 6cee7e4

Browse files
committed
fixed warnings
1 parent cb1c4e5 commit 6cee7e4

File tree

6 files changed

+36
-10
lines changed

6 files changed

+36
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The feature allows you to add VMs to be targeted or excluded.
158158

159159
There are two ways to ensure that a VM is included when the feature runs:
160160

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

163163
* 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.
164164

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
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).

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ Review the following fixes for potential resolutions:
7373

7474
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).
7575
* 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.
7776

7877
## <a name="all-vms-fail-to-startstop"></a>Scenario: All VMs fail to start or stop
7978

@@ -221,7 +220,7 @@ Many times errors can be caused by using an old and outdated version of the feat
221220
222221
### Resolution
223222

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

226225
## Next steps
227226

articles/automation/update-management/operating-system-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Automation Update Management Supported Clients
33
description: This article describes the supported Windows and Linux operating systems with Azure Automation Update Management.
44
services: automation
55
ms.subservice: update-management
6-
ms.date: 10/12/2021
6+
ms.date: 01/04/2023
77
ms.topic: conceptual
88
---
99

@@ -18,7 +18,7 @@ The following table lists the supported operating systems for update assessments
1818
All operating systems are assumed to be x64. x86 is not supported for any operating system.
1919

2020
> [!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).
2222
> - Update Management does not support CIS hardened images.
2323
2424
# [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
3131
# [Linux operating system](#tab/os-linux)
3232

3333
> [!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).
3535
3636
|Operating system |Notes |
3737
|---------|---------|
@@ -86,7 +86,7 @@ By default, Windows VMs that are deployed from Azure Marketplace are set to rece
8686
- 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.
8787

8888
> [!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).
9090
9191

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

articles/automation/whats-new-archive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Automation account and State Configuration availability in Brazil South East. Fo
204204

205205
**Type:** New feature
206206

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

209209
## September 2020
210210

@@ -272,7 +272,7 @@ The New-OnPremiseHybridWorker runbook has been updated to support Az modules. Fo
272272

273273
**Type:** New feature
274274

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

277277
## May 2020
278278

articles/automation/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Start/Stop VMs during off-hours (v1) will deprecate on May 21, 2022. Customers s
201201

202202
**Type:** New feature
203203

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).
205205

206206
### Support for system-assigned Managed Identities
207207

0 commit comments

Comments
 (0)