Skip to content

Commit

Permalink
ARI v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Merola committed Sep 2, 2024
1 parent 9c0087d commit 0119bfd
Show file tree
Hide file tree
Showing 136 changed files with 10,269 additions and 9,166 deletions.
43 changes: 21 additions & 22 deletions Automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<br/>

# Azure Resource Inventory Automation Account v3
# Azure Resource Inventory Automation Account v4

<br/>

Expand Down Expand Up @@ -52,7 +52,7 @@ Once you have created the Automation Account, Storage Account and Blob Container

<br/>

#### This will create an identity in the Azure AD.
#### This will create an identity in the Entra ID.

### Now we are going to use that identity to give the following permissions to the Automation Account:

Expand All @@ -63,7 +63,7 @@ Once you have created the Automation Account, Storage Account and Blob Container
<br/>

<p align="center">
<img src="images/AUTv3Tenant.png">
<img src="images/AUTv4Tenant.png">
</p>

<br/>
Expand All @@ -77,7 +77,7 @@ Once you have created the Automation Account, Storage Account and Blob Container
<br/>

<p align="center">
<img src="images/AUTv3STGPerm.png">
<img src="images/AUTv4STGPerm.png">
</p>

<br/>
Expand All @@ -86,11 +86,10 @@ Once you have created the Automation Account, Storage Account and Blob Container

### Now, back in the Automation Account, the following Modules need to be imported with Runtime __7.2__:

#### 1) "ImportExcel"
#### 2) "Az.ResourceGraph"
#### 3) "Az.Storage"
#### 4) "Az.Account"
#### 5) "ThreadJob"
#### 1) "AzureResourceInventory"
#### 2) "ImportExcel"
#### 3) "Az.ResourceGraph"
#### 4) "ThreadJob"

<br/>

Expand All @@ -103,7 +102,7 @@ Once you have created the Automation Account, Storage Account and Blob Container
<br/>

<p align="center">
<img src="images/AUTv3Modules.png">
<img src="images/AUTv4Modules.png">
</p>

<br/>
Expand All @@ -118,35 +117,35 @@ Once you have created the Automation Account, Storage Account and Blob Container
<br/>

<p align="center">
<img src="images/AUTv3Runbook.png">
<img src="images/AUTv4Runbook.png">
</p>

<br/>

<br/>

#### Then just copy the script content from __ARI_Automation.ps1__
#### Then just add the "Invoke-ARI" command line inside the runbook.

<br/>

<br/>
The line must contain the following parameters:

<p align="center">
<img src="images/ARIAUT_RunBookScript.png">
</p>
````
-TenantID
-SkipDiagram
-Automation
-StorageAccount
-StorageContainer
````

<br/>

<br/>

Remember to change the lines 33 and 36 with your Storage Account and Container name:

<br/>
The parameter "StorageAccount" is used to inform the Storage Account where the report will be placed and the "StorageContainer" parameter is used to pass the container within that Storage Account where the report will be placed.

<br/>

<p align="center">
<img src="images/AUTv3StorageName.png">
<img src="images/ARIAUT_RunBookScript.png">
</p>


Expand Down
Binary file removed Automation/images/ARIAUT_ModuleImport.png
Binary file not shown.
Binary file modified Automation/images/ARIAUT_RunBookScript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Automation/images/ARIAUT_StgAcc.png
Binary file not shown.
Binary file removed Automation/images/AUTv3Modules.png
Binary file not shown.
Binary file removed Automation/images/AUTv3Runbook.png
Binary file not shown.
Binary file removed Automation/images/AUTv3STGPerm.png
Binary file not shown.
Binary file removed Automation/images/AUTv3StorageName.png
Binary file not shown.
Binary file removed Automation/images/AUTv3Tenant.png
Binary file not shown.
Binary file added Automation/images/AUTv4Modules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Automation/images/AUTv4Runbook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Automation/images/AUTv4STGPerm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Automation/images/AUTv4Tenant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0119bfd

Please sign in to comment.