Skip to content

Commit a429e38

Browse files
committed
Fixing links
1 parent 432ebee commit a429e38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-monitor/insights/solutions-resources-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This article assumes that you're already familiar with the following information
2929
- How to [author Resource Manager templates](../../azure-resource-manager/templates/template-syntax.md)
3030

3131
## Automation account
32-
All resources in Azure Automation are contained in an [Automation account](../../automation/automation-security-overview.md#automation-account-overview). As described in [Log Analytics workspace and Automation account]( solutions.md#log-analytics-workspace-and-automation-account) the Automation account isn't included in the management solution but must exist before the solution is installed. If it isn't available, then the solution install will fail.
32+
All resources in Azure Automation are contained in an [Automation account](../../automation/automation-security-overview.md). As described in [Log Analytics workspace and Automation account]( solutions.md#log-analytics-workspace-and-automation-account) the Automation account isn't included in the management solution but must exist before the solution is installed. If it isn't available, then the solution install will fail.
3333

3434
The name of each Automation resource includes the name of its Automation account. This is done in the solution with the **accountName** parameter as in the following example of a runbook resource.
3535

articles/azure-monitor/insights/solutions-solution-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ In this case, you refer to variable values through the solution with the syntax
157157
The **dependsOn** element specifies a [dependency](../../azure-resource-manager/templates/define-resource-dependency.md) on another resource. When the solution is installed, a resource is not created until all of its dependencies have been created. For example, your solution might [start a runbook](solutions-resources-automation.md#runbooks) when it's installed using a [job resource](solutions-resources-automation.md#automation-jobs). The job resource would be dependent on the runbook resource to make sure that the runbook is created before the job is created.
158158

159159
### Log Analytics workspace and Automation account
160-
Management solutions require a [Log Analytics workspace](../../azure-monitor/platform/manage-access.md) to contain views and an [Automation account](../../automation/automation-security-overview.md#automation-account-overview) to contain runbooks and related resources. These must be available before the resources in the solution are created and should not be defined in the solution itself. The user will [specify a workspace and account](solutions.md#log-analytics-workspace-and-automation-account) when they deploy your solution, but as the author you should consider the following points.
160+
Management solutions require a [Log Analytics workspace](../../azure-monitor/platform/manage-access.md) to contain views and an [Automation account](../../automation/automation-security-overview.md) to contain runbooks and related resources. These must be available before the resources in the solution are created and should not be defined in the solution itself. The user will [specify a workspace and account](solutions.md#log-analytics-workspace-and-automation-account) when they deploy your solution, but as the author you should consider the following points.
161161

162162

163163
## Solution resource

articles/azure-monitor/insights/solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Members of the community can submit management solutions to Azure Quickstart Tem
7676

7777
## Log Analytics workspace and Automation account
7878

79-
All monitoring solutions require a [Log Analytics workspace](../platform/manage-access.md) to store data collected by the solution and to host its log searches and views. Some solutions also require an [Automation account](../../automation/automation-security-overview.md#automation-account-overview) to contain runbooks and related resources. The workspace and account must meet the following requirements.
79+
All monitoring solutions require a [Log Analytics workspace](../platform/manage-access.md) to store data collected by the solution and to host its log searches and views. Some solutions also require an [Automation account](../../automation/automation-security-overview.md) to contain runbooks and related resources. The workspace and account must meet the following requirements.
8080

8181
* Each installation of a solution can only use one Log Analytics workspace and one Automation account. You can install the solution separately into multiple workspaces.
8282
* If a solution requires an Automation account, then the Log Analytics workspace and Automation account must be linked to one another. A Log Analytics workspace may only be linked to one Automation account, and an Automation account may only be linked to one Log Analytics workspace.

0 commit comments

Comments
 (0)