Skip to content

Commit 22feed7

Browse files
Merge pull request #314 from ChrisHope123/Documentation-Broken-links
Fixing broken links in automation.md
2 parents 4e138fb + c5d655d commit 22feed7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/advanced/automation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you don't already have an Automation Account, create one in the Azure Portal.
2222
2. Enable the **System Assigned** identity
2323

2424
<div align="center">
25-
<img src="../../images/ARIAUT_Identity.png">
25+
<img src="../images/ARIAUT_Identity.png">
2626
</div>
2727

2828
### Step 3: Grant Required Permissions
@@ -34,15 +34,15 @@ The Automation Account's identity needs the following permissions:
3434
Grant the Automation Account's identity Reader access to your Management Group or subscriptions to enable resource inventory:
3535

3636
<div align="center">
37-
<img src="../../images/AUTv4Tenant.png">
37+
<img src="../images/AUTv4Tenant.png">
3838
</div>
3939

4040
#### Storage Blob Data Contributor
4141

4242
Grant the Automation Account's identity the "Storage Blob Data Contributor" role on your storage account:
4343

4444
<div align="center">
45-
<img src="../../images/AUTv4STGPerm.png">
45+
<img src="../images/AUTv4STGPerm.png">
4646
</div>
4747

4848
### Step 4: Configure Runtime Environment
@@ -51,13 +51,13 @@ Grant the Automation Account's identity the "Storage Blob Data Contributor" role
5151
2. Switch to the new Runtime Environment Experience
5252

5353
<div align="center">
54-
<img src="../../images/ARIAUT_Runtime.png">
54+
<img src="../images/ARIAUT_Runtime.png">
5555
</div>
5656

5757
3. Create a new Runtime Environment
5858

5959
<div align="center">
60-
<img src="../../images/ARIAUT_NewRunTime.png">
60+
<img src="../images/ARIAUT_NewRunTime.png">
6161
</div>
6262

6363
4. Use PowerShell version **7.4** (recommended and tested)
@@ -67,7 +67,7 @@ Grant the Automation Account's identity the "Storage Blob Data Contributor" role
6767
In the "Packages" pane of your Runtime Environment, import the following modules from the gallery:
6868

6969
<div align="center">
70-
<img src="../../images/ARIAUT_RuntimePackages.png">
70+
<img src="../images/ARIAUT_RuntimePackages.png">
7171
</div>
7272

7373
1. AzureResourceInventory
@@ -83,13 +83,13 @@ In the "Packages" pane of your Runtime Environment, import the following modules
8383
1. In your Automation Account, create a new PowerShell Runbook
8484

8585
<div align="center">
86-
<img src="../../images/ARIAUT_Runbook.png">
86+
<img src="../images/ARIAUT_Runbook.png">
8787
</div>
8888

8989
2. Add the Invoke-ARI command to the runbook:
9090

9191
<div align="center">
92-
<img src="../../images/ARIAUT_Runbookcmd.png">
92+
<img src="../images/ARIAUT_Runbookcmd.png">
9393
</div>
9494

9595
3. Make sure to select the Runtime Environment you created earlier

0 commit comments

Comments
 (0)