microsoft / ARI

Azure Resource Inventory - It's a Powerful tool to create EXCEL inventory from Azure Resources with low effort
MIT License
1.12k stars 397 forks source link

Az Cloud Shell OK, but Powershell (even with Azure Cli installed) stalls #156

Closed psilantropy closed 11 months ago

psilantropy commented 11 months ago
Validating Az Cli..
Validating Az Cli Extension..
Validating ImportExcel Module..
PowerShell Desktop Identified.

Azure Cloud Environment: AzureCloud

It seems to stay like this indefinitely. Also when running I don't get an opportunity to authenticate, which seems unusual. I am expecting an auth popup.

Whenever I try run this script from Powershell I get this issue. If I run from az cloud shell it runs fine - however I was getting booted out after ~5 minutes by the 20 minute idle timer.

Thanks :)

Claudio-Merola commented 11 months ago

Hello @psilantropy

Can you try to run the script with the -Debug parameter to see more details of what might be happening?

Thanks

psilantropy commented 11 months ago

Hello @psilantropy

Can you try to run the script with the -Debug parameter to see more details of what might be happening?

Thanks

Thank you. I'll give it a try in a few days :).

psilantropy commented 11 months ago

This might have been a cache issue and problems with my login related to the cache. All sorted after clearing everything Az related. Thanks.