Skip to content

Commit 68f285e

Browse files
committed
updated articles
1 parent 24b1841 commit 68f285e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ The JSON template is configured to prompt you for:
4545
* The name of the Automation account
4646
* The region to create the account in
4747

48-
The JSON template specifies a default value for the other parameters that would likely be used as a standard configuration in your environment. You can store the template in an Azure storage account for shared access in your organization. For further information about working with templates, see [Deploy resources with Resource Manager templates and Azure CLI](../azure-resource-manager/templates/deploy-cli.md).
49-
5048
The following parameters in the template are set with a default value for the Log Analytics workspace:
5149

5250
* sku - defaults to the new Per-GB pricing tier released in the April 2018 pricing model
@@ -57,9 +55,11 @@ The following parameters in the template are set with a default value for the Lo
5755
>If creating or configuring a Log Analytics workspace in a subscription that has opted into the new April 2018 pricing model, the only valid Log Analytics pricing tier is **PerGB2018**.
5856
>
5957
60-
Before using this template, review the following:
58+
The JSON template specifies a default value for the other parameters that would likely be used as a standard configuration in your environment. You can store the template in an Azure storage account for shared access in your organization. For further information about working with templates, see [Deploy resources with Resource Manager templates and Azure CLI](../azure-resource-manager/templates/deploy-cli.md).
59+
60+
It is important to understand the following configuration details if you are new to Azure Automation and Azure Monitor Log Analytics workspace, in order to avoid errors when attempting to create, configure, and use a Log Analytics workspace linked to your new Automation account.
6161

62-
* [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+
* 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.
6363

6464
* 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.
6565

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ The following parameters in the template are set with a default value for the Lo
5757
* capacity reservation - defaults to 100 GB
5858

5959
>[!WARNING]
60-
>If creating or configuring a Log Analytics workspace in a subscription that has opted into the April 2018 pricing model, the only valid Log Analytics pricing tier is **PerGB2018**.
60+
>If creating or configuring a Log Analytics workspace in a subscription that has opted into the new April 2018 pricing model, the only valid Log Analytics pricing tier is **PerGB2018**.
6161
>
6262
63-
Before using this template, review the following:
63+
The JSON template specifies a default value for the other parameters that would likely be used as a standard configuration in your environment. You can store the template in an Azure storage account for shared access in your organization. For further information about working with templates, see [Deploy resources with Resource Manager templates and Azure CLI](../azure-resource-manager/templates/deploy-cli.md).
6464

65-
* [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+
It is important to understand the following configuration details if you are new to Azure Automation and Azure Monitor Log Analytics workspace, in order to avoid errors when attempting to create, configure, and use a Log Analytics workspace linked to your new Automation account.
66+
67+
* 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.
6668

6769
* 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.
6870

0 commit comments

Comments
 (0)