An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
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