@ML325529 As mentioned earlier, Azure's new dashboard experience has limitations in terms of tiles and available customization options, especially when it comes to integrating complex visualizations like the Azure Resource Visualizer.
There are a few potential workarounds or alternatives you can explore:
- Use the Azure Resource Graph Explorer
Azure Resource Graph is a powerful tool for querying and visualizing resource relationships. You can create custom queries to display relationships between resources and pull this data into your dashboard using Azure Resource Graph Explorer.
While it doesn't directly generate a visual diagram like the Resource Visualizer, it allows you to create custom reports and queries for resource dependencies. Once you've set up a query, you can create a Power BI report or use the Azure Dashboards tile to embed the results.
Steps:
- Create an Azure Resource Graph query to identify resource dependencies or relationships.
- Export the data to Power BI, or use a custom tile in Azure Dashboards to show the results.
This approach provides a way to create "live" data views of your resources, though without a direct graphical diagram of the relationships.
- Power BI for Custom Visualization
You can integrate Power BI with Azure to create a custom, interactive dashboard that includes a live visualization of your resources and their relationships. Power BI offers greater flexibility in terms of custom visuals, and you could potentially build a custom diagram (or use third-party visuals) to represent resource connections.
Steps:
- Export your resource data via Azure Resource Graph or Azure Monitor to Power BI.
- Use Power BI's custom visuals (such as the Network Graph visual) to build a live resource relationship diagram.
- Publish the Power BI report and embed it into your Azure Dashboard as a tile.
- Third-Party Tools and Integrations
There are third-party Azure visualization tools that may offer more advanced features, such as live resource maps, that can be embedded into dashboards.
- CloudBolt and Cost Management Tools: These may allow better visual insights into resource mappings and cost attribution, though integration into dashboards may require extra steps.
- Lucidchart or Microsoft Visio: These tools offer robust diagramming features that can integrate with Azure via APIs, allowing you to build live diagrams of your resources and update them periodically.
- Azure Service Map
Azure Service Map is another option that visualizes dependencies and can be useful for monitoring and understanding your resource network. You can use this tool to identify connections and relationships across Azure resources, and then capture the information through exported reports or custom APIs.
- Using ARM Templates or Azure Automation
If you're looking for a more programmatic solution, Azure Automation can help you capture resource dependencies and generate custom visual representations using third-party APIs or custom scripts. You could integrate these scripts into an automated reporting workflow, or output the results to a dashboard for periodic updates.
I would encourage you to share your valuable feedback here - https://feedback.azure.com/d365community/search/?q=dashboard the product team actively reviews the feedback and there is high probability that your feedback to add live diagrams could be taken as feature-enhancement on priority.
Hope this help!
If the response helped, do "Accept Answer" and up-vote it