Application Insights data storage - Is telemetry stored in Log Analytics or Azure Monitor Metrics?

Hary 20 Reputation points
2026-07-11T10:29:21.0066667+00:00

I recently enabled Application Insights for my web application and selected a Log Analytics workspace during setup.

I'm a bit confused about where the telemetry data is actually stored. Are requests, exceptions, traces, and dependencies all stored in the Log Analytics workspace, or are some of them stored in Azure Monitor Metrics?

Also, what's the best way to verify where this data is being stored?

I'd appreciate any clarification. Thanks!

Azure Monitor
Azure Monitor

An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.

0 comments No comments

Answer accepted by question author
VEMULA SRISAI 13,980 Reputation points Microsoft External Staff Moderator
2026-07-11T11:48:47.7833333+00:00

Hello Hary,

Since you configured Application Insights with a Log Analytics workspace, your resource is using the workspace-based Application Insights model. In this configuration, telemetry data such as requests, exceptions, traces, dependencies, page views, and custom events is stored in the associated Log Analytics workspace and can be queried using KQL.

Azure Monitor Metrics is used to store and serve pre-aggregated metrics for fast visualization, dashboards, and alerting. While you may see metrics in the Metrics blade, the underlying detailed telemetry records are stored in Log Analytics.

To verify this, open your Application Insights resource and check the Workspace Resource ID under Properties. You can also navigate to Logs and run queries such as AppRequests, AppExceptions, or AppDependencies. If data is returned, the telemetry is being stored in the linked Log Analytics workspace.

I hope this helps clarify the storage model. Please let us know if you have any further questions.

https://learn.microsoft.com/en-us/azure/azure-monitor/app/create-workspace-resource?tabs=portal

https://learn.microsoft.com/en-us/azure/azure-monitor/app/metrics-overview?tabs=standard

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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