ARI report fetching issue

Deepak Admin 0 Reputation points
2025-02-05T10:06:22.0133333+00:00

Hello,

I am trying to fetch ARI report using Cloudshell following this article https://github.com/microsoft/ARI
But each time I run the command, it stay stale for some time and then disconnects. While using the -debug option, it shows the progress and that it analyse all the subscription. It shows the file path and stay stale after that for some time before disconnecting.
On the shown location I don't find any such file.

Any idea ?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,027 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ashok Gandhi Kotnana 3,225 Reputation points Microsoft Vendor
    2025-02-05T14:21:23.83+00:00

    Hi @Deepak Admin,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    I request to run this in PowerShell I got the desired output. Please follow below institutions, let me know if you face any challenges here

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
    
    Install-Module -Name Microsoft.Entra -Repository PSGallery -Scope CurrentUser -Force -AllowClobber
    
    connect-azaccount
    
    Install-Module -Name AzureResourceInventory
    
    Invoke-ARI
    

    Artifacts: -

    User's image

    User's image

    Feel free to reach out if you have any further questions or need additional information—I’m happy to assist!

    Please provide your valuable comments User's image

    Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.