Azure workbook graph visualization basics

Bhargav Pasarla 120 Reputation points
2023-08-04T07:44:45.04+00:00

I want to explore Azure workbook graph visualization basics. But there is no basic material/documentation to start from scratch.

I am unable to understand properly the documentation below.

https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-graph-visualizations

My questions are -

  1. Do we need to write the query part and configure graphsetting to be able to generate a mapping like below?

User's image

  1. Can you elaborate more on what is Node Id, source id and target id from this graph setting and also other basic specific fields required for a graph?
Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
0 comments No comments
{count} votes

Accepted answer
  1. Monalla-MSFT 13,071 Reputation points Moderator
    2023-08-08T15:17:09.3666667+00:00

    @Bhargav Pasarla - Thanks for reaching out to us.

    1. Yes, the query is required and also configure the graph settings in order to generate a mapping.
    2. NodeId provides the unique ID of nodes on the graph.
    3. SourceId that provides the IDs of source nodes for edges on the graph.
    4. TargetID provides the IDs of target nodes for edges on the graph.
    5. Edge Label provides edge labels on the graph.
    6. Edge Size provides the metric in which the edge widths will be based.
    7. Node Size provides the metric on which the node areas will be based.

    Hope this helps. and please feel free to reach out if you have any further questions.


    If the above response was helpful, please feel free to "Accept as Answer" and click "Yes" so it can be beneficial to the community.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.