Error code properties.source.authorizedResources has 18 applications/resources listed. Cross application query is not supported for more than 10 applications/resources
Am trying to create and alert for exceptions accross all application insights but it fails during creating with above error.
Am using more than 10 app('name')
commands to union accross different application insights.
I cannot create this alert on loganalytics target (custom search query) because it give query parse error . hence i had to chose and existing application insight target resource to create this alert. When i choose any existing application insight resource as target then it parses query successfully but when i click create alert it fails with above error.
app('app1').exceptions
union app('app2').exceptions
union ..... upto 15 apps
|project problemId]
Query:
- why my query fails to parse when target is loganalytics
- when in use appinsight as target then how can i remove 10 app restriction.
workspace
instead ofapp
? forwarded this on to the team that owns cross app queries for the rest of it. – John Gardner