Reputation: 23868
We are designing a monitoring solution for an Azure App Service web app
application that is using the Application Insights SDK and Azure Blob storage and an Azure SQL Database instance. How do we visualize relationship between components? Figure 2 in this official post from Azure team show some of the things you can do with Activity log. But I'm not sure if we can visualize components using Azure Activity log?
UPDATE
To be more specific: Since our case is related to a Web Application, by visualizing components
we mean visualizing application components
Upvotes: 0
Views: 1087
Reputation: 63
The right answer is the Application Map that is a part of Application Insights.
So, your answer on the exam should be Azure Application Insights :)
Upvotes: 2
Reputation: 11256
Azure Monitor does not provide any resource visualization services. Instead, it is the service whereby you can gain access to logs, metrics, and alerting capabilities for your Azure resources.
If you are wanting to visualize your resources and relationships to one another, then take a look at http://armviz.io. This will visualize your resources in a resource group and draw relationship lines between resources (when applicable).
Upvotes: 0