Skip to content

Commit eb44474

Browse files
committed
task1711582
1 parent 7656a81 commit eb44474

File tree

3 files changed

+9
-57
lines changed

3 files changed

+9
-57
lines changed

articles/automation/automation-create-account-template.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.subservice: update-management
66
ms.topic: conceptual
77
author: mgoedtel
88
ms.author: magoedte
9-
ms.date: 04/15/2020
9+
ms.date: 04/24/2020
1010

1111
---
1212

@@ -58,7 +58,9 @@ The following parameters in the template are set with a default value for the Lo
5858
>
5959
6060
>[!NOTE]
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.
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.
62+
>Because only certain regions are supported for linking a Log Analytics workspace and an Automation account in your subscription, review [Workspace mappings](how-to/region-mappings.md) to specify the supported regions inline or in a parameters file.
63+
>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 understand the design implementation strategies we recommend for your organization.
6264
6365
## Deploy template
6466

@@ -108,32 +110,6 @@ The following parameters in the template are set with a default value for the Lo
108110
},
109111
"location": {
110112
"type": "string",
111-
"allowedValues": [
112-
"australiacentral",
113-
"australiaeast",
114-
"australiasoutheast",
115-
"brazilsouth",
116-
"canadacentral",
117-
"centralindia",
118-
"centralus",
119-
"eastasia",
120-
"eastus",
121-
"eastus2",
122-
"francecentral",
123-
"japaneast",
124-
"koreacentral",
125-
"northcentralus",
126-
"northeurope",
127-
"southafricanorth",
128-
"southcentralus",
129-
"southeastasia",
130-
"uksouth",
131-
"ukwest",
132-
"westcentralus",
133-
"westeurope",
134-
"westus",
135-
"westus2"
136-
],
137113
"metadata": {
138114
"description": "Specifies the location in which to create the workspace."
139115
}

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

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.subservice: update-management
66
ms.topic: conceptual
77
author: mgoedtel
88
ms.author: magoedte
9-
ms.date: 03/30/2020
9+
ms.date: 04/24/2020
1010
---
1111

1212
# Onboard Update Management solution using Azure Resource Manager template
@@ -61,7 +61,9 @@ The following parameters in the template are set with a default value for the Lo
6161
>
6262
6363
>[!NOTE]
64-
>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 understand the design implementation strategies we recommend for your organization.
64+
>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.
65+
>Because only certain regions are supported for linking a Log Analytics workspace and an Automation account in your subscription, review [Workspace mappings](how-to/region-mappings.md) to specify the supported regions inline or in a parameters file.
66+
>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 understand the design implementation strategies we recommend for your organization.
6567
6668
## Deploy template
6769

@@ -111,32 +113,6 @@ The following parameters in the template are set with a default value for the Lo
111113
},
112114
"location": {
113115
"type": "string",
114-
"allowedValues": [
115-
"australiacentral",
116-
"australiaeast",
117-
"australiasoutheast",
118-
"brazilsouth",
119-
"canadacentral",
120-
"centralindia",
121-
"centralus",
122-
"eastasia",
123-
"eastus",
124-
"eastus2",
125-
"francecentral",
126-
"japaneast",
127-
"koreacentral",
128-
"northcentralus",
129-
"northeurope",
130-
"southafricanorth",
131-
"southcentralus",
132-
"southeastasia",
133-
"uksouth",
134-
"ukwest",
135-
"westcentralus",
136-
"westeurope",
137-
"westus",
138-
"westus2"
139-
],
140116
"metadata": {
141117
"description": "Specifies the location in which to create the workspace."
142118
}

articles/automation/how-to/region-mappings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ manager: carmonm
1515

1616
When enabling Update Management, Change Tracking and Inventory, or Start/Stop VMs during off-hours, only certain regions are supported for linking a Log Analytics workspace and an Automation account in your subscription. This mapping only applies to the Automation account and the Log Analytics workspace. The Log Analytics workspace and Automation account must be in the same subscription, but can be in different resource groups deployed to the same region.
1717

18-
For further information, see [Log Analytics workspace and Automation account](../azure-monitor/insights/solutions.md#log-analytics- workspace-and-automation-account).
18+
For further information, see [Log Analytics workspace and Automation account](../azure-monitor/insights/solutions.md#log-analytics-workspace-and-automation-account).
1919

2020
## Supported mappings
2121

0 commit comments

Comments
 (0)