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-tutorial-update-management.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Manage updates and patches for your Azure VMs
3
-
description: This article provides an overview of how to use Azure Automation Update Management to manage updates and patches for your Azure Windows VMs.
3
+
description: This article provides an overview of how to use Azure Automation Update Management to manage updates and patches for your Azure and non-Azure VMs.
4
4
services: automation
5
-
author: zjalexander
5
+
author: mgoedtel
6
6
ms.service: automation
7
7
ms.subservice: update-management
8
8
ms.topic: tutorial
9
-
ms.date: 12/04/2018
10
-
ms.author: zachal
9
+
ms.date: 11/20/2019
10
+
ms.author: magoedte
11
11
ms.custom: mvc
12
12
---
13
13
# Manage updates and patches for your Azure VMs
@@ -45,15 +45,15 @@ First, enable Update Management on your VM for this tutorial:
45
45
1. Select the VM for which you want to enable Update Management.
46
46
1. On the VM page, under **OPERATIONS**, select **Update management**. The **Enable Update Management** pane opens.
47
47
48
-
Validation is performed to determine whether Update Management is enabled for this VM. This validation includes checks for an Azure Log Analytics workspace and linked Automation account, and whether the Update Management solution is in the workspace.
48
+
Validation is performed to determine whether Update Management is enabled for this VM. This validation includes checks for a Log Analytics workspace and linked Automation account, and whether the Update Management solution is enabled in the workspace.
49
49
50
-
A [Log Analytics](../log-analytics/log-analytics-overview.md?toc=%2fazure%2fautomation%2ftoc.json) workspace is used to collect data that's generated by features and services like Update Management. The workspace provides a single location to review and analyze data from multiple sources.
50
+
A [Log Analytics](../azure-monitor/platform/data-platform-logs.md) workspace is used to collect data that's generated by features and services like Update Management. The workspace provides a single location to review and analyze data from multiple sources.
51
51
52
-
The validation process also checks to see whether the VM is provisioned with the Microsoft Monitoring Agent (MMA) and Automation Hybrid Runbook Worker. This agent is used to communicate with Azure Automation and to obtain information about the update status. The agent requires port 443 to be open to communicate with the Azure Automation service and to download updates.
52
+
The validation process also checks to see whether the VM is provisioned with the Log Analytics agent and Automation Hybrid Runbook Worker. This agent is used to communicate with Azure Automation and to obtain information about the update status. The agent requires port 443 to be open to communicate with the Azure Automation service and to download updates.
53
53
54
54
If any of the following prerequisites were found to be missing during onboarding, they're automatically added:
* An [Automation account](./automation-offering-get-started.md)
58
58
* A [Hybrid Runbook Worker](./automation-hybrid-runbook-worker.md) (enabled on the VM)
59
59
@@ -65,9 +65,9 @@ Enabling the solution can take up to a few minutes. During this time, don't clos
65
65
66
66
## View update assessment
67
67
68
-
After Update Management is enabled, the **Update management** pane opens. If any updates are missing, a list of missing updates is shown on the **Missing updates** tab.
68
+
After Update Management is enabled, the **Update management** pane opens. If any updates are identified as missing, a list of missing updates is shown on the **Missing updates** tab.
69
69
70
-
Under **INFORMATION LINK**, select the update link to open the support article for the update in a new window. You can learn important information about the update in this window.
70
+
Under **INFORMATION LINK**, select the update link to open the support article for the update. You can learn important information about the update.
Copy file name to clipboardExpand all lines: articles/automation/automation-update-management-groups.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
2
title: Use dynamic groups with Azure Update Management
3
-
description: describes how dynamic groups work with Update Management
3
+
description: This article describes how dynamic groups work with Azure Automation Update Management.
4
4
services: automation
5
5
ms.service: automation
6
6
ms.subservice: update-management
7
-
author: bobbytreed
8
-
ms.author: robreed
9
-
ms.date: 10/02/2019
7
+
author: mgoedtel
8
+
ms.author: magoedte
9
+
ms.date: 11/20/2019
10
10
ms.topic: conceptual
11
11
manager: carmonm
12
12
---
13
13
# Use dynamic groups with Update Management
14
14
15
-
Update Management provides the ability to target a dynamic group of Azure or Non-Azure VMs for update deployments. These groups are evaluated at deployment time so you do not have to edit your deployment to add machines.
15
+
Update Management provides the ability to target a dynamic group of Azure or non-Azure VMs for update deployments. These groups are evaluated at deployment time so you do not have to edit your deployment to add machines.
16
16
17
17
## Azure machines
18
18
@@ -31,7 +31,7 @@ To preview the results of a dynamic group, click the **Preview** button. This pr
31
31
32
32
## Non-Azure machines
33
33
34
-
For Non-Azure machines, saved searches also referred to as computer groups are used to create the dynamic group. To learn how to create a saved search, see [Creating a computer group](../azure-monitor/platform/computer-groups.md#creating-a-computer-group). Once your group is created you can select it from the list of saved searches. Click **Preview** to preview the computers in the saved search at that time.
34
+
For non-Azure machines, saved searches also referred to as computer groups, are used to create the dynamic group. To learn how to create a saved search, see [Creating a computer group](../azure-monitor/platform/computer-groups.md#creating-a-computer-group). Once your group is created you can select it from the list of saved searches. Click **Preview** to preview the computers in the saved search at that time.
Copy file name to clipboardExpand all lines: articles/automation/manage-update-multi.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
title: Manage updates for multiple Azure virtual machines
3
-
description: This article describes how to manage updates for Azure virtual machines.
3
+
description: This article describes how to manage updates for Azure and non-Azure virtual machines.
4
4
services: automation
5
5
ms.service: automation
6
6
ms.subservice: update-management
7
-
author: bobbytreed
8
-
ms.author: robreed
9
-
ms.date: 04/02/2019
7
+
author: mgoedtel
8
+
ms.author: magoedte
9
+
ms.date: 11/20/2019
10
10
ms.topic: conceptual
11
11
manager: carmonm
12
12
---
@@ -25,6 +25,8 @@ To use Update Management, you need:
25
25
26
26
- A virtual machine or computer with one of the supported operating systems installed.
27
27
28
+
- Access to an update repository for Linux VMs onboarded to the solution.
29
+
28
30
## Supported operating systems
29
31
30
32
Update Management is supported on the following operating systems:
@@ -33,18 +35,14 @@ Update Management is supported on the following operating systems:
33
35
|---------|---------|
34
36
|Windows Server 2008, Windows Server 2008 R2 RTM | Supports only update assessments. |
35
37
|Windows Server 2008 R2 SP1 and later |Windows PowerShell 4.0 or later is required. ([Download WMF 4.0](https://www.microsoft.com/download/details.aspx?id=40855))</br> Windows PowerShell 5.1 is recommended for increased reliability. ([Download WMF 5.1](https://www.microsoft.com/download/details.aspx?id=54616)) |
36
-
|CentOS 6 (x86/x64) and 7 (x64) |Linux agents must have access to an update repository. |
37
-
|Red Hat Enterprise 6 (x86/x64) and 7 (x64) |Linux agents must have access to an update repository. |
38
-
|SUSE Linux Enterprise Server 11 (x86/x64) and 12 (x64) |Linux agents must have access to an update repository. |
39
-
|Ubuntu 14.04 LTS, 16.04 LTS and 18.04 LTS (x86/x64) |Linux agents must have access to an update repository. |
38
+
|CentOS 6 (x86/x64) and 7 (x64) ||
39
+
|Red Hat Enterprise 6 (x86/x64) and 7 (x64) ||
40
+
|SUSE Linux Enterprise Server 11 (x86/x64) and 12 (x64) ||
41
+
|Ubuntu 14.04 LTS, 16.04 LTS and 18.04 LTS (x86/x64) ||
40
42
41
43
> [!NOTE]
42
44
> To prevent updates from being applied outside a maintenance window on Ubuntu, reconfigure the Unattended-Upgrade package to disable automatic updates. For more information, see the [Automatic Updates topic in the Ubuntu Server Guide](https://help.ubuntu.com/lts/serverguide/automatic-updates.html).
43
45
44
-
Linux agents must have access to an update repository.
45
-
46
-
This solution doesn't support a Log Analytics Agent for Linux that's configured to report to multiple Azure Log Analytics workspaces.
47
-
48
46
## Enable Update Management for Azure virtual machines
49
47
50
48
In the Azure portal, open your Automation account, and then select **Update management**.
@@ -63,9 +61,7 @@ When onboarding is finished, Update Management is enabled for your virtual machi
63
61
64
62
## Enable Update Management for non-Azure virtual machines and computers
65
63
66
-
To learn how to enable Update Management for non-Azure Windows virtual machines and computers, see [Connect Windows computers to the Azure Monitor service in Azure](../log-analytics/log-analytics-windows-agent.md).
67
-
68
-
To learn how to enable Update Management for non-Azure Linux virtual machines and computers, see [Connect your Linux computers to Azure Monitor logs](../log-analytics/log-analytics-agent-linux.md).
64
+
The Log Analytics agent for Windows and Linux needs to be installed on the VMs that are running on your corporate network or other cloud environment in order to enable them with Update Management. To learn the system requirements and supported methods to deploy the agent to machines hosted outside of Azure, see [Overview of the Log Analytics agent](../azure-monitor/platform/log-analytics-agent.md).
69
65
70
66
## View computers attached to your Automation account
71
67
@@ -124,8 +120,13 @@ In the **New update deployment** pane, specify the following information:
124
120
125
121
-**Name**: Enter a unique name to identify the update deployment.
126
122
-**Operating system**: Select **Windows** or **Linux**.
127
-
-**Groups to update (preview)**: Define a query based on a combination of subscription, resource groups, locations, and tags to build a dynamic group of Azure VMs to include in your deployment. To learn more see, [Dynamic Groups](automation-update-management-groups.md)
128
-
-**Machines to update**: Select a Saved Search, Imported group, or select Machines, to choose the machines that you want to update. If you choose **Machines**, the readiness of the machine is shown in the **UPDATE AGENT READINESS** column. You can see the health state of the machine before you schedule the update deployment. To learn about the different methods of creating computer groups in Azure Monitor logs, see [Computer groups in Azure Monitor logs](../azure-monitor/platform/computer-groups.md)
123
+
-**Groups to update**: Define a query based on a combination of subscription, resource groups, locations, and tags to build a dynamic group of Azure VMs to include in your deployment. For non-Azure VMs, saved searches are used to create a dynamic group to include in your deployment. To learn more see, [Dynamic Groups](automation-update-management-groups.md).
124
+
-**Machines to update**: Select a Saved Search, Imported group, or select Machines, to choose the machines that you want to update.
125
+
126
+
>[!NOTE]
127
+
>Selecting the Saved Search option does not return machine identities, only their names. If you have several VMs with the same name across multiple resource groups, they are returned in the results. Using the **Groups to update** option is recommended to ensure you include unique VMs matching your criteria.
128
+
129
+
If you choose **Machines**, the readiness of the machine is shown in the **UPDATE AGENT READINESS** column. You can see the health state of the machine before you schedule the update deployment. To learn about the different methods of creating computer groups in Azure Monitor logs, see [Computer groups in Azure Monitor logs](../azure-monitor/platform/computer-groups.md)
@@ -190,5 +191,5 @@ To see detailed information about any errors from the deployment, select **Error
190
191
191
192
## Next steps
192
193
193
-
-To learn more about Update Management, including logs, output, and errors, see [Update Management solution in Azure](../operations-management-suite/oms-solution-update-management.md).
194
+
To learn more about Update Management, including logs, output, and errors, see [Update Management solution in Azure](../operations-management-suite/oms-solution-update-management.md).
0 commit comments