Skip to content

Commit 3cd4cb6

Browse files
authored
Merge pull request #106571 from MGoedtel/UpdateUM34b
updated tutorial and overview article
2 parents 706acf5 + 026ca29 commit 3cd4cb6

File tree

2 files changed

+13
-36
lines changed

2 files changed

+13
-36
lines changed

articles/automation/automation-tutorial-update-management.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ For pricing information, see [Automation pricing for Update Management](https://
1616
In this tutorial, you learn how to:
1717

1818
> [!div class="checklist"]
19-
> * Onboard a VM for Update Management
2019
> * View an update assessment
2120
> * Configure alerting
2221
> * Schedule an update deployment
@@ -26,40 +25,13 @@ In this tutorial, you learn how to:
2625

2726
To complete this tutorial, you need:
2827

29-
* An Azure subscription. If you don't have one yet, you can [activate your monthly Azure credit for Visual Studio subscribers](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/) or sign up for a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
30-
* An [Azure Automation account](automation-offering-get-started.md) to hold the watcher and action runbooks and the Watcher Task.
28+
* The [Update Management](automation-update-management.md) solution enabled for one or more of your VMs.
3129
* A [virtual machine](../virtual-machines/windows/quick-create-portal.md) to onboard.
3230

3331
## Sign in to Azure
3432

3533
Sign in to the Azure portal at https://portal.azure.com.
3634

37-
## Enable Update Management
38-
39-
First, enable Update Management on your VM for this tutorial:
40-
41-
1. In the [Azure portal](https://portal.azure.com), from the left-hand pane select **Virtual machines** or search for and select **Virtual machines** from the **Home** page.
42-
2. Select the VM for which you want to enable Update Management.
43-
3. On the VM page, under **Operations**, select **Update management**. The **Enable Update management** pane opens.
44-
45-
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.
46-
47-
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.
48-
49-
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.
50-
51-
If any of the following prerequisites were found to be missing during onboarding, they're automatically added:
52-
53-
* [Log Analytics](../azure-monitor/platform/data-platform-logs.md) workspace
54-
* An [Automation account](./automation-offering-get-started.md)
55-
* A [Hybrid Runbook Worker](./automation-hybrid-runbook-worker.md) enabled on the VM
56-
57-
Under **Update management**, set the location, Log Analytics workspace, and Automation account to use. Then, select **Enable**. If these options aren't available, it means that another Automation solution is enabled for the VM. In that case, the same workspace and Automation account must be used.
58-
59-
![Enable the Update Management solution window](./media/automation-tutorial-update-management/manageupdates-update-enable.png)
60-
61-
Enabling the solution can take several minutes. During this time, don't close the browser window. After the solution is enabled, information about missing updates on the VM flows to Azure Monitor logs. It can take between 30 minutes and 6 hours for the data to be available for analysis.
62-
6335
## View update assessment
6436

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

articles/automation/automation-update-management.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ You can enable Update Management for virtual machines (VMs) using the following
2121
> [!NOTE]
2222
> The Update Management solution requires linking a Log Analytics workspace to your Automation account. For a definitive list of supported regions, see [Azure Workspace mappings](./how-to/region-mappings.md). The region mappings don't affect the ability to manage VMs in a separate region from your Automation account.
2323
24-
An Azure [Resource Manager template](automation-update-management-deploy-template.md) is available that enables you to deploy the Update Management solution to a new or existing Automation account and Log Analytics workspace in your subscription.
25-
2624
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../includes/azure-monitor-log-analytics-rebrand.md)]
2725

26+
An Azure [Resource Manager template](automation-update-management-deploy-template.md) is available that enables you to deploy the Update Management solution to a new or existing Automation account and Log Analytics workspace in your subscription.
27+
2828
## Solution overview
2929

3030
Machines that are managed by Update Management use the following configurations to perform assessment and to update deployments:
@@ -59,7 +59,7 @@ The scheduled deployment defines which target machines receive the applicable up
5959

6060
You also specify a schedule to approve and set a time period during which updates can be installed. This period is called the maintenance window. A 20-minute span of the maintenance window is reserved for reboots, assuming one is needed and you selected the appropriate reboot option. If patching takes longer than expected and there's less than 20 minutes in the maintenance window, a reboot won't occur.
6161

62-
Updates are installed by runbooks in Azure Automation. You can't view these runbooks, and they dont require any configuration. When an update deployment is created, it creates a schedule that starts a master update runbook at the specified time for the included machines. The master runbook starts a child runbook on each agent to install the required updates.
62+
Updates are installed by runbooks in Azure Automation. You can't view these runbooks, and they don't require any configuration. When an update deployment is created, it creates a schedule that starts a master update runbook at the specified time for the included machines. The master runbook starts a child runbook on each agent to install the required updates.
6363

6464
At the date and time specified in the update deployment, the target machines execute the deployment in parallel. Before installation, a scan is run to verify that the updates are still required. For WSUS client machines, if the updates aren't approved in WSUS, update deployment fails.
6565

@@ -243,10 +243,15 @@ Update Management relies on the locally configured update repository to update s
243243

244244
To begin updating systems, you need to enable the Update Management solution. The following are the recommended and supported methods to onboard the solution:
245245

246-
* [From a virtual machine](automation-onboard-solutions-from-vm.md)
247-
* [From browsing multiple machines](automation-onboard-solutions-from-browse.md)
248-
* [From your Automation account](automation-onboard-solutions-from-automation-account.md)
249-
* [With an Azure Automation runbook](automation-onboard-solutions.md)
246+
- [From a virtual machine](automation-onboard-solutions-from-vm.md)
247+
248+
- [From browsing multiple machines](automation-onboard-solutions-from-browse.md)
249+
250+
- [From your Automation account](automation-onboard-solutions-from-automation-account.md)
251+
252+
- [With an Azure Automation runbook](automation-onboard-solutions.md)
253+
254+
- [With an Azure Resource Manager template](automation-update-management-deploy-template.md)
250255

251256
## Next steps
252257

0 commit comments

Comments
 (0)