Skip to content

Commit 4027c68

Browse files
committed
updated article
1 parent 79fcd04 commit 4027c68

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/automation/automation-update-management-deploy-template.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@ ms.subservice: update-management
66
ms.topic: conceptual
77
author: mgoedtel
88
ms.author: magoedte
9-
ms.date: 02/26/2020
9+
ms.date: 02/27/2020
1010

1111
---
1212

1313
# Onboard Update Management solution using Azure Resource Manager template
1414

1515
You can use [Azure Resource Manager templates](../azure-resource-manager/templates/template-syntax.md) to enable the Azure Automation Update Management solution in your resource group. This article provides a sample template that automates the following:
1616

17-
* Creation of a Azure Monitor Log Analytics workspace
18-
* Creation of an Azure Automation account
19-
* Links the Automation account to the Log Analytics workspace
17+
* Creation of a Azure Monitor Log Analytics workspace.
18+
* Creation of an Azure Automation account.
19+
* Links the Automation account to the Log Analytics workspace if not already linked.
2020
* Onboard the Azure Automation Update Management solution
2121

2222
The template does not automate the onboarding of one or more Azure or non-Azure VMs.
2323

24+
If you already have a Log Analytics workspace and Automation account deployed in a supported region in your subscription, they are not linked, and the workspace doesn't already have the Update Management solution deployed, using this template successfully creates the link and deploys the Update Management solution.
25+
2426
## API versions
2527

2628
The following table lists the API version for the resources used in this example.
@@ -56,7 +58,7 @@ The following parameters in the template are set with a default value for the Lo
5658
>
5759
5860
>[!NOTE]
59-
>Before using this template, review [additional details](../azure-monitor/platform/template-workspace-configuration.md#create-a-log-analytics-workspace) related to the configuration of the property `capacityReservationLevel` for the SKU `CapacityReservation` for a Log Analytics workspace.
61+
>Before using this template, review [additional details](../azure-monitor/platform/template-workspace-configuration.md#create-a-log-analytics-workspace) to fully understand workspace configuration options such as access control mode, pricing tier, retention, and capacity reservation level. If you are new to Azure Monitor logs and have not deployed a workspace already, you should review the [workspace design](../azure-monitor/platform/design-logs-deployment.md) guidance to learn about access control, and an understanding of the design implementation strategies we recommend for your organization.
6062
6163
## Deploy template
6264

0 commit comments

Comments
 (0)