turbot / steampipe-mod-azure-insights

View dashboards and reports across all of your Azure subscriptions using Powerpipe and Steampipe.
https://hub.powerpipe.io/mods/turbot/azure_insights
Apache License 2.0
10 stars 2 forks source link

Azure SQL Server Detail dashboard omits master database #101

Closed misraved closed 1 year ago

misraved commented 1 year ago

Describe the bug Azure SQL Server Detail dashboard omits the master database. However, the data is available in azure_sql_database table.

Steampipe version (steampipe -v) Example: v0.20.2

Plugin version (steampipe plugin list) Example: v0.42.0

To reproduce Run any Azure SQL Database * dashboard and we will observe that the information pertaining to the master database is missing.

Expected behavior The dashboards should reflect the master database.

Additional context Reference - https://github.com/turbot/steampipe-mod-azure-insights/blob/main/dashboards/sql/sql_database_dashboard.sp#L147-L158