Forum Discussion
davephall
Jul 20, 2022Copper Contributor
Access to query in monitor
Hi folks, I've written a basic query in Azure Monitor that uses an Application Insights instance as its datasource. I'm trying to give another user access to that report. I've tried giving th...
- Aug 03, 2022If the data is coming from a log analytics workspace then they will need Reader on that workspace or Log Analytics Reader. Unfortunately this gives them read access to every table in that LAW. You CAN create a custom role which only gives read access to the specific table, such as InsightMetrics
This blog might be useful to explain how to do that https://msendpointmgr.com/2021/10/23/managing-permissions-for-log-analytics-and-workbooks/
Jeremy Hagan
Aug 03, 2022Copper Contributor
If the data is coming from a log analytics workspace then they will need Reader on that workspace or Log Analytics Reader. Unfortunately this gives them read access to every table in that LAW. You CAN create a custom role which only gives read access to the specific table, such as InsightMetrics
This blog might be useful to explain how to do that https://msendpointmgr.com/2021/10/23/managing-permissions-for-log-analytics-and-workbooks/
This blog might be useful to explain how to do that https://msendpointmgr.com/2021/10/23/managing-permissions-for-log-analytics-and-workbooks/
- davephallAug 03, 2022Copper ContributorThat's exactly what I'm looking for, thanks!