Skip to content

Commit 5a2a642

Browse files
committed
Fixing links
1 parent ecebd0c commit 5a2a642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/automation/automation-update-azure-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you develop your scripts locally, it's recommended to have the same module ve
3232

3333
The following are some considerations to take into account when using this article to update your Azure Modules:
3434

35-
* The runbook described in this article supports updating the Azure, AzureRM, and Az modules by default. Review the [Update Azure modules runbook README](https://github.com/microsoft/AzureAutomation-Account-Modules-Update/blob/master/README.md) for more information on updating Az.Automation modules with this runbook. There are additional important factors that you need to take into account when using the Az modules in your Automation account. To learn more, see [Using Az modules in your Automation account](az-modules.md).
35+
* The runbook described in this article supports updating the Azure, AzureRM, and Az modules by default. Review the [Update Azure modules runbook README](https://github.com/microsoft/AzureAutomation-Account-Modules-Update/blob/master/README.md) for more information on updating Az.Automation modules with this runbook. There are additional important factors that you need to take into account when using the Az modules in your Automation account. To learn more, see [Manage modules in Azure Automation](shared-resources/modules.md).
3636

3737
* Before starting this runbook, make sure your Automation account has an [Azure Run As account credential](manage-runas-account.md) created.
3838

articles/automation/troubleshoot/runbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ This error is caused by using both AzureRM and Az module cmdlets in a runbook. I
179179

180180
### Resolution
181181

182-
Az and AzureRM cmdlets can't be imported and used in the same runbook. To learn more about Az cmdlets in Azure Automation, see [Az module support in Azure Automation](../az-modules.md).
182+
Az and AzureRM cmdlets can't be imported and used in the same runbook. To learn more about Az cmdlets in Azure Automation, see [Manage modules in Azure Automation](../shared-resources/modules.md).
183183

184184
## <a name="task-was-cancelled"></a>Scenario: The runbook fails with the error: A task was canceled
185185

0 commit comments

Comments
 (0)