Azure Monitor now lets you query data in Azure Resource Graph from your Log Analytics workspace.
You can utilize this feature to make your Azure Log Analytics queries aware of your resource’s prope...
Hello. I seem to have a problem with my query. Error seem to come because of the error in the query, but I can see that you have the same error in your screen shot.
This has also caused problems in other queries like: arg("").Resources | where type == 'microsoft.compute/virtualmachines' | where tags['enableMonitoring'] == 'true' | project ResourceId = id | join kind=anti ( Heartbeat) on ResourceId
I get the following error, which I belive is because of the errors in the query. I can see that you get the same error in the query in your screen shot. However, query with error does work sometime, but not other times (full query specific). I have also tried with joining with on $left.id== $right.ResourceID, but this gave the same error (also tried other combinations, like lookup). It seems that anti may ruin the query, I have had similar problems with using let also.