Skip to content

Commit 5664a7b

Browse files
authored
Merge pull request #89221 from bobbytreed/bobbytreed-supportability09-20
Supportability Items
2 parents 58272b4 + f378c9d commit 5664a7b

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

articles/automation/automation-hrw-run-runbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Start-AzureRmAutomationRunbook –AutomationAccountName "MyAutomationAccount"
3535
3636
## Runbook permissions
3737

38-
Runbooks running on a Hybrid Runbook Worker can't use the same method that is typically used for runbooks authenticating to Azure resources, since they're accessing resources not in Azure. The runbook can either provide its own authentication to local resources, or can configure authentication using [managed identities for Azure resources](../active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-arm.md#grant-your-vm-access-to-a-resource-group-in-resource-manager
39-
). You can also specify a RunAs account to provide a user context for all runbooks.
38+
Runbooks running on a Hybrid Runbook Worker can't use the same method that is typically used for runbooks authenticating to Azure resources, since they're accessing resources not in Azure. The runbook can either provide its own authentication to local resources, or can configure authentication using
39+
[managed identities for Azure resources](../active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-arm.md#grant-your-vm-access-to-a-resource-group-in-resource-manager). You can also specify a RunAs account to provide a user context for all runbooks.
4040

4141
### Runbook authentication
4242

articles/automation/automation-linux-hrw-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Before you proceed, note the Log Analytics workspace that your Automation accoun
6565
6666
1. Install the Log Analytics agent for Linux by running the following command. Replace \<WorkspaceID\> and \<WorkspaceKey\> with the appropriate values from your workspace.
6767
68-
[!INCLUDE [log-analytics-agent-note](../../includes/log-analytics-agent-note.md)]
68+
[!INCLUDE [log-analytics-agent-note](../../includes/log-analytics-agent-note.md)]
6969
7070
```bash
7171
wget https://raw.githubusercontent.com/Microsoft/OMS-Agent-for-Linux/master/installer/scripts/onboard_agent.sh && sh onboard_agent.sh -w <WorkspaceID> -s <WorkspaceKey>

articles/automation/automation-update-management.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Having a machine registered for Update Management in more than one Log Analytics
6666

6767
### Supported client types
6868

69-
The following table shows a list of supported operating systems:
69+
The following table shows a list of supported operating systems for Update Assessments. Patching requires a Hybrid Runbook Worker. For information on Hybrid Runbook Worker requirements, see the installation guides for [Windows HRW](automation-windows-hrw-install.md#installing-the-windows-hybrid-runbook-worker) and [Linux HRW](automation-linux-hrw-install.md#installing-a-linux-hybrid-runbook-worker).
7070

7171
|Operating system |Notes |
7272
|---------|---------|
73-
|Windows Server 2019 (Datacenter/Datacenter Core/Standard)<br><br>Windows Server 2016 (Datacenter/Datacenter Core/Standard)<br><br>Windows Server 2012 R2(Datacenter/Standard)<br><br>Windows Server 2012<br><br>Windows Server 2008 R2 (RTM and SP1 Standard)|**Update Assessments**: Supported<br><br>**Patching**: Requires Hybrid Runbook Worker. See [Hybrid Runbook Worker requirements](automation-windows-hrw-install.md#installing-the-windows-hybrid-runbook-worker)|
73+
|Windows Server 2019 (Datacenter/Datacenter Core/Standard)<br><br>Windows Server 2016 (Datacenter/Datacenter Core/Standard)<br><br>Windows Server 2012 R2(Datacenter/Standard)<br><br>Windows Server 2012<br><br>Windows Server 2008 R2 (RTM and SP1 Standard)||
7474
|CentOS 6 (x86/x64) and 7 (x64) | Linux agents must have access to an update repository. Classification-based patching requires 'yum' to return security data which CentOS doesn't have out of the box. For more information on classification-based patching on CentOS, see [Update classifications on Linux](#linux-2) |
7575
|Red Hat Enterprise 6 (x86/x64) and 7 (x64) | Linux agents must have access to an update repository. |
7676
|SUSE Linux Enterprise Server 11 (x86/x64) and 12 (x64) | Linux agents must have access to an update repository. |
@@ -245,6 +245,9 @@ To create a new update deployment, select **Schedule update deployment**. The **
245245

246246
Update Deployments can also be created programmatically. To learn how to create an Update Deployment with the REST API, see [Software Update Configurations - Create](/rest/api/automation/softwareupdateconfigurations/create). There is also a sample runbook that can be used to create a weekly Update Deployment. To learn more about this runbook, see [Create a weekly update deployment for one or more VMs in a resource group](https://gallery.technet.microsoft.com/scriptcenter/Create-a-weekly-update-2ad359a1).
247247

248+
> [!NOTE]
249+
> The Registry keys listed under [Registry keys used to manage restart](/windows/deployment/update/waas-restart#registry-keys-used-to-manage-restart) can cause a reboot event if **Reboot Control** is set to **Never Reboot**.
250+
248251
### Maintenance Windows
249252

250253
Maintenance windows control the amount of time allowed for updates to install. Consider the following details when specifying a maintenance window.

articles/automation/change-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The following table shows the tracked item limits per machine for Change Trackin
193193
|---|---|---|
194194
|File|500||
195195
|Registry|250||
196-
|Windows software|250|Doesn't include software updates|
196+
|Windows software|250|Doesn't include software hotfixes|
197197
|Linux packages|1250||
198198
|Services|250||
199199
|Daemon|250||

articles/automation/troubleshoot/hybrid-runbook-worker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshooting - Azure Automation Hybrid Runbook Workers
33
description: This article provides information troubleshooting Azure Automation Hybrid Runbook Workers
44
services: automation
55
ms.service: automation
6-
ms.subservice:
6+
ms.subservice:
77
author: bobbytreed
88
ms.author: robreed
99
ms.date: 02/12/2019
@@ -162,7 +162,7 @@ The following example query shows the machines in a workspace and their last hea
162162

163163
```loganalytics
164164
// Last heartbeat of each computer
165-
Heartbeat
165+
Heartbeat
166166
| summarize arg_max(TimeGenerated, *) by Computer
167167
```
168168

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ The subscription is not registered to use namespace 'Microsoft.Insights'.
3838
The scope '/subscriptions/000000000000-0000-0000-0000-00000000/resourcegroups/<ResourceGroupName>/providers/Microsoft.OperationalInsights/workspaces/<WorkspaceName>/views/StartStopVMView' cannot perform write operation because following scope(s) are locked: '/subscriptions/000000000000-0000-0000-0000-00000000/resourceGroups/<ResourceGroupName>/providers/Microsoft.OperationalInsights/workspaces/<WorkspaceName>/views/StartStopVMView'. Please remove the lock and try again
3939
```
4040

41+
```error
42+
A parameter cannot be found that matches parameter name 'TagName'
43+
```
44+
45+
```error
46+
Start-AzureRmVm : Run Login-AzureRmAccount to login
47+
```
48+
4149
### Cause
4250

4351
Deployments may fail because of one of the following reasons:
@@ -46,6 +54,7 @@ Deployments may fail because of one of the following reasons:
4654
2. A policy is in place that disallows the deployment of the Start/Stop VMs solution.
4755
3. The `Microsoft.OperationsManagement`, `Microsoft.Insights`, or `Microsoft.Automation` resource types are not registered.
4856
4. Your Log Analytics workspace has a lock on it.
57+
5. You have an outdated version of AzureRM modules or the Start/Stop solution.
4958

5059
### Resolution
5160

@@ -60,6 +69,7 @@ Review the following list for potential solutions to your problem or places to l
6069

6170
See, [Resolve errors for resource provider registration](../../azure-resource-manager/resource-manager-register-provider-errors.md) to learn more about errors when registering providers.
6271
4. 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.
72+
5. If the resolutions above do not solve your issue, follow the instructions under [Update the Solution](../automation-solution-vm-management.md#update-the-solution) to re-deploy the Start/Stop solution.
6373

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

0 commit comments

Comments
 (0)