Skip to content

Commit f978f83

Browse files
committed
Fixing links
1 parent f0d1d7b commit f978f83

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/automation/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@
6868
items:
6969
- name: Manage modules in Azure Automation
7070
href: shared-resources/modules.md
71-
- name: Az module support in Azure Automation
72-
href: modules.md
7371
- name: Update Azure PowerShell modules
7472
href: automation-update-azure-modules.md
7573
- name: Schedules

articles/automation/shared-resources/modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ There are several things to take into consideration when using the Az modules in
9999

100100
* Higher-level solutions in your Automation account can use runbooks and modules. Therefore, editing runbooks or upgrading modules can potentially cause issues with your solutions. You should test all runbooks and solutions carefully in a separate Automation account before importing the Az modules.
101101

102-
* Any modifications to modules can negatively affect the [Start/Stop VMs during off hours solution](automation-solution-vm-management.md) solution.
102+
* Any modifications to modules can negatively affect the [Start/Stop VMs during off hours solution](../automation-solution-vm-management.md) solution.
103103

104104
* Importing an Az module in your Automation account doesn't automatically import the module in the PowerShell session that runbooks use. Modules are imported into the PowerShell session in the following situations:
105105

@@ -131,11 +131,11 @@ This section tells how to import the Az modules in the Azure portal. Remember to
131131
3. In the search bar, enter the module name, for example, `Az.Accounts`.
132132
4. On the PowerShell Module page, click **Import** to import the module into your Automation account.
133133

134-
![Import modules to Automation account](media/modules/import-module.png)
134+
![Import modules to Automation account](../media/modules/import-module.png)
135135

136136
This import process can also be done through the [PowerShell Gallery](https://www.powershellgallery.com) by searching for the module to import. Once you find the module, select it, choose the **Azure Automation** tab, and click **Deploy to Azure Automation**.
137137

138-
![Import modules directly from gallery](media/modules/import-gallery.png)
138+
![Import modules directly from gallery](../media/modules/import-gallery.png)
139139

140140
### Test your runbooks
141141

0 commit comments

Comments
 (0)