@@ -22,7 +22,7 @@ If you don't already have an Automation Account, create one in the Azure Portal.
22222 . 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:
3434Grant 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
4242Grant 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
51512 . 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
57573 . 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
63634 . Use PowerShell version ** 7.4** (recommended and tested)
@@ -67,7 +67,7 @@ Grant the Automation Account's identity the "Storage Blob Data Contributor" role
6767In 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
73731 . AzureResourceInventory
@@ -83,13 +83,13 @@ In the "Packages" pane of your Runtime Environment, import the following modules
83831 . 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
89892 . 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
95953 . Make sure to select the Runtime Environment you created earlier
0 commit comments