Skip to content

Commit 14db998

Browse files
committed
Fixing links
1 parent bcefdb5 commit 14db998

3 files changed

+3
-3
lines changed

articles/automation/automation-graphical-authoring-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ When you specify a value for a parameter, you select a data source to determine
7272
| Credential Asset |Select an Automation credential as input. |
7373
| Certificate Asset |Select an Automation certificate as input. |
7474
| Connection Asset |Select an Automation connection as input. |
75-
| PowerShell Expression |Specify a simple [PowerShell expression](#powershell-expressions). The expression is evaluated before the activity and the result is used for the parameter value. You can use variables to refer to the output of an activity or a runbook input parameter. |
75+
| PowerShell Expression |Specify a simple [PowerShell expression](#work-with-powershell-expressions). The expression is evaluated before the activity and the result is used for the parameter value. You can use variables to refer to the output of an activity or a runbook input parameter. |
7676
| Not Configured |Clear any value that was previously configured. |
7777

7878
#### Optional additional parameters

articles/automation/automation-runbook-graphical-error-handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ Error links flow from these activities to a single `error management` code activ
6161

6262
## Next steps
6363

64-
* To learn more about links and link types in graphical runbooks, see [Graphical authoring in Azure Automation](automation-graphical-authoring-intro.md#links-and-workflow).
64+
* To learn more about links and link types in graphical runbooks, see [Use links for workflow](automation-graphical-authoring-intro.md#use-links-for-workflow).
6565

6666
* To learn more about runbook execution, monitoring of runbook jobs, and other technical details, see [Runbook execution in Azure Automation](automation-runbook-execution.md).

articles/automation/automation-runbook-output-and-messages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following table briefly describes each stream with its behavior in the Azure
2626
2727
## Output stream
2828

29-
The Output stream is used for the output of objects created by a script or workflow when it runs correctly. Azure Automation primarily uses this stream for objects to be consumed by parent runbooks that call the [current runbook](automation-child-runbooks.md). When a parent [calls a runbook inline](automation-child-runbooks.md#invoking-a-child-runbook-using-inline-execution), the child returns data from the Output stream to the parent.
29+
The Output stream is used for the output of objects created by a script or workflow when it runs correctly. Azure Automation primarily uses this stream for objects to be consumed by parent runbooks that call the [current runbook](automation-child-runbooks.md). When a parent [calls a runbook inline](automation-child-runbooks.md#invoke-a-child-runbook-using-inline-execution), the child returns data from the Output stream to the parent.
3030

3131
Your runbook uses the Output stream to communicate general information to the client only if it is never called by another runbook. As a best practice, however, you runbooks should typically use the [Verbose stream](#verbose-stream) to communicate general information to the user.
3232

0 commit comments

Comments
 (0)