Skip to content

Commit 2c4b58f

Browse files
committed
Fixing links
1 parent 25af110 commit 2c4b58f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/automation/automation-runbook-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following table lists some runbook execution tasks with the recommended exec
5656

5757
## Using modules in your runbooks
5858

59-
Azure Automation supports a number of default modules, including the AzureRM modules (AzureRM.Automation) and a module containing several internal cmdlets. Also supported are installable modules, including the Az modules (Az.Automation), currently being used in preference to AzureRM modules. For details of the modules that are available for your runbooks and DSC configurations, see [Manage modules in Azure Automation](../shared-resources/modules.md).
59+
Azure Automation supports a number of default modules, including the AzureRM modules (AzureRM.Automation) and a module containing several internal cmdlets. Also supported are installable modules, including the Az modules (Az.Automation), currently being used in preference to AzureRM modules. For details of the modules that are available for your runbooks and DSC configurations, see [Manage modules in Azure Automation](shared-resources/modules.md).
6060

6161
## Creating resources
6262

articles/automation/troubleshoot/runbooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ There are two ways to resolve this error.
576576
* Instead of using [Start-Job](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/start-job?view=powershell-7), use [Start-AzAutomationRunbook](https://docs.microsoft.com/powershell/module/az.automation/start-azautomationrunbook?view=azps-3.7.0) to start the runbook.
577577
* Try running the runbook on a Hybrid Runbook Worker.
578578

579-
To learn more about this behavior and other behaviors of Azure Automation runbooks, see [Runbook behavior](../automation-runbook-execution.md#runbook-behavior).
579+
To learn more about this behavior and other behaviors of Azure Automation runbooks, see [Runbook execution in Azure Automation](../automation-runbook-execution.md).
580580

581581
## Scenario: Linux Hybrid Runbook Worker receives a prompt for a password when signing a runbook
582582

@@ -664,7 +664,7 @@ For help with passing parameters into webhooks, see [Start a runbook from a webh
664664

665665
### Issues using Az modules
666666

667-
Using an incomplete migration of your runbook modules from AzureRM to Az can cause sandbox crashes and runbook failures. See [Using Az modules](../automation-runbook-execution#using-az-modules).
667+
Using an incomplete migration of your runbook modules from AzureRM to Az can cause sandbox crashes and runbook failures. See [Using modules in your runbooks](../automation-runbook-execution.md#using-modules-in-your-runbooks).
668668

669669
### Inconsistent behavior in runbooks
670670

@@ -693,7 +693,7 @@ The Azure sandbox prevents access to all out-of-process COM servers. For example
693693

694694
## Recommended documents
695695

696-
* [Runbook execution in Azure Automation](../automation-runbook-execution)
696+
* [Runbook execution in Azure Automation](../automation-runbook-execution.md)
697697
* [Starting a runbook in Azure Automation](https://docs.microsoft.com/azure/automation/automation-starting-a-runbook)
698698
* [Runbook execution in Azure Automation](https://docs.microsoft.com/azure/automation/automation-runbook-execution)
699699

0 commit comments

Comments
 (0)