Cloud Shell
- Open PowerShell in your CloudShell Terminal. Easiest way is to open https://shell.azure.com website.
- Go to Home Directory
cd $HOME_DIR
- Invoke download script from github and save it locally
Invoke-WebRequest -Uri https://raw.githubusercontent.com/PoborcaMaciej/AzureAssessment/main/Get-AzureAssessment.ps1 -OutFile 'Get-AzureAssessment.ps1'
- Run script
./Get-AzureAssessment.ps1
- Download your report in CSV format. You will found it on your Storage Account in File Share. Details about them will be reported.