This solution extracts tagging from all the subscriptions of which the user who runs the scripts has access to. It exports the data to an Excel file. Power BI Desktop is used to provide several visualizations. There are four reports, each with four additional variations of each report. The variation being the primary visualization.
*Resources without tags are represented with a NULL value.
Please ensure that you have PowerShell 5.1 and the modules listed below installed.
*Please ensure that you change the environment variable in the script if you are not using Azure Commercial.
Install Azure Az Module
Install ImportExcel Module
Please ensure that you have Power BI Desktop and the visualization listed installed.
Install Power BI Desktop
Add Word Cloud
Add Bubble Chart by Akvelon (using the free version)
Ensure the prerequisites have been completed.
- Open PowerShell as administrator
- Run the Tagging-Report-V3.ps1
- Navigate to the path were the file was exported and confirm that it exist and that you see data.
- Open Azure Tagging Reports.pbix file in PowerBI Desktop. If you kept the path and folders with the default settings, the reports will populated automatically.
A special thanks to Ernest Oshokoya for providing the original PowerShell script!