Forum Discussion
Azure resource Graph integration
- Jun 30, 2020
shijain13 yea. It is possible. But how do you combine results from both the queries. ( join kusto queries / cross workspace queries / etc ). Currently only we can query Log analytics / application insights.
yesoreyeram you can use workbooks which can combine data from ARG and LA and Kusto
- shijain13Jun 30, 2020
Microsoft
yesoreyeram here is the doc link for merge https://github.com/microsoft/Application-Insights-Workbooks/blob/1ddc38529f498c209fb3fe21795f607d4cd232b7/Documentation/DataSources/DataSources.md#merge-data-from-different-sources
- yesoreyeramJun 30, 2020Brass ContributorThat's really an useful video. But still the original question was about cross querying both the resources. ( like how we query App insights from Log analytics query using cross workspace query )
- pvyverJun 30, 2020Brass Contributor
It would indeed be useful for :
- Getting information of tags of the resource and combine that in a query.
To make the difference on environment for example. - Look at VM sizing for limits
Disk throttling depending on size. - ...
- yesoreyeramJun 30, 2020Brass Contributor
As pvyver mentioned, it would open the possibilities like dynamic thresholds in log based queries based on resource meta data like size, environment etc. shijain13
- shijain13Jun 30, 2020
Microsoft
yesoreyeram i see so it becomes tag based management of alerts config. I believe currently you can use ARE templates for alerts to deploy to different environments. Adding ofmanor
- Getting information of tags of the resource and combine that in a query.
- yesoreyeramJun 30, 2020Brass Contributor
shijain13 yea. It is possible. But how do you combine results from both the queries. ( join kusto queries / cross workspace queries / etc ). Currently only we can query Log analytics / application insights.
- shijain13Jun 30, 2020
Microsoft
yesoreyeram In workbooks we offer merge - in Add Queries you will see this as an option.
- pvyverJun 30, 2020Brass ContributorYes, but not for alerting for example.
It would be useful to read out the tags and set different thresholds for each environment tag.