I'm trying to issue a cross resource query from logs both from ApplicationInsights and from LogAnalytics.
According to the documentation below
https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/cross-workspace-query
I should be able to open logs from Azure Monitor and use app expression to reference data from one of my ApplicationInsights apps.
But I get an error saying that Unknown function: 'app'.
How to set it up so both logs will be available?